#E53F9D

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

Shades of Deep Cerise #E53F9D

Tints of Deep Cerise #E53F9D

Color information

#E53F9D (or 0xE53F9D) is unknown color: approx Deep Cerise. HEX triplet: E5, 3F and 9D. RGB value is (229,63,157). Sum of RGB (Red+Green+Blue) = 229+63+157=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E53F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53F9D is #1AC062. Grayscale: #7B7B7B. Windows color (decimal): -1753187 or 10305509. OLE color: 10305509.

HSL color Cylindrical-coordinate representation of color #E53F9D: hue angle of 326.02º 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 #E53F9D is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB22963157-
CMYK00.720.310.10
HSL326.02º76.15%57.25%-
HSV(B)326.02º72.49%89.8%-
XYZ40.1822.6534.15-
YUV123.35147203.36-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.00%
GREEN value IS 63 (25% from 255) = 14.03%
BLUE value IS 157 (61.72% from 255) = 34.97%
R=51.00%
G=14.03%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296315700.720.310.10326.0276.1557.25
HexE53F9D0481FA1464c39
Octal345772350110371250611471
Binary1110010111111110011101010010001111110101010001101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53F9D; }

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

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

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

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

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

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

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

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