COLOR #E19EB5

HEX: #E19EB5 RGB: (225,158,181)

Color info

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

RGB color model

#E19EB5 color RGB value is (225,158,181).

RGB: (225,158,181) (88%, 62%, 71%)

RGB channels and saturation

R 225 of 255 = 88%
G 158 of 255 = 62%
B 181 of 255 = 71%

225
158
181

R + G + B ~ 74%. #E19EB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 158 + 181 = 564 (100%)
R 225 of 564 ~ 39.89%
G 158 of 564 ~ 28.01%
B 181 of 564 ~ 32.09'%

%39.89
%28.01
%32.09

CMYK color model

#E19EB5 color CMYK value is (0,30,20,12).

  • cyan value is 0.00%
  • magenta value is 29.78%
  • yellow value is 19.56%
  • key color value is 11.76%

CMYK: (0,30,20,12)
C0M30Y20K12 (0%, 30%, 20%, 12%)
(0.00 / 0.30 / 0.20 / 0.12)

CMYK percentages

%0
%29.78
%19.56
%11.76

Codes

Color #E19EB5 in popluar color models

E1 9E B5
RGB 225 158 181
HSL 339° 52.76% 75.10%
HSB/HSV 339° 29.78% 88.24%
CMYK 0.00% 29.78% 19.56%
11.76%

Color #E19EB5 in popluar number systems.

HEX E1 9E B5
Decimal 225 158 181
Binary 11100001 10011110 10110101
Octal 341 236 265

Shades and tints

Shades of #E19EB5

#E19EB5
(225,158,181)
#CD90A5
(205,144,165)
#B98295
(185,130,149)
#A57485
(165,116,133)
#916675
(145,102,117)
#7D5865
(125,88,101)
#694A55
(105,74,85)
#553C45
(85,60,69)
#412E35
(65,46,53)
#2D2025
(45,32,37)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #E19EB5

#E19EB5
(225,158,181)
#E3A6BB
(227,166,187)
#E5AEC1
(229,174,193)
#E7B6C7
(231,182,199)
#E9BECD
(233,190,205)
#EBC6D3
(235,198,211)
#EDCED9
(237,206,217)
#EFD6DF
(239,214,223)
#F1DEE5
(241,222,229)
#F3E6EB
(243,230,235)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E19EB5 color. Also use rgb(225,158,181) instead hex code.

Text Font Color

.myTextColor { color: #E19EB5; }

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

This text font color is #E19EB5.

Background Color

.myBgColor { background-color: #E19EB5; }

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

This div background color is #E19EB5.

Border color

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

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

This div border color is #E19EB5.

Opacity

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

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

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

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

This text has shadow with #E19EB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E19EB5.

Preview

Color preview on black background

This text has color #E19EB5 on black background.


Color preview on white background

This text has color #E19EB5 on white background.


Black color preview on #E19EB5 background

This text has black color on #E19EB5 background.


White color preview on #E19EB5 background

This text has white color on #E19EB5 background.


Related colors

Complementary color

Complementary color for #hex is #1E614A.


I love getcolorcode.com

Triadic colors

1 #B5E19E and #9EB5E1 with #E19EB5 are triadic colors.

2 #B59EE1 and #9EE1B5 with #E19EB5 are triadic colors.