Html Css Color HEX #E005AA Hollywood Cerise

📋 copy color: '#E005AA'

red 224 ◦ green 5 ◦ blue 170

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

Shades of Hollywood Cerise #E005AA

Tints of Hollywood Cerise #E005AA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.25%

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

R = 56.14%
G = 1.25%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E005AA (or 0xE005AA) is known color: Hollywood Cerise. HEX triplet: E0, 05 and AA. RGB value is (224,5,170). Sum of RGB (Red+Green+Blue) = 224+5+170=399 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.14% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 224 - color contains mainly: red. Hex color #E005AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E005AA is #1FFA55. Grayscale: #585858. Windows color (decimal): -2095702 or 11142624. OLE color: 11142624.

HSL color Cylindrical-coordinate representation of color #E005AA: hue angle of 314.79º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E005AA is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 5 170 -
CMYK 0 0.98 0.24 0.12
HSL 314.79º 0.96% 0.45% -
HSV(B) 314.79º 0.98% 0.88% -
XYZ 38.05 18.86 39.66 -
YUV 89.29 173.55 224.08 -
System Red Green Blue C M Y K H S L
Decimal 224 5 170 0 0.98 0.24 0.12 314.79 0.96 0.45
Hex E0 5 AA 0 62 18 C 13B 60 2D
Octal 340 5 252 0 142 30 14 473 140 55
Binary 11100000 101 10101010 0 1100010 11000 1100 100111011 1100000 101101

Color Harmonies of #E005AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E005AA

Black with #E005AA

Text Example


Text Example

White with #E005AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E005AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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