COLOR #E118A5

HEX: #E118A5
RGB: (225,24,165)

Color info

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

RGB color model

#E118A5 color RGB value is (225,24,165).

  • red value is 225;
  • green value is 24;
  • blue value is 165.
RGB:
(225,24,165)
(88%,9%,65%)

RGB channels and saturation

R 225 of 255 = 88%
G 24 of 255 = 9%
B 165 of 255 = 65%

225
24
165

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

Portions of RGB colors in percentages

R + G + B =
225 + 24 + 165 = 414 (100%)
R 225 of 414 ~ 54.35%
G 24 of 414 ~ 5.8%
B 165 of 414 ~ 39.86%

%54.35
%39.86

CMYK color model

#E118A5 color CMYK value is (0,89,27,12).

  • cyan value is 0.00%
  • magenta value is 89.33%
  • yellow value is 26.67%
  • key color value is 11.76%
CMYK:
(0,89,27,12)
C0M89Y27K12 
(0%,89%,27%,12%)
(0.00/0.89/0.27/0.12)	

CMYK percentages

%0
%89.33
%26.67
%11.76

Codes

Color #E118A5 in popluar color models

E118A5
RGB22524165
HSL318°80.72%48.82%
HSB/HSV318°89.33%88.24%
CMYK0.00%89.33%26.67%
11.76%

Color #E118A5 in popluar number systems.

HEXE118A5
Decimal22524165
Binary111000011100010100101
Octal34130245

Shades and tints

Shades of #E118A5

#E118A5
(225,24,165)
#CD1696
(205,22,150)
#B91487
(185,20,135)
#A51278
(165,18,120)
#911069
(145,16,105)
#7D0E5A
(125,14,90)
#690C4B
(105,12,75)
#550A3C
(85,10,60)
#41082D
(65,8,45)
#2D061E
(45,6,30)
#19040F
(25,4,15)
#000000
(0,0,0)

Tints of #E118A5

#E118A5
(225,24,165)
#E32DAD
(227,45,173)
#E542B5
(229,66,181)
#E757BD
(231,87,189)
#E96CC5
(233,108,197)
#EB81CD
(235,129,205)
#ED96D5
(237,150,213)
#EFABDD
(239,171,221)
#F1C0E5
(241,192,229)
#F3D5ED
(243,213,237)
#F5EAF5
(245,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E118A5 color. Also use rgb(225,24,165) instead hex code.

Text Font Color

.myTextColor { color: #E118A5; }

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

This text font color is #E118A5.


Background Color

.myBgColor { background-color: #E118A5; }

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

This div background color is #E118A5.


Border color

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

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

This div border color is #E118A5.


Opacity

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

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

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

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

This text has shadow with #E118A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E118A5 on black background.


Color preview on white background

This text has color #E118A5 on white background.



Black color preview on #E118A5 background

This text has black color on #E118A5 background.


White color preview on #E118A5 background

This text has white color on #E118A5 background.