#E10F93

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

Shades of Hollywood Cerise #E10F93

Tints of Hollywood Cerise #E10F93

Color information

#E10F93 (or 0xE10F93) is unknown color: approx Hollywood Cerise. HEX triplet: E1, 0F and 93. RGB value is (225,15,147). Sum of RGB (Red+Green+Blue) = 225+15+147=387 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.14% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10F93 is #1EF06C. Grayscale: #5C5C5C. Windows color (decimal): -2027629 or 9637857. OLE color: 9637857.

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

Color convert

RGB22515147-
CMYK00.930.350.12
HSL322.29º87.5%47.06%-
HSV(B)322.29º93.33%88.24%-
XYZ36.4918.4629.24-
YUV92.84158.57222.27-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 58.14%
GREEN value IS 15 (6.25% from 255) = 3.88%
BLUE value IS 147 (57.81% from 255) = 37.98%
R=58.14%
G=3.88%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251514700.930.350.12322.2987.547.06
HexE1F9305D23C142582f
Octal341172230135431450213057
Binary111000011111100100110101110110001111001010000101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10F93; }

 p { color: rgb(225,15,147); }

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

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

 a { background-color: rgb(225,15,147); }

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

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

 span { border-color: rgb(225,15,147); }

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