Html Css Color HEX #E11497 Hollywood Cerise

📋 copy color: '#E11497'

red 225 ◦ green 20 ◦ blue 151

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

Shades of Hollywood Cerise #E11497

Tints of Hollywood Cerise #E11497

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.05%

 BLUE value IS 151 (59.38% from 255) = 38.13%

R = 56.82%
G = 5.05%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E11497 (or 0xE11497) is known color: Hollywood Cerise. HEX triplet: E1, 14 and 97. RGB value is (225,20,151). Sum of RGB (Red+Green+Blue) = 225+20+151=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 20 (8.20% from 255 or 5.05% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E11497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11497 is #1EEB68. Grayscale: #5F5F5F. Windows color (decimal): -2026345 or 9901281. OLE color: 9901281.

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

Color convert

RGB 225 20 151 -
CMYK 0 0.91 0.33 0.12
HSL 321.66º 0.84% 0.48% -
HSV(B) 321.66º 0.91% 0.88% -
XYZ 36.89 18.74 30.95 -
YUV 96.23 158.92 219.85 -
System Red Green Blue C M Y K H S L
Decimal 225 20 151 0 0.91 0.33 0.12 321.66 0.84 0.48
Hex E1 14 97 0 5B 21 C 142 54 30
Octal 341 24 227 0 133 41 14 502 124 60
Binary 11100001 10100 10010111 0 1011011 100001 1100 101000010 1010100 110000

Color Harmonies of #E11497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11497

Black with #E11497

Text Example


Text Example

White with #E11497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11497; }

 p { color: rgb(225,20,151); }

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

background-color css

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

 a { background-color: rgb(225,20,151); }

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

border-color css

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

 span { border-color: rgb(225,20,151); }

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