#E70E99

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

Shades of Hollywood Cerise #E70E99

Tints of Hollywood Cerise #E70E99

Color information

#E70E99 (or 0xE70E99) is unknown color: approx Hollywood Cerise. HEX triplet: E7, 0E and 99. RGB value is (231,14,153). Sum of RGB (Red+Green+Blue) = 231+14+153=398 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.04% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 231 - color contains mainly: red. Hex color #E70E99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70E99 is #18F166. Grayscale: #5E5E5E. Windows color (decimal): -1634663 or 10030823. OLE color: 10030823.

HSL color Cylindrical-coordinate representation of color #E70E99: hue angle of 321.57º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70E99 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB23114153-
CMYK00.940.340.09
HSL321.57º88.57%48.04%-
HSV(B)321.57º93.94%90.59%-
XYZ38.8619.631.87-
YUV94.73160.89225.2-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 58.04%
GREEN value IS 14 (5.86% from 255) = 3.52%
BLUE value IS 153 (60.16% from 255) = 38.44%
R=58.04%
G=3.52%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311415300.940.340.09321.5788.5748.04
HexE7E9905E2291425930
Octal347162310136421150213160
Binary111001111110100110010101111010001010011010000101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70E99; }

 p { color: rgb(231,14,153); }

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

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

 a { background-color: rgb(231,14,153); }

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

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

 span { border-color: rgb(231,14,153); }

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