COLOR #E1516B

HEX: #E1516B
RGB: (225,81,107)

Color info

#E1516B contains mainly red color. Web safe color of #E1516B is #CC6666 (or #C66).

RGB color model

#E1516B color RGB value is (225,81,107).

  • red value is 225;
  • green value is 81;
  • blue value is 107.
RGB:
(225,81,107)
(88%,32%,42%)

RGB channels and saturation

R 225 of 255 = 88%
G 81 of 255 = 32%
B 107 of 255 = 42%

225
81
107

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

Portions of RGB colors in percentages

R + G + B =
225 + 81 + 107 = 413 (100%)
R 225 of 413 ~ 54.48%
G 81 of 413 ~ 19.61%
B 107 of 413 ~ 25.91%

%54.48
%19.61
%25.91

CMYK color model

#E1516B color CMYK value is (0,64,52,12).

  • cyan value is 0.00%
  • magenta value is 64.00%
  • yellow value is 52.44%
  • key color value is 11.76%
CMYK:
(0,64,52,12)
C0M64Y52K12 
(0%,64%,52%,12%)
(0.00/0.64/0.52/0.12)	

CMYK percentages

%0
%64
%52.44
%11.76

Codes

Color #E1516B in popluar color models

E1516B
RGB22581107
HSL349°70.59%60.00%
HSB/HSV349°64.00%88.24%
CMYK0.00%64.00%52.44%
11.76%

Color #E1516B in popluar number systems.

HEXE1516B
Decimal22581107
Binary1110000110100011101011
Octal341121153

Shades and tints

Shades of #E1516B

#E1516B
(225,81,107)
#CD4A62
(205,74,98)
#B94359
(185,67,89)
#A53C50
(165,60,80)
#913547
(145,53,71)
#7D2E3E
(125,46,62)
#692735
(105,39,53)
#55202C
(85,32,44)
#411923
(65,25,35)
#2D121A
(45,18,26)
#190B11
(25,11,17)
#000000
(0,0,0)

Tints of #E1516B

#E1516B
(225,81,107)
#E36078
(227,96,120)
#E56F85
(229,111,133)
#E77E92
(231,126,146)
#E98D9F
(233,141,159)
#EB9CAC
(235,156,172)
#EDABB9
(237,171,185)
#EFBAC6
(239,186,198)
#F1C9D3
(241,201,211)
#F3D8E0
(243,216,224)
#F5E7ED
(245,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1516B color. Also use rgb(225,81,107) instead hex code.

Text Font Color

.myTextColor { color: #E1516B; }

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

This text font color is #E1516B.


Background Color

.myBgColor { background-color: #E1516B; }

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

This div background color is #E1516B.


Border color

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

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

This div border color is #E1516B.


Opacity

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

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

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

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

This text has shadow with #E1516B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1516B on black background.


Color preview on white background

This text has color #E1516B on white background.



Black color preview on #E1516B background

This text has black color on #E1516B background.


White color preview on #E1516B background

This text has white color on #E1516B background.