COLOR #E19FD8

HEX: #E19FD8
RGB: (225,159,216)

Color info

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

RGB color model

#E19FD8 color RGB value is (225,159,216).

  • red value is 225;
  • green value is 159;
  • blue value is 216.
RGB:
(225,159,216)
(88%,62%,85%)

RGB channels and saturation

R 225 of 255 = 88%
G 159 of 255 = 62%
B 216 of 255 = 85%

225
159
216

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

Portions of RGB colors in percentages

R + G + B =
225 + 159 + 216 = 600 (100%)
R 225 of 600 ~ 37.5%
G 159 of 600 ~ 26.5%
B 216 of 600 ~ 36%

%37.5
%26.5
%36

CMYK color model

#E19FD8 color CMYK value is (0,29,4,12).

  • cyan value is 0.00%
  • magenta value is 29.33%
  • yellow value is 4.00%
  • key color value is 11.76%
CMYK:
(0,29,4,12)
C0M29Y4K12 
(0%,29%,4%,12%)
(0.00/0.29/0.04/0.12)	

CMYK percentages

%0
%29.33
%4
%11.76

Codes

Color #E19FD8 in popluar color models

E19FD8
RGB225159216
HSL308°52.38%75.29%
HSB/HSV308°29.33%88.24%
CMYK0.00%29.33%4.00%
11.76%

Color #E19FD8 in popluar number systems.

HEXE19FD8
Decimal225159216
Binary111000011001111111011000
Octal341237330

Shades and tints

Shades of #E19FD8

#E19FD8
(225,159,216)
#CD91C5
(205,145,197)
#B983B2
(185,131,178)
#A5759F
(165,117,159)
#91678C
(145,103,140)
#7D5979
(125,89,121)
#694B66
(105,75,102)
#553D53
(85,61,83)
#412F40
(65,47,64)
#2D212D
(45,33,45)
#19131A
(25,19,26)
#000000
(0,0,0)

Tints of #E19FD8

#E19FD8
(225,159,216)
#E3A7DB
(227,167,219)
#E5AFDE
(229,175,222)
#E7B7E1
(231,183,225)
#E9BFE4
(233,191,228)
#EBC7E7
(235,199,231)
#EDCFEA
(237,207,234)
#EFD7ED
(239,215,237)
#F1DFF0
(241,223,240)
#F3E7F3
(243,231,243)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E19FD8 color. Also use rgb(225,159,216) instead hex code.

Text Font Color

.myTextColor { color: #E19FD8; }

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

This text font color is #E19FD8.


Background Color

.myBgColor { background-color: #E19FD8; }

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

This div background color is #E19FD8.


Border color

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

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

This div border color is #E19FD8.


Opacity

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

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

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

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

This text has shadow with #E19FD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E19FD8 on black background.


Color preview on white background

This text has color #E19FD8 on white background.



Black color preview on #E19FD8 background

This text has black color on #E19FD8 background.


White color preview on #E19FD8 background

This text has white color on #E19FD8 background.