#E32379

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

Shades of Deep Cerise #E32379

Tints of Deep Cerise #E32379

Color information

#E32379 (or 0xE32379) is unknown color: approx Deep Cerise. HEX triplet: E3, 23 and 79. RGB value is (227,35,121). Sum of RGB (Red+Green+Blue) = 227+35+121=383 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.27% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 227 - color contains mainly: red. Hex color #E32379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32379 is #1CDC86. Grayscale: #666666. Windows color (decimal): -1891463 or 7939043. OLE color: 7939043.

HSL color Cylindrical-coordinate representation of color #E32379: hue angle of 333.12º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E32379 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB22735121-
CMYK00.850.470.11
HSL333.12º77.42%51.37%-
HSV(B)333.12º84.58%89.02%-
XYZ35.7318.9119.86-
YUV102.21138.61217.01-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 59.27%
GREEN value IS 35 (14.06% from 255) = 9.14%
BLUE value IS 121 (47.66% from 255) = 31.59%
R=59.27%
G=9.14%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2273512100.850.470.11333.1277.4251.37
HexE323790552FB14d4d33
Octal343431710125571351511563
Binary1110001110001111110010101010110111110111010011011001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32379; }

 p { color: rgb(227,35,121); }

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

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

 a { background-color: rgb(227,35,121); }

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

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

 span { border-color: rgb(227,35,121); }

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