#E70E98

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

Shades of Hollywood Cerise #E70E98

Tints of Hollywood Cerise #E70E98

Color information

#E70E98 (or 0xE70E98) is unknown color: approx Hollywood Cerise. HEX triplet: E7, 0E and 98. RGB value is (231,14,152). Sum of RGB (Red+Green+Blue) = 231+14+152=397 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.19% from 397); Green value is 14 (5.86% from 255 or 3.53% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 231 - color contains mainly: red. Hex color #E70E98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70E98 is #18F167. Grayscale: #5E5E5E. Windows color (decimal): -1634664 or 9965287. OLE color: 9965287.

HSL color Cylindrical-coordinate representation of color #E70E98: hue angle of 321.84º 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 #E70E98 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB23114152-
CMYK00.940.340.09
HSL321.84º88.57%48.04%-
HSV(B)321.84º93.94%90.59%-
XYZ38.7819.5731.44-
YUV94.62160.39225.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 58.19%
GREEN value IS 14 (5.86% from 255) = 3.53%
BLUE value IS 152 (59.77% from 255) = 38.29%
R=58.19%
G=3.53%
B=38.29%

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
Decimal2311415200.940.340.09321.8488.5748.04
HexE7E9805E2291425930
Octal347162300136421150213160
Binary111001111110100110000101111010001010011010000101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70E98; }

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

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

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

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

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

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

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

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