Html Css Color HEX #E009AA Hollywood Cerise

📋 copy color: '#E009AA'

red 224 ◦ green 9 ◦ blue 170

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

Shades of Hollywood Cerise #E009AA

Tints of Hollywood Cerise #E009AA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.23%

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

R = 55.58%
G = 2.23%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E009AA (or 0xE009AA) is known color: Hollywood Cerise. HEX triplet: E0, 09 and AA. RGB value is (224,9,170). Sum of RGB (Red+Green+Blue) = 224+9+170=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 9 (3.91% from 255 or 2.23% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E009AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E009AA is #1FF655. Grayscale: #5B5B5B. Windows color (decimal): -2094678 or 11143648. OLE color: 11143648.

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

Color convert

RGB 224 9 170 -
CMYK 0 0.96 0.24 0.12
HSL 315.07º 0.92% 0.46% -
HSV(B) 315.07º 0.96% 0.88% -
XYZ 38.09 18.94 39.68 -
YUV 91.64 172.23 222.41 -
System Red Green Blue C M Y K H S L
Decimal 224 9 170 0 0.96 0.24 0.12 315.07 0.92 0.46
Hex E0 9 AA 0 60 18 C 13B 5C 2E
Octal 340 11 252 0 140 30 14 473 134 56
Binary 11100000 1001 10101010 0 1100000 11000 1100 100111011 1011100 101110

Color Harmonies of #E009AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E009AA

Black with #E009AA

Text Example


Text Example

White with #E009AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E009AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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