COLOR #E19ACC

HEX: #E19ACC RGB: (225,154,204)

Color info

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

RGB color model

#E19ACC color RGB value is (225,154,204).

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

RGB channels and saturation

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

225
154
204

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

Portions of RGB colors in percentages

R + G + B = 225 + 154 + 204 = 583 (100%)
R 225 of 583 ~ 38.59%
G 154 of 583 ~ 26.42%
B 204 of 583 ~ 34.99'%

%38.59
%26.42
%34.99

CMYK color model

#E19ACC color CMYK value is (0,32,9,12).

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

CMYK: (0,32,9,12)
C0M32Y9K12 (0%, 32%, 9%, 12%)
(0.00 / 0.32 / 0.09 / 0.12)

CMYK percentages

%0
%31.56
%9.33
%11.76

Codes

Color #E19ACC in popluar color models

E1 9A CC
RGB 225 154 204
HSL 318° 54.20% 74.31%
HSB/HSV 318° 31.56% 88.24%
CMYK 0.00% 31.56% 9.33%
11.76%

Color #E19ACC in popluar number systems.

HEX E1 9A CC
Decimal 225 154 204
Binary 11100001 10011010 11001100
Octal 341 232 314

Shades and tints

Shades of #E19ACC

#E19ACC
(225,154,204)
#CD8CBA
(205,140,186)
#B97EA8
(185,126,168)
#A57096
(165,112,150)
#916284
(145,98,132)
#7D5472
(125,84,114)
#694660
(105,70,96)
#55384E
(85,56,78)
#412A3C
(65,42,60)
#2D1C2A
(45,28,42)
#190E18
(25,14,24)
#000000
(0,0,0)

Tints of #E19ACC

#E19ACC
(225,154,204)
#E3A3D0
(227,163,208)
#E5ACD4
(229,172,212)
#E7B5D8
(231,181,216)
#E9BEDC
(233,190,220)
#EBC7E0
(235,199,224)
#EDD0E4
(237,208,228)
#EFD9E8
(239,217,232)
#F1E2EC
(241,226,236)
#F3EBF0
(243,235,240)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E19ACC; }

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

This text font color is #E19ACC.

Background Color

.myBgColor { background-color: #E19ACC; }

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

This div background color is #E19ACC.

Border color

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

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

This div border color is #E19ACC.

Opacity

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

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

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

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

This text has shadow with #E19ACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E19ACC.

Preview

Color preview on black background

This text has color #E19ACC on black background.


Color preview on white background

This text has color #E19ACC on white background.


Black color preview on #E19ACC background

This text has black color on #E19ACC background.


White color preview on #E19ACC background

This text has white color on #E19ACC background.


Related colors

Complementary color

Complementary color for #hex is #1E6533.


I love getcolorcode.com

Triadic colors

1 #CCE19A and #9ACCE1 with #E19ACC are triadic colors.

2 #CC9AE1 and #9AE1CC with #E19ACC are triadic colors.