COLOR #E53D85

HEX: #E53D85
RGB: (229,61,133)

Color info

#E53D85 contains mainly red color. Web safe color of #E53D85 is #CC3399 (or #C39).

RGB color model

#E53D85 color RGB value is (229,61,133).

  • red value is 229;
  • green value is 61;
  • blue value is 133.
RGB:
(229,61,133)
(90%,24%,52%)

RGB channels and saturation

R 229 of 255 = 90%
G 61 of 255 = 24%
B 133 of 255 = 52%

229
61
133

R + G + B ~ 55%. #E53D85 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
229 + 61 + 133 = 423 (100%)
R 229 of 423 ~ 54.14%
G 61 of 423 ~ 14.42%
B 133 of 423 ~ 31.44%

%54.14
%14.42
%31.44

CMYK color model

#E53D85 color CMYK value is (0,73,42,10).

  • cyan value is 0.00%
  • magenta value is 73.36%
  • yellow value is 41.92%
  • key color value is 10.20%
CMYK:
(0,73,42,10)
C0M73Y42K10 
(0%,73%,42%,10%)
(0.00/0.73/0.42/0.10)	

CMYK percentages

%0
%73.36
%41.92
%10.2

Codes

Color #E53D85 in popluar color models

E53D85
RGB22961133
HSL334°76.36%56.86%
HSB/HSV334°73.36%89.80%
CMYK0.00%73.36%41.92%
10.20%

Color #E53D85 in popluar number systems.

HEXE53D85
Decimal22961133
Binary1110010111110110000101
Octal34575205

Shades and tints

Shades of #E53D85

#E53D85
(229,61,133)
#D13879
(209,56,121)
#BD336D
(189,51,109)
#A92E61
(169,46,97)
#952955
(149,41,85)
#812449
(129,36,73)
#6D1F3D
(109,31,61)
#591A31
(89,26,49)
#451525
(69,21,37)
#311019
(49,16,25)
#1D0B0D
(29,11,13)
#000000
(0,0,0)

Tints of #E53D85

#E53D85
(229,61,133)
#E74E90
(231,78,144)
#E95F9B
(233,95,155)
#EB70A6
(235,112,166)
#ED81B1
(237,129,177)
#EF92BC
(239,146,188)
#F1A3C7
(241,163,199)
#F3B4D2
(243,180,210)
#F5C5DD
(245,197,221)
#F7D6E8
(247,214,232)
#F9E7F3
(249,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E53D85 color. Also use rgb(229,61,133) instead hex code.

Text Font Color

.myTextColor { color: #E53D85; }

<p style="color:#E53D85">This sample text font color is #E53D85.</p>

This text font color is #E53D85.


Background Color

.myBgColor { background-color: #E53D85; }

<div style="background-color:#E53D85">Inner text</div>

This div background color is #E53D85.


Border color

.myBorderColor { border: 1px solid #E53D85; }

<div style="border:3px solid #E53D85">Div</div>

This div border color is #E53D85.


Opacity

.myOpacity80 { color: #E53D85; opacity: 0.8; }

<p style="color:#E53D85;opacity:0.8;">80%</p>

Text with #E53D85 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E53D85;}

<p style="text-shadow: 3px 3px 1px #E53D85">Text here.</p>

This text has shadow with #E53D85 color.

.textShadow {text-shadow: 3px 3px 1px #E53D85, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E53D85, 5px 5px 20px red">Text here.</p>

This text has shadow with #E53D85 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E53D85, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E53D85, Direction=45, Strength=4)">Text</p>

This text has shadow with #E53D85 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E53D85;
  -webkit-box-shadow:	1px 1px 3px 2px #E53D85;
  box-shadow:		1px 1px 3px 2px #E53D85;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E53D85;
-webkit-box-shadow: 1px 1px 3px 2px #E53D85;
box-shadow:1px 1px 3px 2px #E53D85;">
Div content here</div>
This div box has shadow with color #E53D85.

Preview

Color preview on black background

This text has color #E53D85 on black background.


Color preview on white background

This text has color #E53D85 on white background.



Black color preview on #E53D85 background

This text has black color on #E53D85 background.


White color preview on #E53D85 background

This text has white color on #E53D85 background.