COLOR #E51979

HEX: #E51979
RGB: (229,25,121)

Color info

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

RGB color model

#E51979 color RGB value is (229,25,121).

  • red value is 229;
  • green value is 25;
  • blue value is 121.
RGB:
(229,25,121)
(90%,10%,47%)

RGB channels and saturation

R 229 of 255 = 90%
G 25 of 255 = 10%
B 121 of 255 = 47%

229
25
121

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

Portions of RGB colors in percentages

R + G + B =
229 + 25 + 121 = 375 (100%)
R 229 of 375 ~ 61.07%
G 25 of 375 ~ 6.67%
B 121 of 375 ~ 32.27%

%61.07
%32.27

CMYK color model

#E51979 color CMYK value is (0,89,47,10).

  • cyan value is 0.00%
  • magenta value is 89.08%
  • yellow value is 47.16%
  • key color value is 10.20%
CMYK:
(0,89,47,10)
C0M89Y47K10 
(0%,89%,47%,10%)
(0.00/0.89/0.47/0.10)	

CMYK percentages

%0
%89.08
%47.16
%10.2

Codes

Color #E51979 in popluar color models

E51979
RGB22925121
HSL332°80.31%49.80%
HSB/HSV332°89.08%89.80%
CMYK0.00%89.08%47.16%
10.20%

Color #E51979 in popluar number systems.

HEXE51979
Decimal22925121
Binary11100101110011111001
Octal34531171

Shades and tints

Shades of #E51979

#E51979
(229,25,121)
#D1176E
(209,23,110)
#BD1563
(189,21,99)
#A91358
(169,19,88)
#95114D
(149,17,77)
#810F42
(129,15,66)
#6D0D37
(109,13,55)
#590B2C
(89,11,44)
#450921
(69,9,33)
#310716
(49,7,22)
#1D050B
(29,5,11)
#000000
(0,0,0)

Tints of #E51979

#E51979
(229,25,121)
#E72D85
(231,45,133)
#E94191
(233,65,145)
#EB559D
(235,85,157)
#ED69A9
(237,105,169)
#EF7DB5
(239,125,181)
#F191C1
(241,145,193)
#F3A5CD
(243,165,205)
#F5B9D9
(245,185,217)
#F7CDE5
(247,205,229)
#F9E1F1
(249,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E51979 color. Also use rgb(229,25,121) instead hex code.

Text Font Color

.myTextColor { color: #E51979; }

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

This text font color is #E51979.


Background Color

.myBgColor { background-color: #E51979; }

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

This div background color is #E51979.


Border color

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

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

This div border color is #E51979.


Opacity

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

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

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

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

This text has shadow with #E51979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E51979 on black background.


Color preview on white background

This text has color #E51979 on white background.



Black color preview on #E51979 background

This text has black color on #E51979 background.


White color preview on #E51979 background

This text has white color on #E51979 background.