Html Css Color HEX #E02CAC Persian Rose

📋 copy color: '#E02CAC'

red 224 ◦ green 44 ◦ blue 172

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

Shades of Persian Rose #E02CAC

Tints of Persian Rose #E02CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.09%

R = 50.91%
G = 10%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E02CAC (or 0xE02CAC) is known color: Persian Rose. HEX triplet: E0, 2C and AC. RGB value is (224,44,172). Sum of RGB (Red+Green+Blue) = 224+44+172=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E02CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02CAC is #1FD353. Grayscale: #707070. Windows color (decimal): -2085716 or 11283680. OLE color: 11283680.

HSL color Cylindrical-coordinate representation of color #E02CAC: hue angle of 317.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 #E02CAC is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 44 172 -
CMYK 0 0.80 0.23 0.12
HSL 317.33º 0.74% 0.53% -
HSV(B) 317.33º 0.8% 0.88% -
XYZ 39.09 20.63 40.95 -
YUV 112.41 161.63 207.59 -
System Red Green Blue C M Y K H S L
Decimal 224 44 172 0 0.80 0.23 0.12 317.33 0.74 0.53
Hex E0 2C AC 0 50 17 C 13D 4A 35
Octal 340 54 254 0 120 27 14 475 112 65
Binary 11100000 101100 10101100 0 1010000 10111 1100 100111101 1001010 110101

Color Harmonies of #E02CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02CAC

Black with #E02CAC

Text Example


Text Example

White with #E02CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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