COLOR #E19ABD

HEX: #E19ABD RGB: (225,154,189)

Color info

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

RGB color model

#E19ABD color RGB value is (225,154,189).

RGB: (225,154,189) (88%, 60%, 74%)

RGB channels and saturation

R 225 of 255 = 88%
G 154 of 255 = 60%
B 189 of 255 = 74%

225
154
189

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

Portions of RGB colors in percentages

R + G + B = 225 + 154 + 189 = 568 (100%)
R 225 of 568 ~ 39.61%
G 154 of 568 ~ 27.11%
B 189 of 568 ~ 33.27'%

%39.61
%27.11
%33.27

CMYK color model

#E19ABD color CMYK value is (0,32,16,12).

  • cyan value is 0.00%
  • magenta value is 31.56%
  • yellow value is 16.00%
  • key color value is 11.76%

CMYK: (0,32,16,12)
C0M32Y16K12 (0%, 32%, 16%, 12%)
(0.00 / 0.32 / 0.16 / 0.12)

CMYK percentages

%0
%31.56
%16
%11.76

Codes

Color #E19ABD in popluar color models

E1 9A BD
RGB 225 154 189
HSL 330° 54.20% 74.31%
HSB/HSV 330° 31.56% 88.24%
CMYK 0.00% 31.56% 16.00%
11.76%

Color #E19ABD in popluar number systems.

HEX E1 9A BD
Decimal 225 154 189
Binary 11100001 10011010 10111101
Octal 341 232 275

Shades and tints

Shades of #E19ABD

#E19ABD
(225,154,189)
#CD8CAC
(205,140,172)
#B97E9B
(185,126,155)
#A5708A
(165,112,138)
#916279
(145,98,121)
#7D5468
(125,84,104)
#694657
(105,70,87)
#553846
(85,56,70)
#412A35
(65,42,53)
#2D1C24
(45,28,36)
#190E13
(25,14,19)
#000000
(0,0,0)

Tints of #E19ABD

#E19ABD
(225,154,189)
#E3A3C3
(227,163,195)
#E5ACC9
(229,172,201)
#E7B5CF
(231,181,207)
#E9BED5
(233,190,213)
#EBC7DB
(235,199,219)
#EDD0E1
(237,208,225)
#EFD9E7
(239,217,231)
#F1E2ED
(241,226,237)
#F3EBF3
(243,235,243)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E19ABD color. Also use rgb(225,154,189) instead hex code.

Text Font Color

.myTextColor { color: #E19ABD; }

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

This text font color is #E19ABD.

Background Color

.myBgColor { background-color: #E19ABD; }

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

This div background color is #E19ABD.

Border color

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

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

This div border color is #E19ABD.

Opacity

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

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

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

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

This text has shadow with #E19ABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E19ABD.

Preview

Color preview on black background

This text has color #E19ABD on black background.


Color preview on white background

This text has color #E19ABD on white background.


Black color preview on #E19ABD background

This text has black color on #E19ABD background.


White color preview on #E19ABD background

This text has white color on #E19ABD background.


Related colors

Complementary color

Complementary color for #hex is #1E6542.


I love getcolorcode.com

Triadic colors

1 #BDE19A and #9ABDE1 with #E19ABD are triadic colors.

2 #BD9AE1 and #9AE1BD with #E19ABD are triadic colors.