#E72079

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

Shades of Deep Cerise #E72079

Tints of Deep Cerise #E72079

Color information

#E72079 (or 0xE72079) is unknown color: approx Deep Cerise. HEX triplet: E7, 20 and 79. RGB value is (231,32,121). Sum of RGB (Red+Green+Blue) = 231+32+121=384 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.16% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 231 - color contains mainly: red. Hex color #E72079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72079 is #18DF86. Grayscale: #656565. Windows color (decimal): -1630087 or 7938279. OLE color: 7938279.

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

Color convert

RGB23132121-
CMYK00.860.480.09
HSL333.17º80.57%51.57%-
HSV(B)333.17º86.15%90.59%-
XYZ36.9219.419.89-
YUV101.65138.93220.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 60.16%
GREEN value IS 32 (12.89% from 255) = 8.33%
BLUE value IS 121 (47.66% from 255) = 31.51%
R=60.16%
G=8.33%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2313212100.860.480.09333.1780.5751.57
HexE7207905630914d5134
Octal347401710126601151512164
Binary1110011110000011110010101011011000010011010011011010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72079; }

 p { color: rgb(231,32,121); }

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

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

 a { background-color: rgb(231,32,121); }

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

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

 span { border-color: rgb(231,32,121); }

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