#E8018E

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

Shades of Hollywood Cerise #E8018E

Tints of Hollywood Cerise #E8018E

Color information

#E8018E (or 0xE8018E) is unknown color: approx Hollywood Cerise. HEX triplet: E8, 01 and 8E. RGB value is (232,1,142). Sum of RGB (Red+Green+Blue) = 232+1+142=375 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.87% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 232 - color contains mainly: red. Hex color #E8018E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8018E is #17FE71. Grayscale: #555555. Windows color (decimal): -1572466 or 9306600. OLE color: 9306600.

HSL color Cylindrical-coordinate representation of color #E8018E: hue angle of 323.38º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8018E is Cyan = 0, Magento = 1.00, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB2321142-
CMYK01.000.390.09
HSL323.38º99.14%45.69%-
HSV(B)323.38º99.57%90.98%-
XYZ38.1719.1327.27-
YUV86.14159.53232.04-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 61.87%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=61.87%
G=0.27%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232114201.000.390.09323.3899.1445.69
HexE818E064279143632e
Octal35012160144471150314356
Binary111010001100011100110010010011110011010000111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8018E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8018E; }

 p { color: rgb(232,1,142); }

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

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

 a { background-color: rgb(232,1,142); }

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

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

 span { border-color: rgb(232,1,142); }

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