#E1109C

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

Shades of Hollywood Cerise #E1109C

Tints of Hollywood Cerise #E1109C

Color information

#E1109C (or 0xE1109C) is unknown color: approx Hollywood Cerise. HEX triplet: E1, 10 and 9C. RGB value is (225,16,156). Sum of RGB (Red+Green+Blue) = 225+16+156=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 16 (6.64% from 255 or 4.03% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E1109C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1109C is #1EEF63. Grayscale: #5E5E5E. Windows color (decimal): -2027364 or 10227937. OLE color: 10227937.

HSL color Cylindrical-coordinate representation of color #E1109C: hue angle of 319.81º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1109C is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB22516156-
CMYK00.930.310.12
HSL319.81º86.72%47.25%-
HSV(B)319.81º92.89%88.24%-
XYZ37.2418.7833.11-
YUV94.45162.74221.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.68%
GREEN value IS 16 (6.64% from 255) = 4.03%
BLUE value IS 156 (61.33% from 255) = 39.29%
R=56.68%
G=4.03%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251615600.930.310.12319.8186.7247.25
HexE1109C05D1FC140572f
Octal341202340135371450012757
Binary111000011000010011100010111011111111001010000001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1109C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1109C; }

 p { color: rgb(225,16,156); }

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

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

 a { background-color: rgb(225,16,156); }

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

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

 span { border-color: rgb(225,16,156); }

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