#E70A8E

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

Shades of Hollywood Cerise #E70A8E

Tints of Hollywood Cerise #E70A8E

Color information

#E70A8E (or 0xE70A8E) is unknown color: approx Hollywood Cerise. HEX triplet: E7, 0A and 8E. RGB value is (231,10,142). Sum of RGB (Red+Green+Blue) = 231+10+142=383 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.31% from 383); Green value is 10 (4.30% from 255 or 2.61% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A8E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70A8E is #18F571. Grayscale: #5A5A5A. Windows color (decimal): -1635698 or 9308903. OLE color: 9308903.

HSL color Cylindrical-coordinate representation of color #E70A8E: hue angle of 324.16º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70A8E is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB23110142-
CMYK00.960.390.09
HSL324.16º91.7%47.25%-
HSV(B)324.16º95.67%90.59%-
XYZ37.9519.1627.29-
YUV91.13156.72227.77-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 60.31%
GREEN value IS 10 (4.30% from 255) = 2.61%
BLUE value IS 142 (55.86% from 255) = 37.08%
R=60.31%
G=2.61%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311014200.960.390.09324.1691.747.25
HexE7A8E0602791445c2f
Octal347122160140471150413457
Binary111001111010100011100110000010011110011010001001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70A8E; }

 p { color: rgb(231,10,142); }

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

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

 a { background-color: rgb(231,10,142); }

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

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

 span { border-color: rgb(231,10,142); }

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