#E70391

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

Shades of Hollywood Cerise #E70391

Tints of Hollywood Cerise #E70391

Color information

#E70391 (or 0xE70391) is unknown color: approx Hollywood Cerise. HEX triplet: E7, 03 and 91. RGB value is (231,3,145). Sum of RGB (Red+Green+Blue) = 231+3+145=379 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.95% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 231 - color contains mainly: red. Hex color #E70391 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70391 is #18FC6E. Grayscale: #575757. Windows color (decimal): -1637487 or 9503719. OLE color: 9503719.

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

Color convert

RGB2313145-
CMYK00.990.370.09
HSL322.63º97.44%45.88%-
HSV(B)322.63º98.7%90.59%-
XYZ38.119.128.47-
YUV87.36160.54230.45-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 60.95%
GREEN value IS 3 (1.56% from 255) = 0.79%
BLUE value IS 145 (57.03% from 255) = 38.26%
R=60.95%
G=0.79%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231314500.990.370.09322.6397.4445.88
HexE7391063259143612e
Octal34732210143451150314156
Binary1110011111100100010110001110010110011010000111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70391; }

 p { color: rgb(231,3,145); }

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

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

 a { background-color: rgb(231,3,145); }

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

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

 span { border-color: rgb(231,3,145); }

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