COLOR #E19ACB

HEX: #E19ACB RGB: (225,154,203)

Color info

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

RGB color model

#E19ACB color RGB value is (225,154,203).

RGB: (225,154,203) (88%, 60%, 80%)

RGB channels and saturation

R 225 of 255 = 88%
G 154 of 255 = 60%
B 203 of 255 = 80%

225
154
203

R + G + B ~ 76%. #E19ACB is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 154 + 203 = 582 (100%)
R 225 of 582 ~ 38.66%
G 154 of 582 ~ 26.46%
B 203 of 582 ~ 34.88'%

%38.66
%26.46
%34.88

CMYK color model

#E19ACB color CMYK value is (0,32,10,12).

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

CMYK: (0,32,10,12)
C0M32Y10K12 (0%, 32%, 10%, 12%)
(0.00 / 0.32 / 0.10 / 0.12)

CMYK percentages

%0
%31.56
%9.78
%11.76

Codes

Color #E19ACB in popluar color models

E1 9A CB
RGB 225 154 203
HSL 319° 54.20% 74.31%
HSB/HSV 319° 31.56% 88.24%
CMYK 0.00% 31.56% 9.78%
11.76%

Color #E19ACB in popluar number systems.

HEX E1 9A CB
Decimal 225 154 203
Binary 11100001 10011010 11001011
Octal 341 232 313

Shades and tints

Shades of #E19ACB

#E19ACB
(225,154,203)
#CD8CB9
(205,140,185)
#B97EA7
(185,126,167)
#A57095
(165,112,149)
#916283
(145,98,131)
#7D5471
(125,84,113)
#69465F
(105,70,95)
#55384D
(85,56,77)
#412A3B
(65,42,59)
#2D1C29
(45,28,41)
#190E17
(25,14,23)
#000000
(0,0,0)

Tints of #E19ACB

#E19ACB
(225,154,203)
#E3A3CF
(227,163,207)
#E5ACD3
(229,172,211)
#E7B5D7
(231,181,215)
#E9BEDB
(233,190,219)
#EBC7DF
(235,199,223)
#EDD0E3
(237,208,227)
#EFD9E7
(239,217,231)
#F1E2EB
(241,226,235)
#F3EBEF
(243,235,239)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E19ACB; }

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

This text font color is #E19ACB.

Background Color

.myBgColor { background-color: #E19ACB; }

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

This div background color is #E19ACB.

Border color

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

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

This div border color is #E19ACB.

Opacity

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

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

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

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

This text has shadow with #E19ACB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E19ACB.

Preview

Color preview on black background

This text has color #E19ACB on black background.


Color preview on white background

This text has color #E19ACB on white background.


Black color preview on #E19ACB background

This text has black color on #E19ACB background.


White color preview on #E19ACB background

This text has white color on #E19ACB background.


Related colors

Complementary color

Complementary color for #hex is #1E6534.


I love getcolorcode.com

Triadic colors

1 #CBE19A and #9ACBE1 with #E19ACB are triadic colors.

2 #CB9AE1 and #9AE1CB with #E19ACB are triadic colors.