#E53F9B

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

Shades of Deep Cerise #E53F9B

Tints of Deep Cerise #E53F9B

Color information

#E53F9B (or 0xE53F9B) is unknown color: approx Deep Cerise. HEX triplet: E5, 3F and 9B. RGB value is (229,63,155). Sum of RGB (Red+Green+Blue) = 229+63+155=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 63 (25% from 255 or 14.09% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E53F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53F9B is #1AC064. Grayscale: #7A7A7A. Windows color (decimal): -1753189 or 10174437. OLE color: 10174437.

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

Color convert

RGB22963155-
CMYK00.720.320.10
HSL326.75º76.15%57.25%-
HSV(B)326.75º72.49%89.8%-
XYZ40.0122.5833.26-
YUV123.12146203.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.23%
GREEN value IS 63 (25% from 255) = 14.09%
BLUE value IS 155 (60.94% from 255) = 34.68%
R=51.23%
G=14.09%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296315500.720.320.10326.7576.1557.25
HexE53F9B04820A1474c39
Octal345772330110401250711471
Binary11100101111111100110110100100010000010101010001111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53F9B; }

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

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

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

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

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

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

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

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