Html Css Color HEX #E11296 Hollywood Cerise

📋 copy color: '#E11296'

red 225 ◦ green 18 ◦ blue 150

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

Shades of Hollywood Cerise #E11296

Tints of Hollywood Cerise #E11296

RGB

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

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

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

R = 57.25%
G = 4.58%
B = 38.17%

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

#E11296 (or 0xE11296) is known color: Hollywood Cerise. HEX triplet: E1, 12 and 96. RGB value is (225,18,150). Sum of RGB (Red+Green+Blue) = 225+18+150=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E11296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11296 is #1EED69. Grayscale: #5E5E5E. Windows color (decimal): -2026858 or 9835233. OLE color: 9835233.

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

Color convert

RGB 225 18 150 -
CMYK 0 0.92 0.33 0.12
HSL 321.74º 0.85% 0.48% -
HSV(B) 321.74º 0.92% 0.88% -
XYZ 36.77 18.64 30.51 -
YUV 94.94 159.08 220.77 -
System Red Green Blue C M Y K H S L
Decimal 225 18 150 0 0.92 0.33 0.12 321.74 0.85 0.48
Hex E1 12 96 0 5C 21 C 142 55 30
Octal 341 22 226 0 134 41 14 502 125 60
Binary 11100001 10010 10010110 0 1011100 100001 1100 101000010 1010101 110000

Color Harmonies of #E11296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11296

Black with #E11296

Text Example


Text Example

White with #E11296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11296; }

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

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

background-color css

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

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

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

border-color css

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

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

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