COLOR #E181D5

HEX: #E181D5
RGB: (225,129,213)

Color info

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

RGB color model

#E181D5 color RGB value is (225,129,213).

  • red value is 225;
  • green value is 129;
  • blue value is 213.
RGB:
(225,129,213)
(88%,51%,84%)

RGB channels and saturation

R 225 of 255 = 88%
G 129 of 255 = 51%
B 213 of 255 = 84%

225
129
213

R + G + B ~ 74%. #E181D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 129 + 213 = 567 (100%)
R 225 of 567 ~ 39.68%
G 129 of 567 ~ 22.75%
B 213 of 567 ~ 37.57%

%39.68
%22.75
%37.57

CMYK color model

#E181D5 color CMYK value is (0,43,5,12).

  • cyan value is 0.00%
  • magenta value is 42.67%
  • yellow value is 5.33%
  • key color value is 11.76%
CMYK:
(0,43,5,12)
C0M43Y5K12 
(0%,43%,5%,12%)
(0.00/0.43/0.05/0.12)	

CMYK percentages

%0
%42.67
%5.33
%11.76

Codes

Color #E181D5 in popluar color models

E181D5
RGB225129213
HSL308°61.54%69.41%
HSB/HSV308°42.67%88.24%
CMYK0.00%42.67%5.33%
11.76%

Color #E181D5 in popluar number systems.

HEXE181D5
Decimal225129213
Binary111000011000000111010101
Octal341201325

Shades and tints

Shades of #E181D5

#E181D5
(225,129,213)
#CD76C2
(205,118,194)
#B96BAF
(185,107,175)
#A5609C
(165,96,156)
#915589
(145,85,137)
#7D4A76
(125,74,118)
#693F63
(105,63,99)
#553450
(85,52,80)
#41293D
(65,41,61)
#2D1E2A
(45,30,42)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #E181D5

#E181D5
(225,129,213)
#E38CD8
(227,140,216)
#E597DB
(229,151,219)
#E7A2DE
(231,162,222)
#E9ADE1
(233,173,225)
#EBB8E4
(235,184,228)
#EDC3E7
(237,195,231)
#EFCEEA
(239,206,234)
#F1D9ED
(241,217,237)
#F3E4F0
(243,228,240)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E181D5 color. Also use rgb(225,129,213) instead hex code.

Text Font Color

.myTextColor { color: #E181D5; }

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

This text font color is #E181D5.


Background Color

.myBgColor { background-color: #E181D5; }

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

This div background color is #E181D5.


Border color

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

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

This div border color is #E181D5.


Opacity

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

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

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

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

This text has shadow with #E181D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E181D5 on black background.


Color preview on white background

This text has color #E181D5 on white background.



Black color preview on #E181D5 background

This text has black color on #E181D5 background.


White color preview on #E181D5 background

This text has white color on #E181D5 background.