#E70FA9

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

Shades of Hollywood Cerise #E70FA9

Tints of Hollywood Cerise #E70FA9

Color information

#E70FA9 (or 0xE70FA9) is unknown color: approx Hollywood Cerise. HEX triplet: E7, 0F and A9. RGB value is (231,15,169). Sum of RGB (Red+Green+Blue) = 231+15+169=415 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.66% from 415); Green value is 15 (6.25% from 255 or 3.61% from 415); Blue value is 169 (66.41% from 255 or 40.72% from 415); Max value from RGB is 231 - color contains mainly: red. Hex color #E70FA9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70FA9 is #18F056. Grayscale: #606060. Windows color (decimal): -1634391 or 11079655. OLE color: 11079655.

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

Color convert

RGB23115169-
CMYK00.940.270.09
HSL317.22º87.8%48.24%-
HSV(B)317.22º93.51%90.59%-
XYZ40.2920.239.31-
YUV97.14168.56223.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 55.66%
GREEN value IS 15 (6.25% from 255) = 3.61%
BLUE value IS 169 (66.41% from 255) = 40.72%
R=55.66%
G=3.61%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311516900.940.270.09317.2287.848.24
HexE7FA905E1B913d5830
Octal347172510136331147513060
Binary11100111111110101001010111101101110011001111011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70FA9; }

 p { color: rgb(231,15,169); }

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

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

 a { background-color: rgb(231,15,169); }

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

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

 span { border-color: rgb(231,15,169); }

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