Html Css Color HEX #E02CAA Persian Rose

📋 copy color: '#E02CAA'

red 224 ◦ green 44 ◦ blue 170

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

Shades of Persian Rose #E02CAA

Tints of Persian Rose #E02CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.81%

R = 51.14%
G = 10.05%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E02CAA (or 0xE02CAA) is known color: Persian Rose. HEX triplet: E0, 2C and AA. RGB value is (224,44,170). Sum of RGB (Red+Green+Blue) = 224+44+170=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E02CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02CAA is #1FD355. Grayscale: #6F6F6F. Windows color (decimal): -2085718 or 11152608. OLE color: 11152608.

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

Color convert

RGB 224 44 170 -
CMYK 0 0.80 0.24 0.12
HSL 318º 0.74% 0.53% -
HSV(B) 318º 0.8% 0.88% -
XYZ 38.9 20.55 39.95 -
YUV 112.18 160.63 207.75 -
System Red Green Blue C M Y K H S L
Decimal 224 44 170 0 0.80 0.24 0.12 318 0.74 0.53
Hex E0 2C AA 0 50 18 C 13E 4A 35
Octal 340 54 252 0 120 30 14 476 112 65
Binary 11100000 101100 10101010 0 1010000 11000 1100 100111110 1001010 110101

Color Harmonies of #E02CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02CAA

Black with #E02CAA

Text Example


Text Example

White with #E02CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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