COLOR #E19FB0

HEX: #E19FB0
RGB: (225,159,176)

Color info

#E19FB0 contains mainly red and blue colors. Web safe color of #E19FB0 is #CC9999 (or #C99).

RGB color model

#E19FB0 color RGB value is (225,159,176).

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

RGB channels and saturation

R 225 of 255 = 88%
G 159 of 255 = 62%
B 176 of 255 = 69%

225
159
176

R + G + B ~ 73%. #E19FB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 159 + 176 = 560 (100%)
R 225 of 560 ~ 40.18%
G 159 of 560 ~ 28.39%
B 176 of 560 ~ 31.43%

%40.18
%28.39
%31.43

CMYK color model

#E19FB0 color CMYK value is (0,29,22,12).

  • cyan value is 0.00%
  • magenta value is 29.33%
  • yellow value is 21.78%
  • key color value is 11.76%
CMYK:
(0,29,22,12)
C0M29Y22K12 
(0%,29%,22%,12%)
(0.00/0.29/0.22/0.12)	

CMYK percentages

%0
%29.33
%21.78
%11.76

Codes

Color #E19FB0 in popluar color models

E19FB0
RGB225159176
HSL345°52.38%75.29%
HSB/HSV345°29.33%88.24%
CMYK0.00%29.33%21.78%
11.76%

Color #E19FB0 in popluar number systems.

HEXE19FB0
Decimal225159176
Binary111000011001111110110000
Octal341237260

Shades and tints

Shades of #E19FB0

#E19FB0
(225,159,176)
#CD91A0
(205,145,160)
#B98390
(185,131,144)
#A57580
(165,117,128)
#916770
(145,103,112)
#7D5960
(125,89,96)
#694B50
(105,75,80)
#553D40
(85,61,64)
#412F30
(65,47,48)
#2D2120
(45,33,32)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #E19FB0

#E19FB0
(225,159,176)
#E3A7B7
(227,167,183)
#E5AFBE
(229,175,190)
#E7B7C5
(231,183,197)
#E9BFCC
(233,191,204)
#EBC7D3
(235,199,211)
#EDCFDA
(237,207,218)
#EFD7E1
(239,215,225)
#F1DFE8
(241,223,232)
#F3E7EF
(243,231,239)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E19FB0; }

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

This text font color is #E19FB0.


Background Color

.myBgColor { background-color: #E19FB0; }

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

This div background color is #E19FB0.


Border color

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

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

This div border color is #E19FB0.


Opacity

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

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

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

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

This text has shadow with #E19FB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E19FB0 on black background.


Color preview on white background

This text has color #E19FB0 on white background.



Black color preview on #E19FB0 background

This text has black color on #E19FB0 background.


White color preview on #E19FB0 background

This text has white color on #E19FB0 background.