Html Css Color HEX #E00894 Hollywood Cerise

📋 copy color: '#E00894'

red 224 ◦ green 8 ◦ blue 148

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

Shades of Hollywood Cerise #E00894

Tints of Hollywood Cerise #E00894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.95%

R = 58.95%
G = 2.11%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E00894 (or 0xE00894) is known color: Hollywood Cerise. HEX triplet: E0, 08 and 94. RGB value is (224,8,148). Sum of RGB (Red+Green+Blue) = 224+8+148=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E00894 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00894 is #1FF76B. Grayscale: #585858. Windows color (decimal): -2094956 or 9701600. OLE color: 9701600.

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

Color convert

RGB 224 8 148 -
CMYK 0 0.96 0.34 0.12
HSL 321.11º 0.93% 0.45% -
HSV(B) 321.11º 0.96% 0.88% -
XYZ 36.17 18.16 29.62 -
YUV 88.54 161.56 224.62 -
System Red Green Blue C M Y K H S L
Decimal 224 8 148 0 0.96 0.34 0.12 321.11 0.93 0.45
Hex E0 8 94 0 60 22 C 141 5D 2D
Octal 340 10 224 0 140 42 14 501 135 55
Binary 11100000 1000 10010100 0 1100000 100010 1100 101000001 1011101 101101

Color Harmonies of #E00894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00894

Black with #E00894

Text Example


Text Example

White with #E00894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00894; }

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

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

background-color css

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

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

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

border-color css

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

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

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