#E70794

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

Shades of Hollywood Cerise #E70794

Tints of Hollywood Cerise #E70794

Color information

#E70794 (or 0xE70794) is unknown color: approx Hollywood Cerise. HEX triplet: E7, 07 and 94. RGB value is (231,7,148). Sum of RGB (Red+Green+Blue) = 231+7+148=386 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.84% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 231 - color contains mainly: red. Hex color #E70794 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70794 is #18F86B. Grayscale: #595959. Windows color (decimal): -1636460 or 9701351. OLE color: 9701351.

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

Color convert

RGB2317148-
CMYK00.970.360.09
HSL322.23º94.12%46.67%-
HSV(B)322.23º96.97%90.59%-
XYZ38.3819.2829.72-
YUV90.05160.71228.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 59.84%
GREEN value IS 7 (3.12% from 255) = 1.81%
BLUE value IS 148 (58.20% from 255) = 38.34%
R=59.84%
G=1.81%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231714800.970.360.09322.2394.1246.67
HexE77940612491425e2f
Octal34772240141441150213657
Binary11100111111100101000110000110010010011010000101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70794; }

 p { color: rgb(231,7,148); }

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

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

 a { background-color: rgb(231,7,148); }

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

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

 span { border-color: rgb(231,7,148); }

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