#E5379D

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

Shades of Deep Cerise #E5379D

Tints of Deep Cerise #E5379D

Color information

#E5379D (or 0xE5379D) is unknown color: approx Deep Cerise. HEX triplet: E5, 37 and 9D. RGB value is (229,55,157). Sum of RGB (Red+Green+Blue) = 229+55+157=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 55 (21.88% from 255 or 12.47% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E5379D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5379D is #1AC862. Grayscale: #767676. Windows color (decimal): -1755235 or 10303461. OLE color: 10303461.

HSL color Cylindrical-coordinate representation of color #E5379D: hue angle of 324.83º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E5379D is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB22955157-
CMYK00.760.310.10
HSL324.83º76.99%55.69%-
HSV(B)324.83º75.98%89.8%-
XYZ39.7721.8234.02-
YUV118.65149.65206.71-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.93%
GREEN value IS 55 (21.88% from 255) = 12.47%
BLUE value IS 157 (61.72% from 255) = 35.60%
R=51.93%
G=12.47%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295515700.760.310.10324.8376.9955.69
HexE5379D04C1FA1454d38
Octal345672350114371250511570
Binary1110010111011110011101010011001111110101010001011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5379D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5379D; }

 p { color: rgb(229,55,157); }

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

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

 a { background-color: rgb(229,55,157); }

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

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

 span { border-color: rgb(229,55,157); }

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