Html Css Color HEX #E00896 Hollywood Cerise

📋 copy color: '#E00896'

red 224 ◦ green 8 ◦ blue 150

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

Shades of Hollywood Cerise #E00896

Tints of Hollywood Cerise #E00896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.09%

 BLUE value IS 150 (58.98% from 255) = 39.27%

R = 58.64%
G = 2.09%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E00896 (or 0xE00896) is known color: Hollywood Cerise. HEX triplet: E0, 08 and 96. RGB value is (224,8,150). Sum of RGB (Red+Green+Blue) = 224+8+150=382 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.64% from 382); Green value is 8 (3.52% from 255 or 2.09% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 224 - color contains mainly: red. Hex color #E00896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00896 is #1FF769. Grayscale: #585858. Windows color (decimal): -2094954 or 9832672. OLE color: 9832672.

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

Color convert

RGB 224 8 150 -
CMYK 0 0.96 0.33 0.12
HSL 320.56º 0.93% 0.45% -
HSV(B) 320.56º 0.96% 0.88% -
XYZ 36.33 18.22 30.46 -
YUV 88.77 162.56 224.45 -
System Red Green Blue C M Y K H S L
Decimal 224 8 150 0 0.96 0.33 0.12 320.56 0.93 0.45
Hex E0 8 96 0 60 21 C 141 5D 2D
Octal 340 10 226 0 140 41 14 501 135 55
Binary 11100000 1000 10010110 0 1100000 100001 1100 101000001 1011101 101101

Color Harmonies of #E00896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00896

Black with #E00896

Text Example


Text Example

White with #E00896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00896; }

 p { color: rgb(224,8,150); }

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

background-color css

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

 a { background-color: rgb(224,8,150); }

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

border-color css

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

 span { border-color: rgb(224,8,150); }

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