COLOR #E19FC1

HEX: #E19FC1 RGB: (225,159,193)

Color info

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

RGB color model

#E19FC1 color RGB value is (225,159,193).

RGB: (225,159,193) (88%, 62%, 76%)

RGB channels and saturation

R 225 of 255 = 88%
G 159 of 255 = 62%
B 193 of 255 = 76%

225
159
193

R + G + B ~ 75%. #E19FC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 159 + 193 = 577 (100%)
R 225 of 577 ~ 38.99%
G 159 of 577 ~ 27.56%
B 193 of 577 ~ 33.45'%

%38.99
%27.56
%33.45

CMYK color model

#E19FC1 color CMYK value is (0,29,14,12).

  • cyan value is 0.00%
  • magenta value is 29.33%
  • yellow value is 14.22%
  • key color value is 11.76%

CMYK: (0,29,14,12)
C0M29Y14K12 (0%, 29%, 14%, 12%)
(0.00 / 0.29 / 0.14 / 0.12)

CMYK percentages

%0
%29.33
%14.22
%11.76

Codes

Color #E19FC1 in popluar color models

E1 9F C1
RGB 225 159 193
HSL 329° 52.38% 75.29%
HSB/HSV 329° 29.33% 88.24%
CMYK 0.00% 29.33% 14.22%
11.76%

Color #E19FC1 in popluar number systems.

HEX E1 9F C1
Decimal 225 159 193
Binary 11100001 10011111 11000001
Octal 341 237 301

Shades and tints

Shades of #E19FC1

#E19FC1
(225,159,193)
#CD91B0
(205,145,176)
#B9839F
(185,131,159)
#A5758E
(165,117,142)
#91677D
(145,103,125)
#7D596C
(125,89,108)
#694B5B
(105,75,91)
#553D4A
(85,61,74)
#412F39
(65,47,57)
#2D2128
(45,33,40)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #E19FC1

#E19FC1
(225,159,193)
#E3A7C6
(227,167,198)
#E5AFCB
(229,175,203)
#E7B7D0
(231,183,208)
#E9BFD5
(233,191,213)
#EBC7DA
(235,199,218)
#EDCFDF
(237,207,223)
#EFD7E4
(239,215,228)
#F1DFE9
(241,223,233)
#F3E7EE
(243,231,238)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E19FC1; }

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

This text font color is #E19FC1.

Background Color

.myBgColor { background-color: #E19FC1; }

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

This div background color is #E19FC1.

Border color

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

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

This div border color is #E19FC1.

Opacity

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

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

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

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

This text has shadow with #E19FC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E19FC1.

Preview

Color preview on black background

This text has color #E19FC1 on black background.


Color preview on white background

This text has color #E19FC1 on white background.


Black color preview on #E19FC1 background

This text has black color on #E19FC1 background.


White color preview on #E19FC1 background

This text has white color on #E19FC1 background.


Related colors

Complementary color

Complementary color for #hex is #1E603E.


I love getcolorcode.com

Triadic colors

1 #C1E19F and #9FC1E1 with #E19FC1 are triadic colors.

2 #C19FE1 and #9FE1C1 with #E19FC1 are triadic colors.