COLOR #E5059E

HEX: #E5059E RGB: (229,5,158)

Color info

#E5059E contains mainly red color. Web safe color of #E5059E is #CC0099 (or #C09).

RGB color model

#E5059E color RGB value is (229,5,158).

RGB: (229,5,158) (90%, 2%, 62%)

RGB channels and saturation

R 229 of 255 = 90%
G 5 of 255 = 2%
B 158 of 255 = 62%

229
5
158

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

Portions of RGB colors in percentages

R + G + B = 229 + 5 + 158 = 392 (100%)
R 229 of 392 ~ 58.42%
G 5 of 392 ~ 1.28%
B 158 of 392 ~ 40.31'%

%58.42
%40.31

CMYK color model

#E5059E color CMYK value is (0,98,31,10).

  • cyan value is 0.00%
  • magenta value is 97.82%
  • yellow value is 31.00%
  • key color value is 10.20%

CMYK: (0,98,31,10)
C0M98Y31K10 (0%, 98%, 31%, 10%)
(0.00 / 0.98 / 0.31 / 0.10)

CMYK percentages

%0
%97.82
%31
%10.2

Codes

Color #E5059E in popluar color models

E5 05 9E
RGB 229 5 158
HSL 319° 95.73% 45.88%
HSB/HSV 319° 97.82% 89.80%
CMYK 0.00% 97.82% 31.00%
10.20%

Color #E5059E in popluar number systems.

HEX E5 05 9E
Decimal 229 5 158
Binary 11100101 101 10011110
Octal 345 5 236

Shades and tints

Shades of #E5059E

#E5059E
(229,5,158)
#D10590
(209,5,144)
#BD0582
(189,5,130)
#A90574
(169,5,116)
#950566
(149,5,102)
#810558
(129,5,88)
#6D054A
(109,5,74)
#59053C
(89,5,60)
#45052E
(69,5,46)
#310520
(49,5,32)
#1D0512
(29,5,18)
#000000
(0,0,0)

Tints of #E5059E

#E5059E
(229,5,158)
#E71BA6
(231,27,166)
#E931AE
(233,49,174)
#EB47B6
(235,71,182)
#ED5DBE
(237,93,190)
#EF73C6
(239,115,198)
#F189CE
(241,137,206)
#F39FD6
(243,159,214)
#F5B5DE
(245,181,222)
#F7CBE6
(247,203,230)
#F9E1EE
(249,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5059E; }

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

This text font color is #E5059E.

Background Color

.myBgColor { background-color: #E5059E; }

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

This div background color is #E5059E.

Border color

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

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

This div border color is #E5059E.

Opacity

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

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

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

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

This text has shadow with #E5059E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5059E.

Preview

Color preview on black background

This text has color #E5059E on black background.


Color preview on white background

This text has color #E5059E on white background.


Black color preview on #E5059E background

This text has black color on #E5059E background.


White color preview on #E5059E background

This text has white color on #E5059E background.


Related colors

Complementary color

Complementary color for #E5059E is #1AFA61.


I love getcolorcode.com

Triadic colors

1 #9EE505 and #059EE5 with #E5059E are triadic colors.

2 #9E05E5 and #05E59E with #E5059E are triadic colors.