COLOR #E219D5

HEX: #E219D5
RGB: (226,25,213)

Color info

#E219D5 contains mainly red and blue colors. Web safe color of #E219D5 is #CC00CC (or #C0C).

RGB color model

#E219D5 color RGB value is (226,25,213).

  • red value is 226;
  • green value is 25;
  • blue value is 213.
RGB:
(226,25,213)
(89%,10%,84%)

RGB channels and saturation

R 226 of 255 = 89%
G 25 of 255 = 10%
B 213 of 255 = 84%

226
25
213

R + G + B ~ 61%. #E219D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 25 + 213 = 464 (100%)
R 226 of 464 ~ 48.71%
G 25 of 464 ~ 5.39%
B 213 of 464 ~ 45.91%

%48.71
%45.91

CMYK color model

#E219D5 color CMYK value is (0,89,6,11).

  • cyan value is 0.00%
  • magenta value is 88.94%
  • yellow value is 5.75%
  • key color value is 11.37%
CMYK:
(0,89,6,11)
C0M89Y6K11 
(0%,89%,6%,11%)
(0.00/0.89/0.06/0.11)	

CMYK percentages

%0
%88.94
%5.75
%11.37

Codes

Color #E219D5 in popluar color models

E219D5
RGB22625213
HSL304°80.08%49.22%
HSB/HSV304°88.94%88.63%
CMYK0.00%88.94%5.75%
11.37%

Color #E219D5 in popluar number systems.

HEXE219D5
Decimal22625213
Binary111000101100111010101
Octal34231325

Shades and tints

Shades of #E219D5

#E219D5
(226,25,213)
#CE17C2
(206,23,194)
#BA15AF
(186,21,175)
#A6139C
(166,19,156)
#921189
(146,17,137)
#7E0F76
(126,15,118)
#6A0D63
(106,13,99)
#560B50
(86,11,80)
#42093D
(66,9,61)
#2E072A
(46,7,42)
#1A0517
(26,5,23)
#000000
(0,0,0)

Tints of #E219D5

#E219D5
(226,25,213)
#E42DD8
(228,45,216)
#E641DB
(230,65,219)
#E855DE
(232,85,222)
#EA69E1
(234,105,225)
#EC7DE4
(236,125,228)
#EE91E7
(238,145,231)
#F0A5EA
(240,165,234)
#F2B9ED
(242,185,237)
#F4CDF0
(244,205,240)
#F6E1F3
(246,225,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E219D5 color. Also use rgb(226,25,213) instead hex code.

Text Font Color

.myTextColor { color: #E219D5; }

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

This text font color is #E219D5.


Background Color

.myBgColor { background-color: #E219D5; }

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

This div background color is #E219D5.


Border color

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

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

This div border color is #E219D5.


Opacity

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

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

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

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

This text has shadow with #E219D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E219D5 on black background.


Color preview on white background

This text has color #E219D5 on white background.



Black color preview on #E219D5 background

This text has black color on #E219D5 background.


White color preview on #E219D5 background

This text has white color on #E219D5 background.