COLOR #E1518F

HEX: #E1518F RGB: (225,81,143)

Color info

#E1518F contains mainly red color. Web safe color of #E1518F is #CC6699 (or #C69).

RGB color model

#E1518F color RGB value is (225,81,143).

RGB: (225,81,143) (88%, 32%, 56%)

RGB channels and saturation

R 225 of 255 = 88%
G 81 of 255 = 32%
B 143 of 255 = 56%

225
81
143

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

Portions of RGB colors in percentages

R + G + B = 225 + 81 + 143 = 449 (100%)
R 225 of 449 ~ 50.11%
G 81 of 449 ~ 18.04%
B 143 of 449 ~ 31.85'%

%50.11
%18.04
%31.85

CMYK color model

#E1518F color CMYK value is (0,64,36,12).

  • cyan value is 0.00%
  • magenta value is 64.00%
  • yellow value is 36.44%
  • key color value is 11.76%

CMYK: (0,64,36,12)
C0M64Y36K12 (0%, 64%, 36%, 12%)
(0.00 / 0.64 / 0.36 / 0.12)

CMYK percentages

%0
%64
%36.44
%11.76

Codes

Color #E1518F in popluar color models

E1 51 8F
RGB 225 81 143
HSL 334° 70.59% 60.00%
HSB/HSV 334° 64.00% 88.24%
CMYK 0.00% 64.00% 36.44%
11.76%

Color #E1518F in popluar number systems.

HEX E1 51 8F
Decimal 225 81 143
Binary 11100001 1010001 10001111
Octal 341 121 217

Shades and tints

Shades of #E1518F

#E1518F
(225,81,143)
#CD4A82
(205,74,130)
#B94375
(185,67,117)
#A53C68
(165,60,104)
#91355B
(145,53,91)
#7D2E4E
(125,46,78)
#692741
(105,39,65)
#552034
(85,32,52)
#411927
(65,25,39)
#2D121A
(45,18,26)
#190B0D
(25,11,13)
#000000
(0,0,0)

Tints of #E1518F

#E1518F
(225,81,143)
#E36099
(227,96,153)
#E56FA3
(229,111,163)
#E77EAD
(231,126,173)
#E98DB7
(233,141,183)
#EB9CC1
(235,156,193)
#EDABCB
(237,171,203)
#EFBAD5
(239,186,213)
#F1C9DF
(241,201,223)
#F3D8E9
(243,216,233)
#F5E7F3
(245,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1518F; }

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

This text font color is #E1518F.

Background Color

.myBgColor { background-color: #E1518F; }

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

This div background color is #E1518F.

Border color

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

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

This div border color is #E1518F.

Opacity

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

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

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

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

This text has shadow with #E1518F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1518F.

Preview

Color preview on black background

This text has color #E1518F on black background.


Color preview on white background

This text has color #E1518F on white background.


Black color preview on #E1518F background

This text has black color on #E1518F background.


White color preview on #E1518F background

This text has white color on #E1518F background.


Related colors

Complementary color

Complementary color for #hex is #1EAE70.


I love getcolorcode.com

Triadic colors

1 #8FE151 and #518FE1 with #E1518F are triadic colors.

2 #8F51E1 and #51E18F with #E1518F are triadic colors.