#E1109A

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

Shades of Hollywood Cerise #E1109A

Tints of Hollywood Cerise #E1109A

Color information

#E1109A (or 0xE1109A) is unknown color: approx Hollywood Cerise. HEX triplet: E1, 10 and 9A. RGB value is (225,16,154). Sum of RGB (Red+Green+Blue) = 225+16+154=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E1109A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1109A is #1EEF65. Grayscale: #5D5D5D. Windows color (decimal): -2027366 or 10096865. OLE color: 10096865.

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

Color convert

RGB22516154-
CMYK00.930.320.12
HSL320.38º86.72%47.25%-
HSV(B)320.38º92.89%88.24%-
XYZ37.0718.7132.23-
YUV94.22161.74221.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.96%
GREEN value IS 16 (6.64% from 255) = 4.05%
BLUE value IS 154 (60.55% from 255) = 38.99%
R=56.96%
G=4.05%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251615400.930.320.12320.3886.7247.25
HexE1109A05D20C140572f
Octal341202320135401450012757
Binary1110000110000100110100101110110000011001010000001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1109A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1109A; }

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

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

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

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

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

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

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

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