Html Css Color HEX #E01199 Hollywood Cerise

📋 copy color: '#E01199'

red 224 ◦ green 17 ◦ blue 153

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

Shades of Hollywood Cerise #E01199

Tints of Hollywood Cerise #E01199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.31%

 BLUE value IS 153 (60.16% from 255) = 38.83%

R = 56.85%
G = 4.31%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E01199 (or 0xE01199) is known color: Hollywood Cerise. HEX triplet: E0, 11 and 99. RGB value is (224,17,153). Sum of RGB (Red+Green+Blue) = 224+17+153=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E01199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01199 is #1FEE66. Grayscale: #5E5E5E. Windows color (decimal): -2092647 or 10031584. OLE color: 10031584.

HSL color Cylindrical-coordinate representation of color #E01199: hue angle of 320.58º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01199 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 17 153 -
CMYK 0 0.92 0.32 0.12
HSL 320.58º 0.86% 0.47% -
HSV(B) 320.58º 0.92% 0.88% -
XYZ 36.69 18.55 31.78 -
YUV 94.4 161.08 220.44 -
System Red Green Blue C M Y K H S L
Decimal 224 17 153 0 0.92 0.32 0.12 320.58 0.86 0.47
Hex E0 11 99 0 5C 20 C 141 56 2F
Octal 340 21 231 0 134 40 14 501 126 57
Binary 11100000 10001 10011001 0 1011100 100000 1100 101000001 1010110 101111

Color Harmonies of #E01199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01199

Black with #E01199

Text Example


Text Example

White with #E01199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01199; }

 p { color: rgb(224,17,153); }

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

background-color css

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

 a { background-color: rgb(224,17,153); }

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

border-color css

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

 span { border-color: rgb(224,17,153); }

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