Html Css Color HEX #E0009E Hollywood Cerise

📋 copy color: '#E0009E'

red 224 ◦ green 0 ◦ blue 158

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

Shades of Hollywood Cerise #E0009E

Tints of Hollywood Cerise #E0009E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 158 (62.11% from 255) = 41.36%

R = 58.64%
G = 0%
B = 41.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E0009E (or 0xE0009E) is known color: Hollywood Cerise. HEX triplet: E0, 00 and 9E. RGB value is (224,0,158). Sum of RGB (Red+Green+Blue) = 224+0+158=382 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.64% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 224 - color contains mainly: red. Hex color #E0009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0009E is #1FFF61. Grayscale: #545454. Windows color (decimal): -2096994 or 10354912. OLE color: 10354912.

HSL color Cylindrical-coordinate representation of color #E0009E: hue angle of 317.68º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0009E is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 0 158 -
CMYK 0 1 0.29 0.12
HSL 317.68º 1% 0.44% -
HSV(B) 317.68º 1% 0.88% -
XYZ 36.91 18.32 33.94 -
YUV 84.99 169.21 227.15 -
System Red Green Blue C M Y K H S L
Decimal 224 0 158 0 1 0.29 0.12 317.68 1 0.44
Hex E0 0 9E 0 64 1D C 13E 64 2C
Octal 340 0 236 0 144 35 14 476 144 54
Binary 11100000 0 10011110 0 1100100 11101 1100 100111110 1100100 101100

Color Harmonies of #E0009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0009E

Black with #E0009E

Text Example


Text Example

White with #E0009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0009E; }

 p { color: rgb(224,0,158); }

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

background-color css

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

 a { background-color: rgb(224,0,158); }

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

border-color css

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

 span { border-color: rgb(224,0,158); }

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