Html Css Color HEX #E009B2 Hollywood Cerise

📋 copy color: '#E009B2'

red 224 ◦ green 9 ◦ blue 178

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

Shades of Hollywood Cerise #E009B2

Tints of Hollywood Cerise #E009B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.31%

R = 54.5%
G = 2.19%
B = 43.31%

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

#E009B2 (or 0xE009B2) is known color: Hollywood Cerise. HEX triplet: E0, 09 and B2. RGB value is (224,9,178). Sum of RGB (Red+Green+Blue) = 224+9+178=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E009B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E009B2 is #1FF64D. Grayscale: #5C5C5C. Windows color (decimal): -2094670 or 11667936. OLE color: 11667936.

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

Color convert

RGB 224 9 178 -
CMYK 0 0.96 0.21 0.12
HSL 312.84º 0.92% 0.46% -
HSV(B) 312.84º 0.96% 0.88% -
XYZ 38.87 19.26 43.79 -
YUV 92.55 176.23 221.76 -
System Red Green Blue C M Y K H S L
Decimal 224 9 178 0 0.96 0.21 0.12 312.84 0.92 0.46
Hex E0 9 B2 0 60 15 C 139 5C 2E
Octal 340 11 262 0 140 25 14 471 134 56
Binary 11100000 1001 10110010 0 1100000 10101 1100 100111001 1011100 101110

Color Harmonies of #E009B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E009B2

Black with #E009B2

Text Example


Text Example

White with #E009B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E009B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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