#e53f93

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

Shades of Deep Cerise #E53F93

Tints of Deep Cerise #E53F93

Color information

#E53F93 (or 0xE53F93) is unknown color: approx Deep Cerise. HEX triplet: E5, 3F and 93. RGB value is (229,63,147). Sum of RGB (Red+Green+Blue) = 229+63+147=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E53F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53F93 is #1AC06C. Grayscale: #7A7A7A. Windows color (decimal): -1753197 or 9650149. OLE color: 9650149.

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

Color convert

RGB22963147-
CMYK00.720.360.10
HSL329.64º76.15%57.25%-
HSV(B)329.64º72.49%89.8%-
XYZ39.3622.3229.84-
YUV122.21142204.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.16%
GREEN value IS 63 (25% from 255) = 14.35%
BLUE value IS 147 (57.81% from 255) = 33.49%
R=52.16%
G=14.35%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296314700.720.360.10329.6476.1557.25
HexE53F9304824A14a4c39
Octal345772230110441251211471
Binary11100101111111100100110100100010010010101010010101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e53f93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e53f93; }

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

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

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

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

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

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

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

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