COLOR #E50565

HEX: #E50565
RGB: (229,5,101)

Color info

#E50565 contains mainly red color. Web safe color of #E50565 is #CC0066 (or #C06).

RGB color model

#E50565 color RGB value is (229,5,101).

  • red value is 229;
  • green value is 5;
  • blue value is 101.
RGB:
(229,5,101)
(90%,2%,40%)

RGB channels and saturation

R 229 of 255 = 90%
G 5 of 255 = 2%
B 101 of 255 = 40%

229
5
101

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

Portions of RGB colors in percentages

R + G + B =
229 + 5 + 101 = 335 (100%)
R 229 of 335 ~ 68.36%
G 5 of 335 ~ 1.49%
B 101 of 335 ~ 30.15%

%68.36
%30.15

CMYK color model

#E50565 color CMYK value is (0,98,56,10).

  • cyan value is 0.00%
  • magenta value is 97.82%
  • yellow value is 55.90%
  • key color value is 10.20%
CMYK:
(0,98,56,10)
C0M98Y56K10 
(0%,98%,56%,10%)
(0.00/0.98/0.56/0.10)	

CMYK percentages

%0
%97.82
%55.9
%10.2

Codes

Color #E50565 in popluar color models

E50565
RGB2295101
HSL334°95.73%45.88%
HSB/HSV334°97.82%89.80%
CMYK0.00%97.82%55.90%
10.20%

Color #E50565 in popluar number systems.

HEXE50565
Decimal2295101
Binary111001011011100101
Octal3455145

Shades and tints

Shades of #E50565

#E50565
(229,5,101)
#D1055C
(209,5,92)
#BD0553
(189,5,83)
#A9054A
(169,5,74)
#950541
(149,5,65)
#810538
(129,5,56)
#6D052F
(109,5,47)
#590526
(89,5,38)
#45051D
(69,5,29)
#310514
(49,5,20)
#1D050B
(29,5,11)
#000000
(0,0,0)

Tints of #E50565

#E50565
(229,5,101)
#E71B73
(231,27,115)
#E93181
(233,49,129)
#EB478F
(235,71,143)
#ED5D9D
(237,93,157)
#EF73AB
(239,115,171)
#F189B9
(241,137,185)
#F39FC7
(243,159,199)
#F5B5D5
(245,181,213)
#F7CBE3
(247,203,227)
#F9E1F1
(249,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E50565 color. Also use rgb(229,5,101) instead hex code.

Text Font Color

.myTextColor { color: #E50565; }

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

This text font color is #E50565.


Background Color

.myBgColor { background-color: #E50565; }

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

This div background color is #E50565.


Border color

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

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

This div border color is #E50565.


Opacity

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

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

Text with #E50565 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 #E50565;}

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

This text has shadow with #E50565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E50565 on black background.


Color preview on white background

This text has color #E50565 on white background.



Black color preview on #E50565 background

This text has black color on #E50565 background.


White color preview on #E50565 background

This text has white color on #E50565 background.