#E5408C

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

Shades of Deep Cerise #E5408C

Tints of Deep Cerise #E5408C

Color information

#E5408C (or 0xE5408C) is unknown color: approx Deep Cerise. HEX triplet: E5, 40 and 8C. RGB value is (229,64,140). Sum of RGB (Red+Green+Blue) = 229+64+140=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E5408C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5408C is #1ABF73. Grayscale: #797979. Windows color (decimal): -1752948 or 9191653. OLE color: 9191653.

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

Color convert

RGB22964140-
CMYK00.720.390.10
HSL332.36º76.04%57.45%-
HSV(B)332.36º72.05%89.8%-
XYZ38.8822.2227.05-
YUV122138.16204.32-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.89%
GREEN value IS 64 (25.39% from 255) = 14.78%
BLUE value IS 140 (55.08% from 255) = 32.33%
R=52.89%
G=14.78%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296414000.720.390.10332.3676.0457.45
HexE5408C04827A14c4c39
Octal3451002140110471251411471
Binary111001011000000100011000100100010011110101010011001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5408C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5408C; }

 p { color: rgb(229,64,140); }

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

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

 a { background-color: rgb(229,64,140); }

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

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

 span { border-color: rgb(229,64,140); }

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