#E1119B

Color #E1119B Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #E1119B

Tints of Hollywood Cerise #E1119B

Color information

#E1119B (or 0xE1119B) is unknown color: approx Hollywood Cerise. HEX triplet: E1, 11 and 9B. RGB value is (225,17,155). Sum of RGB (Red+Green+Blue) = 225+17+155=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E1119B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1119B is #1EEE64. Grayscale: #5E5E5E. Windows color (decimal): -2027109 or 10162657. OLE color: 10162657.

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

Color convert

RGB22517155-
CMYK00.920.310.12
HSL320.19º85.95%47.45%-
HSV(B)320.19º92.44%88.24%-
XYZ37.1718.7832.68-
YUV94.92161.91220.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.68%
GREEN value IS 17 (7.03% from 255) = 4.28%
BLUE value IS 155 (60.94% from 255) = 39.04%
R=56.68%
G=4.28%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251715500.920.310.12320.1985.9547.45
HexE1119B05C1FC140562f
Octal341212330134371450012657
Binary111000011000110011011010111001111111001010000001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1119B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1119B; }

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

 H1.HeaderClassName
 {
   color: #E1119B;
 }
 .AnyTagClassName
 {
   color: #E1119B;
 }
</style>
background-color css

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

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

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

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

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

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