COLOR #E4059D

HEX: #E4059D
RGB: (228,5,157)

Color info

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

RGB color model

#E4059D color RGB value is (228,5,157).

  • red value is 228;
  • green value is 5;
  • blue value is 157.
RGB:
(228,5,157)
(89%,2%,62%)

RGB channels and saturation

R 228 of 255 = 89%
G 5 of 255 = 2%
B 157 of 255 = 62%

228
5
157

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

Portions of RGB colors in percentages

R + G + B =
228 + 5 + 157 = 390 (100%)
R 228 of 390 ~ 58.46%
G 5 of 390 ~ 1.28%
B 157 of 390 ~ 40.26%

%58.46
%40.26

CMYK color model

#E4059D color CMYK value is (0,98,31,11).

  • cyan value is 0.00%
  • magenta value is 97.81%
  • yellow value is 31.14%
  • key color value is 10.59%
CMYK:
(0,98,31,11)
C0M98Y31K11 
(0%,98%,31%,11%)
(0.00/0.98/0.31/0.11)	

CMYK percentages

%0
%97.81
%31.14
%10.59

Codes

Color #E4059D in popluar color models

E4059D
RGB2285157
HSL319°95.71%45.69%
HSB/HSV319°97.81%89.41%
CMYK0.00%97.81%31.14%
10.59%

Color #E4059D in popluar number systems.

HEXE4059D
Decimal2285157
Binary1110010010110011101
Octal3445235

Shades and tints

Shades of #E4059D

#E4059D
(228,5,157)
#D0058F
(208,5,143)
#BC0581
(188,5,129)
#A80573
(168,5,115)
#940565
(148,5,101)
#800557
(128,5,87)
#6C0549
(108,5,73)
#58053B
(88,5,59)
#44052D
(68,5,45)
#30051F
(48,5,31)
#1C0511
(28,5,17)
#000000
(0,0,0)

Tints of #E4059D

#E4059D
(228,5,157)
#E61BA5
(230,27,165)
#E831AD
(232,49,173)
#EA47B5
(234,71,181)
#EC5DBD
(236,93,189)
#EE73C5
(238,115,197)
#F089CD
(240,137,205)
#F29FD5
(242,159,213)
#F4B5DD
(244,181,221)
#F6CBE5
(246,203,229)
#F8E1ED
(248,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4059D color. Also use rgb(228,5,157) instead hex code.

Text Font Color

.myTextColor { color: #E4059D; }

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

This text font color is #E4059D.


Background Color

.myBgColor { background-color: #E4059D; }

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

This div background color is #E4059D.


Border color

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

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

This div border color is #E4059D.


Opacity

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

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

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

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

This text has shadow with #E4059D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4059D on black background.


Color preview on white background

This text has color #E4059D on white background.



Black color preview on #E4059D background

This text has black color on #E4059D background.


White color preview on #E4059D background

This text has white color on #E4059D background.