#E53F96

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

Shades of Deep Cerise #E53F96

Tints of Deep Cerise #E53F96

Color information

#E53F96 (or 0xE53F96) is unknown color: approx Deep Cerise. HEX triplet: E5, 3F and 96. RGB value is (229,63,150). Sum of RGB (Red+Green+Blue) = 229+63+150=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E53F96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53F96 is #1AC069. Grayscale: #7A7A7A. Windows color (decimal): -1753194 or 9846757. OLE color: 9846757.

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

Color convert

RGB22963150-
CMYK00.720.340.10
HSL328.55º76.15%57.25%-
HSV(B)328.55º72.49%89.8%-
XYZ39.622.4231.09-
YUV122.55143.5203.93-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.81%
GREEN value IS 63 (25% from 255) = 14.25%
BLUE value IS 150 (58.98% from 255) = 33.94%
R=51.81%
G=14.25%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296315000.720.340.10328.5576.1557.25
HexE53F9604822A1494c39
Octal345772260110421251111471
Binary11100101111111100101100100100010001010101010010011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53F96; }

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

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

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

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

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

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

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

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