#E70492

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

Shades of Hollywood Cerise #E70492

Tints of Hollywood Cerise #E70492

Color information

#E70492 (or 0xE70492) is unknown color: approx Hollywood Cerise. HEX triplet: E7, 04 and 92. RGB value is (231,4,146). Sum of RGB (Red+Green+Blue) = 231+4+146=381 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.63% from 381); Green value is 4 (1.95% from 255 or 1.05% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 231 - color contains mainly: red. Hex color #E70492 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70492 is #18FB6D. Grayscale: #575757. Windows color (decimal): -1637230 or 9569511. OLE color: 9569511.

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

Color convert

RGB2314146-
CMYK00.980.370.09
HSL322.47º96.6%46.08%-
HSV(B)322.47º98.27%90.59%-
XYZ38.1919.1528.88-
YUV88.06160.71229.95-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 60.63%
GREEN value IS 4 (1.95% from 255) = 1.05%
BLUE value IS 146 (57.42% from 255) = 38.32%
R=60.63%
G=1.05%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231414600.980.370.09322.4796.646.08
HexE7492062259142612e
Octal34742220142451150214156
Binary11100111100100100100110001010010110011010000101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70492; }

 p { color: rgb(231,4,146); }

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

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

 a { background-color: rgb(231,4,146); }

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

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

 span { border-color: rgb(231,4,146); }

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