#E70E9A

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

Shades of Hollywood Cerise #E70E9A

Tints of Hollywood Cerise #E70E9A

Color information

#E70E9A (or 0xE70E9A) is unknown color: approx Hollywood Cerise. HEX triplet: E7, 0E and 9A. RGB value is (231,14,154). Sum of RGB (Red+Green+Blue) = 231+14+154=399 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.89% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 231 - color contains mainly: red. Hex color #E70E9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70E9A is #18F165. Grayscale: #5E5E5E. Windows color (decimal): -1634662 or 10096359. OLE color: 10096359.

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

Color convert

RGB23114154-
CMYK00.940.330.09
HSL321.29º88.57%48.04%-
HSV(B)321.29º93.94%90.59%-
XYZ38.9419.6432.31-
YUV94.84161.39225.12-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 57.89%
GREEN value IS 14 (5.86% from 255) = 3.51%
BLUE value IS 154 (60.55% from 255) = 38.60%
R=57.89%
G=3.51%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311415400.940.330.09321.2988.5748.04
HexE7E9A05E2191415930
Octal347162320136411150113160
Binary111001111110100110100101111010000110011010000011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70E9A; }

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

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

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

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

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

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

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

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