COLOR #E18ABB

HEX: #E18ABB
RGB: (225,138,187)

Color info

#E18ABB contains mainly red and blue colors. Web safe color of #E18ABB is #CC99CC (or #C9C).

RGB color model

#E18ABB color RGB value is (225,138,187).

  • red value is 225;
  • green value is 138;
  • blue value is 187.
RGB:
(225,138,187)
(88%,54%,73%)

RGB channels and saturation

R 225 of 255 = 88%
G 138 of 255 = 54%
B 187 of 255 = 73%

225
138
187

R + G + B ~ 72%. #E18ABB is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 138 + 187 = 550 (100%)
R 225 of 550 ~ 40.91%
G 138 of 550 ~ 25.09%
B 187 of 550 ~ 34%

%40.91
%25.09
%34

CMYK color model

#E18ABB color CMYK value is (0,39,17,12).

  • cyan value is 0.00%
  • magenta value is 38.67%
  • yellow value is 16.89%
  • key color value is 11.76%
CMYK:
(0,39,17,12)
C0M39Y17K12 
(0%,39%,17%,12%)
(0.00/0.39/0.17/0.12)	

CMYK percentages

%0
%38.67
%16.89
%11.76

Codes

Color #E18ABB in popluar color models

E18ABB
RGB225138187
HSL326°59.18%71.18%
HSB/HSV326°38.67%88.24%
CMYK0.00%38.67%16.89%
11.76%

Color #E18ABB in popluar number systems.

HEXE18ABB
Decimal225138187
Binary111000011000101010111011
Octal341212273

Shades and tints

Shades of #E18ABB

#E18ABB
(225,138,187)
#CD7EAA
(205,126,170)
#B97299
(185,114,153)
#A56688
(165,102,136)
#915A77
(145,90,119)
#7D4E66
(125,78,102)
#694255
(105,66,85)
#553644
(85,54,68)
#412A33
(65,42,51)
#2D1E22
(45,30,34)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #E18ABB

#E18ABB
(225,138,187)
#E394C1
(227,148,193)
#E59EC7
(229,158,199)
#E7A8CD
(231,168,205)
#E9B2D3
(233,178,211)
#EBBCD9
(235,188,217)
#EDC6DF
(237,198,223)
#EFD0E5
(239,208,229)
#F1DAEB
(241,218,235)
#F3E4F1
(243,228,241)
#F5EEF7
(245,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E18ABB color. Also use rgb(225,138,187) instead hex code.

Text Font Color

.myTextColor { color: #E18ABB; }

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

This text font color is #E18ABB.


Background Color

.myBgColor { background-color: #E18ABB; }

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

This div background color is #E18ABB.


Border color

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

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

This div border color is #E18ABB.


Opacity

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

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

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

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

This text has shadow with #E18ABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E18ABB on black background.


Color preview on white background

This text has color #E18ABB on white background.



Black color preview on #E18ABB background

This text has black color on #E18ABB background.


White color preview on #E18ABB background

This text has white color on #E18ABB background.