COLOR #E19BC1

HEX: #E19BC1
RGB: (225,155,193)

Color info

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

RGB color model

#E19BC1 color RGB value is (225,155,193).

  • red value is 225;
  • green value is 155;
  • blue value is 193.
RGB:
(225,155,193)
(88%,61%,76%)

RGB channels and saturation

R 225 of 255 = 88%
G 155 of 255 = 61%
B 193 of 255 = 76%

225
155
193

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

Portions of RGB colors in percentages

R + G + B =
225 + 155 + 193 = 573 (100%)
R 225 of 573 ~ 39.27%
G 155 of 573 ~ 27.05%
B 193 of 573 ~ 33.68%

%39.27
%27.05
%33.68

CMYK color model

#E19BC1 color CMYK value is (0,31,14,12).

  • cyan value is 0.00%
  • magenta value is 31.11%
  • yellow value is 14.22%
  • key color value is 11.76%
CMYK:
(0,31,14,12)
C0M31Y14K12 
(0%,31%,14%,12%)
(0.00/0.31/0.14/0.12)	

CMYK percentages

%0
%31.11
%14.22
%11.76

Codes

Color #E19BC1 in popluar color models

E19BC1
RGB225155193
HSL327°53.85%74.51%
HSB/HSV327°31.11%88.24%
CMYK0.00%31.11%14.22%
11.76%

Color #E19BC1 in popluar number systems.

HEXE19BC1
Decimal225155193
Binary111000011001101111000001
Octal341233301

Shades and tints

Shades of #E19BC1

#E19BC1
(225,155,193)
#CD8DB0
(205,141,176)
#B97F9F
(185,127,159)
#A5718E
(165,113,142)
#91637D
(145,99,125)
#7D556C
(125,85,108)
#69475B
(105,71,91)
#55394A
(85,57,74)
#412B39
(65,43,57)
#2D1D28
(45,29,40)
#190F17
(25,15,23)
#000000
(0,0,0)

Tints of #E19BC1

#E19BC1
(225,155,193)
#E3A4C6
(227,164,198)
#E5ADCB
(229,173,203)
#E7B6D0
(231,182,208)
#E9BFD5
(233,191,213)
#EBC8DA
(235,200,218)
#EDD1DF
(237,209,223)
#EFDAE4
(239,218,228)
#F1E3E9
(241,227,233)
#F3ECEE
(243,236,238)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E19BC1; }

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

This text font color is #E19BC1.


Background Color

.myBgColor { background-color: #E19BC1; }

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

This div background color is #E19BC1.


Border color

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

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

This div border color is #E19BC1.


Opacity

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

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

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

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

This text has shadow with #E19BC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E19BC1 on black background.


Color preview on white background

This text has color #E19BC1 on white background.



Black color preview on #E19BC1 background

This text has black color on #E19BC1 background.


White color preview on #E19BC1 background

This text has white color on #E19BC1 background.