#E1109B

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

Shades of Hollywood Cerise #E1109B

Tints of Hollywood Cerise #E1109B

Color information

#E1109B (or 0xE1109B) is unknown color: approx Hollywood Cerise. HEX triplet: E1, 10 and 9B. RGB value is (225,16,155). Sum of RGB (Red+Green+Blue) = 225+16+155=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E1109B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1109B is #1EEF64. Grayscale: #5D5D5D. Windows color (decimal): -2027365 or 10162401. OLE color: 10162401.

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

Color convert

RGB22516155-
CMYK00.930.310.12
HSL320.1º86.72%47.25%-
HSV(B)320.1º92.89%88.24%-
XYZ37.1518.7432.67-
YUV94.34162.24221.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.82%
GREEN value IS 16 (6.64% from 255) = 4.04%
BLUE value IS 155 (60.94% from 255) = 39.14%
R=56.82%
G=4.04%
B=39.14%

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
Decimal2251615500.930.310.12320.186.7247.25
HexE1109B05D1FC140572f
Octal341202330135371450012757
Binary111000011000010011011010111011111111001010000001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1109B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1109B; }

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

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

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

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

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

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

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

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