COLOR #E180D9

HEX: #E180D9
RGB: (225,128,217)

Color info

#E180D9 contains mainly red and blue colors. Web safe color of #E180D9 is #CC66CC (or #C6C).

RGB color model

#E180D9 color RGB value is (225,128,217).

  • red value is 225;
  • green value is 128;
  • blue value is 217.
RGB:
(225,128,217)
(88%,50%,85%)

RGB channels and saturation

R 225 of 255 = 88%
G 128 of 255 = 50%
B 217 of 255 = 85%

225
128
217

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

Portions of RGB colors in percentages

R + G + B =
225 + 128 + 217 = 570 (100%)
R 225 of 570 ~ 39.47%
G 128 of 570 ~ 22.46%
B 217 of 570 ~ 38.07%

%39.47
%22.46
%38.07

CMYK color model

#E180D9 color CMYK value is (0,43,4,12).

  • cyan value is 0.00%
  • magenta value is 43.11%
  • yellow value is 3.56%
  • key color value is 11.76%
CMYK:
(0,43,4,12)
C0M43Y4K12 
(0%,43%,4%,12%)
(0.00/0.43/0.04/0.12)	

CMYK percentages

%0
%43.11
%3.56
%11.76

Codes

Color #E180D9 in popluar color models

E180D9
RGB225128217
HSL305°61.78%69.22%
HSB/HSV305°43.11%88.24%
CMYK0.00%43.11%3.56%
11.76%

Color #E180D9 in popluar number systems.

HEXE180D9
Decimal225128217
Binary111000011000000011011001
Octal341200331

Shades and tints

Shades of #E180D9

#E180D9
(225,128,217)
#CD75C6
(205,117,198)
#B96AB3
(185,106,179)
#A55FA0
(165,95,160)
#91548D
(145,84,141)
#7D497A
(125,73,122)
#693E67
(105,62,103)
#553354
(85,51,84)
#412841
(65,40,65)
#2D1D2E
(45,29,46)
#19121B
(25,18,27)
#000000
(0,0,0)

Tints of #E180D9

#E180D9
(225,128,217)
#E38BDC
(227,139,220)
#E596DF
(229,150,223)
#E7A1E2
(231,161,226)
#E9ACE5
(233,172,229)
#EBB7E8
(235,183,232)
#EDC2EB
(237,194,235)
#EFCDEE
(239,205,238)
#F1D8F1
(241,216,241)
#F3E3F4
(243,227,244)
#F5EEF7
(245,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E180D9 color. Also use rgb(225,128,217) instead hex code.

Text Font Color

.myTextColor { color: #E180D9; }

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

This text font color is #E180D9.


Background Color

.myBgColor { background-color: #E180D9; }

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

This div background color is #E180D9.


Border color

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

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

This div border color is #E180D9.


Opacity

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

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

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

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

This text has shadow with #E180D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E180D9 on black background.


Color preview on white background

This text has color #E180D9 on white background.



Black color preview on #E180D9 background

This text has black color on #E180D9 background.


White color preview on #E180D9 background

This text has white color on #E180D9 background.