COLOR #E198D6

HEX: #E198D6
RGB: (225,152,214)

Color info

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

RGB color model

#E198D6 color RGB value is (225,152,214).

  • red value is 225;
  • green value is 152;
  • blue value is 214.
RGB:
(225,152,214)
(88%,60%,84%)

RGB channels and saturation

R 225 of 255 = 88%
G 152 of 255 = 60%
B 214 of 255 = 84%

225
152
214

R + G + B ~ 77%. #E198D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 152 + 214 = 591 (100%)
R 225 of 591 ~ 38.07%
G 152 of 591 ~ 25.72%
B 214 of 591 ~ 36.21%

%38.07
%25.72
%36.21

CMYK color model

#E198D6 color CMYK value is (0,32,5,12).

  • cyan value is 0.00%
  • magenta value is 32.44%
  • yellow value is 4.89%
  • key color value is 11.76%
CMYK:
(0,32,5,12)
C0M32Y5K12 
(0%,32%,5%,12%)
(0.00/0.32/0.05/0.12)	

CMYK percentages

%0
%32.44
%4.89
%11.76

Codes

Color #E198D6 in popluar color models

E198D6
RGB225152214
HSL309°54.89%73.92%
HSB/HSV309°32.44%88.24%
CMYK0.00%32.44%4.89%
11.76%

Color #E198D6 in popluar number systems.

HEXE198D6
Decimal225152214
Binary111000011001100011010110
Octal341230326

Shades and tints

Shades of #E198D6

#E198D6
(225,152,214)
#CD8BC3
(205,139,195)
#B97EB0
(185,126,176)
#A5719D
(165,113,157)
#91648A
(145,100,138)
#7D5777
(125,87,119)
#694A64
(105,74,100)
#553D51
(85,61,81)
#41303E
(65,48,62)
#2D232B
(45,35,43)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #E198D6

#E198D6
(225,152,214)
#E3A1D9
(227,161,217)
#E5AADC
(229,170,220)
#E7B3DF
(231,179,223)
#E9BCE2
(233,188,226)
#EBC5E5
(235,197,229)
#EDCEE8
(237,206,232)
#EFD7EB
(239,215,235)
#F1E0EE
(241,224,238)
#F3E9F1
(243,233,241)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E198D6; }

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

This text font color is #E198D6.


Background Color

.myBgColor { background-color: #E198D6; }

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

This div background color is #E198D6.


Border color

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

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

This div border color is #E198D6.


Opacity

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

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

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

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

This text has shadow with #E198D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E198D6 on black background.


Color preview on white background

This text has color #E198D6 on white background.



Black color preview on #E198D6 background

This text has black color on #E198D6 background.


White color preview on #E198D6 background

This text has white color on #E198D6 background.