#E70CA5

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

Shades of Hollywood Cerise #E70CA5

Tints of Hollywood Cerise #E70CA5

Color information

#E70CA5 (or 0xE70CA5) is unknown color: approx Hollywood Cerise. HEX triplet: E7, 0C and A5. RGB value is (231,12,165). Sum of RGB (Red+Green+Blue) = 231+12+165=408 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.62% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 165 (64.84% from 255 or 40.44% from 408); Max value from RGB is 231 - color contains mainly: red. Hex color #E70CA5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70CA5 is #18F35A. Grayscale: #5E5E5E. Windows color (decimal): -1635163 or 10816743. OLE color: 10816743.

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

Color convert

RGB23112165-
CMYK00.950.290.09
HSL318.08º90.12%47.65%-
HSV(B)318.08º94.81%90.59%-
XYZ39.8819.9737.35-
YUV94.92167.55225.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 56.62%
GREEN value IS 12 (5.08% from 255) = 2.94%
BLUE value IS 165 (64.84% from 255) = 40.44%
R=56.62%
G=2.94%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311216500.950.290.09318.0890.1247.65
HexE7CA505F1D913e5a30
Octal347142450137351147613260
Binary11100111110010100101010111111110110011001111101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70CA5; }

 p { color: rgb(231,12,165); }

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

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

 a { background-color: rgb(231,12,165); }

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

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

 span { border-color: rgb(231,12,165); }

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