Html Css Color HEX #E02CA9 Persian Rose

📋 copy color: '#E02CA9'

red 224 ◦ green 44 ◦ blue 169

#E02CA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #E02CA9

Tints of Persian Rose #E02CA9

RGB

 RED value IS 224 (87.89% from 255) = 51.26%

 GREEN value IS 44 (17.58% from 255) = 10.07%

 BLUE value IS 169 (66.41% from 255) = 38.67%

R = 51.26%
G = 10.07%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E02CA9 (or 0xE02CA9) is known color: Persian Rose. HEX triplet: E0, 2C and A9. RGB value is (224,44,169). Sum of RGB (Red+Green+Blue) = 224+44+169=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 44 (17.58% from 255 or 10.07% from 437); Blue value is 169 (66.41% from 255 or 38.67% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E02CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02CA9 is #1FD356. Grayscale: #6F6F6F. Windows color (decimal): -2085719 or 11087072. OLE color: 11087072.

HSL color Cylindrical-coordinate representation of color #E02CA9: hue angle of 318.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02CA9 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 44 169 -
CMYK 0 0.80 0.25 0.12
HSL 318.33º 0.74% 0.53% -
HSV(B) 318.33º 0.8% 0.88% -
XYZ 38.8 20.51 39.45 -
YUV 112.07 160.13 207.84 -
System Red Green Blue C M Y K H S L
Decimal 224 44 169 0 0.80 0.25 0.12 318.33 0.74 0.53
Hex E0 2C A9 0 50 19 C 13E 4A 35
Octal 340 54 251 0 120 31 14 476 112 65
Binary 11100000 101100 10101001 0 1010000 11001 1100 100111110 1001010 110101

Color Harmonies of #E02CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02CA9

Black with #E02CA9

Text Example


Text Example

White with #E02CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02CA9; }

 p { color: rgb(224,44,169); }

 H1.HeaderClassName
 {
   color: #E02CA9;
 }
 .AnyTagClassName
 {
   color: #E02CA9;
 }
</style>

background-color css

<style>
 a { background-color: #E02CA9; }

 a { background-color: rgb(224,44,169); }

 div.DivClassName
 {
   background-color: #E02CA9;
 }
 .BgClassName
 {
   background-color: #E02CA9;
 }
</style>

border-color css

<style>
 span { border-color: #E02CA9; }

 span { border-color: rgb(224,44,169); }

 td.TdClassName
 {
   border-color: #E02CA9;
 }
 .TagClassName
 {
   border-color: #E02CA9;
 }
</style>