COLOR #E19BD3

HEX: #E19BD3 RGB: (225,155,211)

Color info

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

RGB color model

#E19BD3 color RGB value is (225,155,211).

RGB: (225,155,211) (88%, 61%, 83%)

RGB channels and saturation

R 225 of 255 = 88%
G 155 of 255 = 61%
B 211 of 255 = 83%

225
155
211

R + G + B ~ 77%. #E19BD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 155 + 211 = 591 (100%)
R 225 of 591 ~ 38.07%
G 155 of 591 ~ 26.23%
B 211 of 591 ~ 35.7'%

%38.07
%26.23
%35.7

CMYK color model

#E19BD3 color CMYK value is (0,31,6,12).

  • cyan value is 0.00%
  • magenta value is 31.11%
  • yellow value is 6.22%
  • key color value is 11.76%

CMYK: (0,31,6,12)
C0M31Y6K12 (0%, 31%, 6%, 12%)
(0.00 / 0.31 / 0.06 / 0.12)

CMYK percentages

%0
%31.11
%6.22
%11.76

Codes

Color #E19BD3 in popluar color models

E1 9B D3
RGB 225 155 211
HSL 312° 53.85% 74.51%
HSB/HSV 312° 31.11% 88.24%
CMYK 0.00% 31.11% 6.22%
11.76%

Color #E19BD3 in popluar number systems.

HEX E1 9B D3
Decimal 225 155 211
Binary 11100001 10011011 11010011
Octal 341 233 323

Shades and tints

Shades of #E19BD3

#E19BD3
(225,155,211)
#CD8DC0
(205,141,192)
#B97FAD
(185,127,173)
#A5719A
(165,113,154)
#916387
(145,99,135)
#7D5574
(125,85,116)
#694761
(105,71,97)
#55394E
(85,57,78)
#412B3B
(65,43,59)
#2D1D28
(45,29,40)
#190F15
(25,15,21)
#000000
(0,0,0)

Tints of #E19BD3

#E19BD3
(225,155,211)
#E3A4D7
(227,164,215)
#E5ADDB
(229,173,219)
#E7B6DF
(231,182,223)
#E9BFE3
(233,191,227)
#EBC8E7
(235,200,231)
#EDD1EB
(237,209,235)
#EFDAEF
(239,218,239)
#F1E3F3
(241,227,243)
#F3ECF7
(243,236,247)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E19BD3; }

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

This text font color is #E19BD3.

Background Color

.myBgColor { background-color: #E19BD3; }

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

This div background color is #E19BD3.

Border color

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

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

This div border color is #E19BD3.

Opacity

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

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

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

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

This text has shadow with #E19BD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E19BD3.

Preview

Color preview on black background

This text has color #E19BD3 on black background.


Color preview on white background

This text has color #E19BD3 on white background.


Black color preview on #E19BD3 background

This text has black color on #E19BD3 background.


White color preview on #E19BD3 background

This text has white color on #E19BD3 background.


Related colors

Complementary color

Complementary color for #hex is #1E642C.


I love getcolorcode.com

Triadic colors

1 #D3E19B and #9BD3E1 with #E19BD3 are triadic colors.

2 #D39BE1 and #9BE1D3 with #E19BD3 are triadic colors.