COLOR #E199DA

HEX: #E199DA RGB: (225,153,218)

Color info

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

RGB color model

#E199DA color RGB value is (225,153,218).

RGB: (225,153,218) (88%, 60%, 85%)

RGB channels and saturation

R 225 of 255 = 88%
G 153 of 255 = 60%
B 218 of 255 = 85%

225
153
218

R + G + B ~ 78%. #E199DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 153 + 218 = 596 (100%)
R 225 of 596 ~ 37.75%
G 153 of 596 ~ 25.67%
B 218 of 596 ~ 36.58'%

%37.75
%25.67
%36.58

CMYK color model

#E199DA color CMYK value is (0,32,3,12).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 3.11%
  • key color value is 11.76%
CMYK: (0,32,3,12) C0M32Y3K12 (0%,32%,3%,12%) (0.00/0.32/0.03/0.12) 

CMYK percentages

%0
%32
%3.11
%11.76

Codes

Color #E199DA in popluar color models

E1 99 DA
RGB 225 153 218
HSL 306° 54.55% 74.12%
HSB/HSV 306° 32.00% 88.24%
CMYK 0.00% 32.00% 3.11%
11.76%

Color #E199DA in popluar number systems.

HEX E1 99 DA
Decimal 225 153 218
Binary 11100001 10011001 11011010
Octal 341 231 332

Shades and tints

Shades of #E199DA

#E199DA
(225,153,218)
#CD8CC7
(205,140,199)
#B97FB4
(185,127,180)
#A572A1
(165,114,161)
#91658E
(145,101,142)
#7D587B
(125,88,123)
#694B68
(105,75,104)
#553E55
(85,62,85)
#413142
(65,49,66)
#2D242F
(45,36,47)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #E199DA

#E199DA
(225,153,218)
#E3A2DD
(227,162,221)
#E5ABE0
(229,171,224)
#E7B4E3
(231,180,227)
#E9BDE6
(233,189,230)
#EBC6E9
(235,198,233)
#EDCFEC
(237,207,236)
#EFD8EF
(239,216,239)
#F1E1F2
(241,225,242)
#F3EAF5
(243,234,245)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E199DA color. Also use rgb(225,153,218) instead hex code.

Text Font Color

.myTextColor { color: #E199DA; }

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

This text font color is #E199DA.

Background Color

.myBgColor { background-color: #E199DA; }

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

This div background color is #E199DA.

Border color

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

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

This div border color is #E199DA.

Opacity

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

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

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

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

This text has shadow with #E199DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E199DA.

Preview

Color preview on black background

This text has color #E199DA on black background.


Color preview on white background

This text has color #E199DA on white background.


Black color preview on #E199DA background

This text has black color on #E199DA background.


White color preview on #E199DA background

This text has white color on #E199DA background.


Related colors

Complementary color

Complementary color for #hex is #1E6625.


I love getcolorcode.com

Triadic colors

1 #DAE199 and #99DAE1 with #E199DA are triadic colors.

2 #DA99E1 and #99E1DA with #E199DA are triadic colors.