#E110A6

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

Shades of Hollywood Cerise #E110A6

Tints of Hollywood Cerise #E110A6

Color information

#E110A6 (or 0xE110A6) is unknown color: approx Hollywood Cerise. HEX triplet: E1, 10 and A6. RGB value is (225,16,166). Sum of RGB (Red+Green+Blue) = 225+16+166=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 166 (65.23% from 255 or 40.79% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E110A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E110A6 is #1EEF59. Grayscale: #5F5F5F. Windows color (decimal): -2027354 or 10883297. OLE color: 10883297.

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

Color convert

RGB22516166-
CMYK00.930.260.12
HSL316.94º86.72%47.25%-
HSV(B)316.94º92.89%88.24%-
XYZ38.1219.1337.76-
YUV95.59167.74220.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.28%
GREEN value IS 16 (6.64% from 255) = 3.93%
BLUE value IS 166 (65.23% from 255) = 40.79%
R=55.28%
G=3.93%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251616600.930.260.12316.9486.7247.25
HexE110A605D1AC13d572f
Octal341202460135321447512757
Binary111000011000010100110010111011101011001001111011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E110A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E110A6; }

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

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

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

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

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

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

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

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