#E53D7F

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

Shades of Deep Cerise #E53D7F

Tints of Deep Cerise #E53D7F

Color information

#E53D7F (or 0xE53D7F) is unknown color: approx Deep Cerise. HEX triplet: E5, 3D and 7F. RGB value is (229,61,127). Sum of RGB (Red+Green+Blue) = 229+61+127=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E53D7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53D7F is #1AC280. Grayscale: #767676. Windows color (decimal): -1753729 or 8338917. OLE color: 8338917.

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

Color convert

RGB22961127-
CMYK00.730.450.10
HSL336.43º76.36%56.86%-
HSV(B)336.43º73.36%89.8%-
XYZ37.8121.5322.24-
YUV118.76132.66206.63-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.92%
GREEN value IS 61 (24.22% from 255) = 14.63%
BLUE value IS 127 (50% from 255) = 30.46%
R=54.92%
G=14.63%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296112700.730.450.10336.4376.3656.86
HexE53D7F0492DA1504c39
Octal345751770111551252011471
Binary1110010111110111111110100100110110110101010100001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53D7F; }

 p { color: rgb(229,61,127); }

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

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

 a { background-color: rgb(229,61,127); }

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

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

 span { border-color: rgb(229,61,127); }

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