COLOR #E19FD4

HEX: #E19FD4
RGB: (225,159,212)

Color info

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

RGB color model

#E19FD4 color RGB value is (225,159,212).

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

RGB channels and saturation

R 225 of 255 = 88%
G 159 of 255 = 62%
B 212 of 255 = 83%

225
159
212

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

Portions of RGB colors in percentages

R + G + B =
225 + 159 + 212 = 596 (100%)
R 225 of 596 ~ 37.75%
G 159 of 596 ~ 26.68%
B 212 of 596 ~ 35.57%

%37.75
%26.68
%35.57

CMYK color model

#E19FD4 color CMYK value is (0,29,6,12).

  • cyan value is 0.00%
  • magenta value is 29.33%
  • yellow value is 5.78%
  • key color value is 11.76%
CMYK:
(0,29,6,12)
C0M29Y6K12 
(0%,29%,6%,12%)
(0.00/0.29/0.06/0.12)	

CMYK percentages

%0
%29.33
%5.78
%11.76

Codes

Color #E19FD4 in popluar color models

E19FD4
RGB225159212
HSL312°52.38%75.29%
HSB/HSV312°29.33%88.24%
CMYK0.00%29.33%5.78%
11.76%

Color #E19FD4 in popluar number systems.

HEXE19FD4
Decimal225159212
Binary111000011001111111010100
Octal341237324

Shades and tints

Shades of #E19FD4

#E19FD4
(225,159,212)
#CD91C1
(205,145,193)
#B983AE
(185,131,174)
#A5759B
(165,117,155)
#916788
(145,103,136)
#7D5975
(125,89,117)
#694B62
(105,75,98)
#553D4F
(85,61,79)
#412F3C
(65,47,60)
#2D2129
(45,33,41)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #E19FD4

#E19FD4
(225,159,212)
#E3A7D7
(227,167,215)
#E5AFDA
(229,175,218)
#E7B7DD
(231,183,221)
#E9BFE0
(233,191,224)
#EBC7E3
(235,199,227)
#EDCFE6
(237,207,230)
#EFD7E9
(239,215,233)
#F1DFEC
(241,223,236)
#F3E7EF
(243,231,239)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E19FD4; }

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

This text font color is #E19FD4.


Background Color

.myBgColor { background-color: #E19FD4; }

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

This div background color is #E19FD4.


Border color

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

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

This div border color is #E19FD4.


Opacity

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

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

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

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

This text has shadow with #E19FD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E19FD4 on black background.


Color preview on white background

This text has color #E19FD4 on white background.



Black color preview on #E19FD4 background

This text has black color on #E19FD4 background.


White color preview on #E19FD4 background

This text has white color on #E19FD4 background.