Html Css Color HEX #E41096 Hollywood Cerise

📋 copy color: '#E41096'

red 228 ◦ green 16 ◦ blue 150

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

Shades of Hollywood Cerise #E41096

Tints of Hollywood Cerise #E41096

RGB

 RED value IS 228 (89.45% from 255) = 57.87%

 GREEN value IS 16 (6.64% from 255) = 4.06%

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

R = 57.87%
G = 4.06%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E41096 (or 0xE41096) is known color: Hollywood Cerise. HEX triplet: E4, 10 and 96. RGB value is (228,16,150). Sum of RGB (Red+Green+Blue) = 228+16+150=394 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.87% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 228 - color contains mainly: red. Hex color #E41096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E41096 is #1BEF69. Grayscale: #5E5E5E. Windows color (decimal): -1830762 or 9834724. OLE color: 9834724.

HSL color Cylindrical-coordinate representation of color #E41096: hue angle of 322.08º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E41096 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 16 150 -
CMYK 0 0.93 0.34 0.11
HSL 322.08º 0.87% 0.48% -
HSV(B) 322.08º 0.93% 0.89% -
XYZ 37.69 19.07 30.55 -
YUV 94.66 159.24 223.1 -
System Red Green Blue C M Y K H S L
Decimal 228 16 150 0 0.93 0.34 0.11 322.08 0.87 0.48
Hex E4 10 96 0 5D 22 B 142 57 30
Octal 344 20 226 0 135 42 13 502 127 60
Binary 11100100 10000 10010110 0 1011101 100010 1011 101000010 1010111 110000

Color Harmonies of #E41096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41096

Black with #E41096

Text Example


Text Example

White with #E41096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41096; }

 p { color: rgb(228,16,150); }

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

background-color css

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

 a { background-color: rgb(228,16,150); }

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

border-color css

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

 span { border-color: rgb(228,16,150); }

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