#E10288

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

Shades of Hollywood Cerise #E10288

Tints of Hollywood Cerise #E10288

Color information

#E10288 (or 0xE10288) is unknown color: approx Hollywood Cerise. HEX triplet: E1, 02 and 88. RGB value is (225,2,136). Sum of RGB (Red+Green+Blue) = 225+2+136=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E10288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10288 is #1EFD77. Grayscale: #535353. Windows color (decimal): -2030968 or 8913633. OLE color: 8913633.

HSL color Cylindrical-coordinate representation of color #E10288: hue angle of 323.95º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E10288 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB2252136-
CMYK00.990.400.12
HSL323.95º98.24%44.51%-
HSV(B)323.95º99.11%88.24%-
XYZ35.5217.8324.86-
YUV83.95157.38228.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 61.98%
GREEN value IS 2 (1.17% from 255) = 0.55%
BLUE value IS 136 (53.52% from 255) = 37.47%
R=61.98%
G=0.55%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225213600.990.400.12323.9598.2444.51
HexE128806328C144622d
Octal34122100143501450414255
Binary1110000110100010000110001110100011001010001001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10288; }

 p { color: rgb(225,2,136); }

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

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

 a { background-color: rgb(225,2,136); }

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

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

 span { border-color: rgb(225,2,136); }

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