Html Css Color HEX #E009B0 Hollywood Cerise

📋 copy color: '#E009B0'

red 224 ◦ green 9 ◦ blue 176

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

Shades of Hollywood Cerise #E009B0

Tints of Hollywood Cerise #E009B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.03%

R = 54.77%
G = 2.2%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E009B0 (or 0xE009B0) is known color: Hollywood Cerise. HEX triplet: E0, 09 and B0. RGB value is (224,9,176). Sum of RGB (Red+Green+Blue) = 224+9+176=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 9 (3.91% from 255 or 2.20% from 409); Blue value is 176 (69.14% from 255 or 43.03% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E009B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E009B0 is #1FF64F. Grayscale: #5B5B5B. Windows color (decimal): -2094672 or 11536864. OLE color: 11536864.

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

Color convert

RGB 224 9 176 -
CMYK 0 0.96 0.21 0.12
HSL 313.4º 0.92% 0.46% -
HSV(B) 313.4º 0.96% 0.88% -
XYZ 38.67 19.18 42.74 -
YUV 92.32 175.23 221.92 -
System Red Green Blue C M Y K H S L
Decimal 224 9 176 0 0.96 0.21 0.12 313.4 0.92 0.46
Hex E0 9 B0 0 60 15 C 139 5C 2E
Octal 340 11 260 0 140 25 14 471 134 56
Binary 11100000 1001 10110000 0 1100000 10101 1100 100111001 1011100 101110

Color Harmonies of #E009B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E009B0

Black with #E009B0

Text Example


Text Example

White with #E009B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E009B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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