#E10C90

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

Shades of Hollywood Cerise #E10C90

Tints of Hollywood Cerise #E10C90

Color information

#E10C90 (or 0xE10C90) is unknown color: approx Hollywood Cerise. HEX triplet: E1, 0C and 90. RGB value is (225,12,144). Sum of RGB (Red+Green+Blue) = 225+12+144=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10C90 is #1EF36F. Grayscale: #5A5A5A. Windows color (decimal): -2028400 or 9440481. OLE color: 9440481.

HSL color Cylindrical-coordinate representation of color #E10C90: hue angle of 322.82º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10C90 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB22512144-
CMYK00.950.360.12
HSL322.82º89.87%46.47%-
HSV(B)322.82º94.67%88.24%-
XYZ36.2218.2828.01-
YUV90.73158.07223.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.06%
GREEN value IS 12 (5.08% from 255) = 3.15%
BLUE value IS 144 (56.64% from 255) = 37.80%
R=59.06%
G=3.15%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251214400.950.360.12322.8289.8746.47
HexE1C9005F24C1435a2e
Octal341142200137441450313256
Binary111000011100100100000101111110010011001010000111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10C90; }

 p { color: rgb(225,12,144); }

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

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

 a { background-color: rgb(225,12,144); }

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

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

 span { border-color: rgb(225,12,144); }

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