COLOR #E198DA

HEX: #E198DA RGB: (225,152,218)

Color info

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

RGB color model

#E198DA color RGB value is (225,152,218).

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

RGB channels and saturation

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

225
152
218

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

Portions of RGB colors in percentages

R + G + B = 225 + 152 + 218 = 595 (100%)
R 225 of 595 ~ 37.82%
G 152 of 595 ~ 25.55%
B 218 of 595 ~ 36.64'%

%37.82
%25.55
%36.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.44%
  • 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.44
%3.11
%11.76

Codes

Color #E198DA in popluar color models

E1 98 DA
RGB 225 152 218
HSL 306° 54.89% 73.92%
HSB/HSV 306° 32.44% 88.24%
CMYK 0.00% 32.44% 3.11%
11.76%

Color #E198DA in popluar number systems.

HEX E1 98 DA
Decimal 225 152 218
Binary 11100001 10011000 11011010
Octal 341 230 332

Shades and tints

Shades of #E198DA

#E198DA
(225,152,218)
#CD8BC7
(205,139,199)
#B97EB4
(185,126,180)
#A571A1
(165,113,161)
#91648E
(145,100,142)
#7D577B
(125,87,123)
#694A68
(105,74,104)
#553D55
(85,61,85)
#413042
(65,48,66)
#2D232F
(45,35,47)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #E198DA

#E198DA
(225,152,218)
#E3A1DD
(227,161,221)
#E5AAE0
(229,170,224)
#E7B3E3
(231,179,227)
#E9BCE6
(233,188,230)
#EBC5E9
(235,197,233)
#EDCEEC
(237,206,236)
#EFD7EF
(239,215,239)
#F1E0F2
(241,224,242)
#F3E9F5
(243,233,245)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E198DA; }

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

This text font color is #E198DA.

Background Color

.myBgColor { background-color: #E198DA; }

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

This div background color is #E198DA.

Border color

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

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

This div border color is #E198DA.

Opacity

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

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

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

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

This text has shadow with #E198DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E198DA.

Preview

Color preview on black background

This text has color #E198DA on black background.


Color preview on white background

This text has color #E198DA on white background.


Black color preview on #E198DA background

This text has black color on #E198DA background.


White color preview on #E198DA background

This text has white color on #E198DA background.


Related colors

Complementary color

Complementary color for #hex is #1E6725.


I love getcolorcode.com

Triadic colors

1 #DAE198 and #98DAE1 with #E198DA are triadic colors.

2 #DA98E1 and #98E1DA with #E198DA are triadic colors.