Purple pink to RGB — Color Code

RGB

rgb(224, 63, 216)

Format Value
HEX #e03fd8
RGB rgb(224, 63, 216)
HSL hsl(303, 72.2%, 56.3%)
CMYK cmyk(0%, 71.9%, 3.6%, 12.2%)

What is the RGB code for purple pink?

The CSS color purple pink in RGB format is rgb(224, 63, 216). Use this value directly in CSS, SVG, and most design tools.

How do I use purple pink in CSS?

To apply purple pink in CSS:

  • Text color: color: rgb(224, 63, 216);
  • Background: background-color: rgb(224, 63, 216);
  • Border: border-color: rgb(224, 63, 216);

What are all the color format values for purple pink?

FormatValue
HEX#e03fd8
RGBrgb(224, 63, 216)
HSLhsl(303, 72.2%, 56.3%)
CMYKcmyk(0%, 71.9%, 3.6%, 12.2%)

How do I convert purple pink to RGB?

Select purple pink from the color name list in our color converter. The RGB value — rgb(224, 63, 216) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does purple pink belong to?

purple pink belongs to the pink color family. It is a medium, vivid color with HSL values: hue 303°, saturation 72.2%, lightness 56.3%.

How do I create lighter and darker shades of purple pink?

Lighter variant (lightness 71.3%): #eb81e5. Darker variant (lightness 41.3%): #b51dae. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.