Html Css Color HEX #E01296 Hollywood Cerise

📋 copy color: '#E01296'

red 224 ◦ green 18 ◦ blue 150

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

Shades of Hollywood Cerise #E01296

Tints of Hollywood Cerise #E01296

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.59%

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

R = 57.14%
G = 4.59%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E01296 (or 0xE01296) is known color: Hollywood Cerise. HEX triplet: E0, 12 and 96. RGB value is (224,18,150). Sum of RGB (Red+Green+Blue) = 224+18+150=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E01296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01296 is #1FED69. Grayscale: #5E5E5E. Windows color (decimal): -2092394 or 9835232. OLE color: 9835232.

HSL color Cylindrical-coordinate representation of color #E01296: hue angle of 321.55º degrees, saturation: 0.85, 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 #E01296 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 18 150 -
CMYK 0 0.92 0.33 0.12
HSL 321.55º 0.85% 0.47% -
HSV(B) 321.55º 0.92% 0.88% -
XYZ 36.46 18.48 30.5 -
YUV 94.64 159.25 220.27 -
System Red Green Blue C M Y K H S L
Decimal 224 18 150 0 0.92 0.33 0.12 321.55 0.85 0.47
Hex E0 12 96 0 5C 21 C 142 55 2F
Octal 340 22 226 0 134 41 14 502 125 57
Binary 11100000 10010 10010110 0 1011100 100001 1100 101000010 1010101 101111

Color Harmonies of #E01296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01296

Black with #E01296

Text Example


Text Example

White with #E01296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01296; }

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

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

background-color css

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

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

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

border-color css

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

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

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