#E1109D

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

Shades of Hollywood Cerise #E1109D

Tints of Hollywood Cerise #E1109D

Color information

#E1109D (or 0xE1109D) is unknown color: approx Hollywood Cerise. HEX triplet: E1, 10 and 9D. RGB value is (225,16,157). Sum of RGB (Red+Green+Blue) = 225+16+157=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 16 (6.64% from 255 or 4.02% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E1109D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1109D is #1EEF62. Grayscale: #5E5E5E. Windows color (decimal): -2027363 or 10293473. OLE color: 10293473.

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

Color convert

RGB22516157-
CMYK00.930.300.12
HSL319.52º86.72%47.25%-
HSV(B)319.52º92.89%88.24%-
XYZ37.3218.8133.56-
YUV94.56163.24221.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.53%
GREEN value IS 16 (6.64% from 255) = 4.02%
BLUE value IS 157 (61.72% from 255) = 39.45%
R=56.53%
G=4.02%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251615700.930.300.12319.5286.7247.25
HexE1109D05D1EC140572f
Octal341202350135361450012757
Binary111000011000010011101010111011111011001010000001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1109D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1109D; }

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

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

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

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

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

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

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

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