Html Css Color HEX #E02CAE Persian Rose

📋 copy color: '#E02CAE'

red 224 ◦ green 44 ◦ blue 174

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

Shades of Persian Rose #E02CAE

Tints of Persian Rose #E02CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.37%

R = 50.68%
G = 9.95%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E02CAE (or 0xE02CAE) is known color: Persian Rose. HEX triplet: E0, 2C and AE. RGB value is (224,44,174). Sum of RGB (Red+Green+Blue) = 224+44+174=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 44 (17.58% from 255 or 9.95% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E02CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02CAE is #1FD351. Grayscale: #707070. Windows color (decimal): -2085714 or 11414752. OLE color: 11414752.

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

Color convert

RGB 224 44 174 -
CMYK 0 0.80 0.22 0.12
HSL 316.67º 0.74% 0.53% -
HSV(B) 316.67º 0.8% 0.88% -
XYZ 39.28 20.7 41.97 -
YUV 112.64 162.63 207.43 -
System Red Green Blue C M Y K H S L
Decimal 224 44 174 0 0.80 0.22 0.12 316.67 0.74 0.53
Hex E0 2C AE 0 50 16 C 13D 4A 35
Octal 340 54 256 0 120 26 14 475 112 65
Binary 11100000 101100 10101110 0 1010000 10110 1100 100111101 1001010 110101

Color Harmonies of #E02CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02CAE

Black with #E02CAE

Text Example


Text Example

White with #E02CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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