#E0119E

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

Shades of Hollywood Cerise #E0119E

Tints of Hollywood Cerise #E0119E

Color information

#E0119E (or 0xE0119E) is unknown color: approx Hollywood Cerise. HEX triplet: E0, 11 and 9E. RGB value is (224,17,158). Sum of RGB (Red+Green+Blue) = 224+17+158=399 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.14% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 224 - color contains mainly: red. Hex color #E0119E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0119E is #1FEE61. Grayscale: #5E5E5E. Windows color (decimal): -2092642 or 10359264. OLE color: 10359264.

HSL color Cylindrical-coordinate representation of color #E0119E: hue angle of 319.13º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0119E is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB22417158-
CMYK00.920.290.12
HSL319.13º85.89%47.25%-
HSV(B)319.13º92.41%87.84%-
XYZ37.1118.7234-
YUV94.97163.58220.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 56.14%
GREEN value IS 17 (7.03% from 255) = 4.26%
BLUE value IS 158 (62.11% from 255) = 39.60%
R=56.14%
G=4.26%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241715800.920.290.12319.1385.8947.25
HexE0119E05C1DC13f562f
Octal340212360134351447712657
Binary111000001000110011110010111001110111001001111111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0119E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0119E; }

 p { color: rgb(224,17,158); }

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

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

 a { background-color: rgb(224,17,158); }

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

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

 span { border-color: rgb(224,17,158); }

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