COLOR #E19FC2

HEX: #E19FC2 RGB: (225,159,194)

Color info

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

RGB color model

#E19FC2 color RGB value is (225,159,194).

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

RGB channels and saturation

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

225
159
194

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

Portions of RGB colors in percentages

R + G + B = 225 + 159 + 194 = 578 (100%)
R 225 of 578 ~ 38.93%
G 159 of 578 ~ 27.51%
B 194 of 578 ~ 33.56'%

%38.93
%27.51
%33.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.33%
  • yellow value is 13.78%
  • 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
%13.78
%11.76

Codes

Color #E19FC2 in popluar color models

E1 9F C2
RGB 225 159 194
HSL 328° 52.38% 75.29%
HSB/HSV 328° 29.33% 88.24%
CMYK 0.00% 29.33% 13.78%
11.76%

Color #E19FC2 in popluar number systems.

HEX E1 9F C2
Decimal 225 159 194
Binary 11100001 10011111 11000010
Octal 341 237 302

Shades and tints

Shades of #E19FC2

#E19FC2
(225,159,194)
#CD91B1
(205,145,177)
#B983A0
(185,131,160)
#A5758F
(165,117,143)
#91677E
(145,103,126)
#7D596D
(125,89,109)
#694B5C
(105,75,92)
#553D4B
(85,61,75)
#412F3A
(65,47,58)
#2D2129
(45,33,41)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #E19FC2

#E19FC2
(225,159,194)
#E3A7C7
(227,167,199)
#E5AFCC
(229,175,204)
#E7B7D1
(231,183,209)
#E9BFD6
(233,191,214)
#EBC7DB
(235,199,219)
#EDCFE0
(237,207,224)
#EFD7E5
(239,215,229)
#F1DFEA
(241,223,234)
#F3E7EF
(243,231,239)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E19FC2; }

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

This text font color is #E19FC2.

Background Color

.myBgColor { background-color: #E19FC2; }

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

This div background color is #E19FC2.

Border color

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

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

This div border color is #E19FC2.

Opacity

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

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

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

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

This text has shadow with #E19FC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E19FC2.

Preview

Color preview on black background

This text has color #E19FC2 on black background.


Color preview on white background

This text has color #E19FC2 on white background.


Black color preview on #E19FC2 background

This text has black color on #E19FC2 background.


White color preview on #E19FC2 background

This text has white color on #E19FC2 background.


Related colors

Complementary color

Complementary color for #hex is #1E603D.


I love getcolorcode.com

Triadic colors

1 #C2E19F and #9FC2E1 with #E19FC2 are triadic colors.

2 #C29FE1 and #9FE1C2 with #E19FC2 are triadic colors.