COLOR #E11A7B

HEX: #E11A7B
RGB: (225,26,123)

Color info

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

RGB color model

#E11A7B color RGB value is (225,26,123).

  • red value is 225;
  • green value is 26;
  • blue value is 123.
RGB:
(225,26,123)
(88%,10%,48%)

RGB channels and saturation

R 225 of 255 = 88%
G 26 of 255 = 10%
B 123 of 255 = 48%

225
26
123

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

Portions of RGB colors in percentages

R + G + B =
225 + 26 + 123 = 374 (100%)
R 225 of 374 ~ 60.16%
G 26 of 374 ~ 6.95%
B 123 of 374 ~ 32.89%

%60.16
%32.89

CMYK color model

#E11A7B color CMYK value is (0,88,45,12).

  • cyan value is 0.00%
  • magenta value is 88.44%
  • yellow value is 45.33%
  • key color value is 11.76%
CMYK:
(0,88,45,12)
C0M88Y45K12 
(0%,88%,45%,12%)
(0.00/0.88/0.45/0.12)	

CMYK percentages

%0
%88.44
%45.33
%11.76

Codes

Color #E11A7B in popluar color models

E11A7B
RGB22526123
HSL331°79.28%49.22%
HSB/HSV331°88.44%88.24%
CMYK0.00%88.44%45.33%
11.76%

Color #E11A7B in popluar number systems.

HEXE11A7B
Decimal22526123
Binary11100001110101111011
Octal34132173

Shades and tints

Shades of #E11A7B

#E11A7B
(225,26,123)
#CD1870
(205,24,112)
#B91665
(185,22,101)
#A5145A
(165,20,90)
#91124F
(145,18,79)
#7D1044
(125,16,68)
#690E39
(105,14,57)
#550C2E
(85,12,46)
#410A23
(65,10,35)
#2D0818
(45,8,24)
#19060D
(25,6,13)
#000000
(0,0,0)

Tints of #E11A7B

#E11A7B
(225,26,123)
#E32E87
(227,46,135)
#E54293
(229,66,147)
#E7569F
(231,86,159)
#E96AAB
(233,106,171)
#EB7EB7
(235,126,183)
#ED92C3
(237,146,195)
#EFA6CF
(239,166,207)
#F1BADB
(241,186,219)
#F3CEE7
(243,206,231)
#F5E2F3
(245,226,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E11A7B color. Also use rgb(225,26,123) instead hex code.

Text Font Color

.myTextColor { color: #E11A7B; }

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

This text font color is #E11A7B.


Background Color

.myBgColor { background-color: #E11A7B; }

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

This div background color is #E11A7B.


Border color

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

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

This div border color is #E11A7B.


Opacity

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

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

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

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

This text has shadow with #E11A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E11A7B on black background.


Color preview on white background

This text has color #E11A7B on white background.



Black color preview on #E11A7B background

This text has black color on #E11A7B background.


White color preview on #E11A7B background

This text has white color on #E11A7B background.