#E53D86

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

Shades of Deep Cerise #E53D86

Tints of Deep Cerise #E53D86

Color information

#E53D86 (or 0xE53D86) is unknown color: approx Deep Cerise. HEX triplet: E5, 3D and 86. RGB value is (229,61,134). Sum of RGB (Red+Green+Blue) = 229+61+134=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 61 (24.22% from 255 or 14.39% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E53D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53D86 is #1AC279. Grayscale: #777777. Windows color (decimal): -1753722 or 8797669. OLE color: 8797669.

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

Color convert

RGB22961134-
CMYK00.730.410.10
HSL333.93º76.36%56.86%-
HSV(B)333.93º73.36%89.8%-
XYZ38.2821.7224.73-
YUV119.55136.16206.06-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.01%
GREEN value IS 61 (24.22% from 255) = 14.39%
BLUE value IS 134 (52.73% from 255) = 31.60%
R=54.01%
G=14.39%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296113400.730.410.10333.9376.3656.86
HexE53D8604929A14e4c39
Octal345752060111511251611471
Binary11100101111101100001100100100110100110101010011101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53D86; }

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

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

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

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

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

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

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

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