#E1109F

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

Shades of Hollywood Cerise #E1109F

Tints of Hollywood Cerise #E1109F

Color information

#E1109F (or 0xE1109F) is unknown color: approx Hollywood Cerise. HEX triplet: E1, 10 and 9F. RGB value is (225,16,159). Sum of RGB (Red+Green+Blue) = 225+16+159=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E1109F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1109F is #1EEF60. Grayscale: #5E5E5E. Windows color (decimal): -2027361 or 10424545. OLE color: 10424545.

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

Color convert

RGB22516159-
CMYK00.930.290.12
HSL318.95º86.72%47.25%-
HSV(B)318.95º92.89%88.24%-
XYZ37.4918.8834.47-
YUV94.79164.24220.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.25%
GREEN value IS 16 (6.64% from 255) = 4%
BLUE value IS 159 (62.5% from 255) = 39.75%
R=56.25%
G=4%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251615900.930.290.12318.9586.7247.25
HexE1109F05D1DC13f572f
Octal341202370135351447712757
Binary111000011000010011111010111011110111001001111111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1109F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1109F; }

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

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

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

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

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

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

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

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