Html Css Color HEX #E11196 Hollywood Cerise

📋 copy color: '#E11196'

red 225 ◦ green 17 ◦ blue 150

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

Shades of Hollywood Cerise #E11196

Tints of Hollywood Cerise #E11196

RGB

 RED value IS 225 (88.28% from 255) = 57.4%

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

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

R = 57.4%
G = 4.34%
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

#E11196 (or 0xE11196) is known color: Hollywood Cerise. HEX triplet: E1, 11 and 96. RGB value is (225,17,150). Sum of RGB (Red+Green+Blue) = 225+17+150=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E11196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11196 is #1EEE69. Grayscale: #5E5E5E. Windows color (decimal): -2027114 or 9834977. OLE color: 9834977.

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

Color convert

RGB 225 17 150 -
CMYK 0 0.92 0.33 0.12
HSL 321.63º 0.86% 0.47% -
HSV(B) 321.63º 0.92% 0.88% -
XYZ 36.76 18.61 30.51 -
YUV 94.35 159.41 221.19 -
System Red Green Blue C M Y K H S L
Decimal 225 17 150 0 0.92 0.33 0.12 321.63 0.86 0.47
Hex E1 11 96 0 5C 21 C 142 56 2F
Octal 341 21 226 0 134 41 14 502 126 57
Binary 11100001 10001 10010110 0 1011100 100001 1100 101000010 1010110 101111

Color Harmonies of #E11196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11196

Black with #E11196

Text Example


Text Example

White with #E11196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11196; }

 p { color: rgb(225,17,150); }

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

background-color css

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

 a { background-color: rgb(225,17,150); }

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

border-color css

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

 span { border-color: rgb(225,17,150); }

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