#E82979

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

Shades of Deep Cerise #E82979

Tints of Deep Cerise #E82979

Color information

#E82979 (or 0xE82979) is unknown color: approx Deep Cerise. HEX triplet: E8, 29 and 79. RGB value is (232,41,121). Sum of RGB (Red+Green+Blue) = 232+41+121=394 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.88% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 232 - color contains mainly: red. Hex color #E82979 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82979 is #17D686. Grayscale: #6B6B6B. Windows color (decimal): -1562247 or 7940584. OLE color: 7940584.

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

Color convert

RGB23241121-
CMYK00.820.480.09
HSL334.87º80.59%53.53%-
HSV(B)334.87º82.33%90.98%-
XYZ37.5220.1220-
YUV107.23135.78217-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 58.88%
GREEN value IS 41 (16.41% from 255) = 10.41%
BLUE value IS 121 (47.66% from 255) = 30.71%
R=58.88%
G=10.41%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2324112100.820.480.09334.8780.5953.53
HexE8297905230914f5136
Octal350511710122601151712166
Binary1110100010100111110010101001011000010011010011111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E82979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E82979; }

 p { color: rgb(232,41,121); }

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

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

 a { background-color: rgb(232,41,121); }

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

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

 span { border-color: rgb(232,41,121); }

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