COLOR #E185DF

HEX: #E185DF
RGB: (225,133,223)

Color info

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

RGB color model

#E185DF color RGB value is (225,133,223).

  • red value is 225;
  • green value is 133;
  • blue value is 223.
RGB:
(225,133,223)
(88%,52%,87%)

RGB channels and saturation

R 225 of 255 = 88%
G 133 of 255 = 52%
B 223 of 255 = 87%

225
133
223

R + G + B ~ 76%. #E185DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 133 + 223 = 581 (100%)
R 225 of 581 ~ 38.73%
G 133 of 581 ~ 22.89%
B 223 of 581 ~ 38.38%

%38.73
%22.89
%38.38

CMYK color model

#E185DF color CMYK value is (0,41,1,12).

  • cyan value is 0.00%
  • magenta value is 40.89%
  • yellow value is 0.89%
  • key color value is 11.76%
CMYK:
(0,41,1,12)
C0M41Y1K12 
(0%,41%,1%,12%)
(0.00/0.41/0.01/0.12)	

CMYK percentages

%0
%40.89
%0.89
%11.76

Codes

Color #E185DF in popluar color models

E185DF
RGB225133223
HSL301°60.53%70.20%
HSB/HSV301°40.89%88.24%
CMYK0.00%40.89%0.89%
11.76%

Color #E185DF in popluar number systems.

HEXE185DF
Decimal225133223
Binary111000011000010111011111
Octal341205337

Shades and tints

Shades of #E185DF

#E185DF
(225,133,223)
#CD79CB
(205,121,203)
#B96DB7
(185,109,183)
#A561A3
(165,97,163)
#91558F
(145,85,143)
#7D497B
(125,73,123)
#693D67
(105,61,103)
#553153
(85,49,83)
#41253F
(65,37,63)
#2D192B
(45,25,43)
#190D17
(25,13,23)
#000000
(0,0,0)

Tints of #E185DF

#E185DF
(225,133,223)
#E390E1
(227,144,225)
#E59BE3
(229,155,227)
#E7A6E5
(231,166,229)
#E9B1E7
(233,177,231)
#EBBCE9
(235,188,233)
#EDC7EB
(237,199,235)
#EFD2ED
(239,210,237)
#F1DDEF
(241,221,239)
#F3E8F1
(243,232,241)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E185DF color. Also use rgb(225,133,223) instead hex code.

Text Font Color

.myTextColor { color: #E185DF; }

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

This text font color is #E185DF.


Background Color

.myBgColor { background-color: #E185DF; }

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

This div background color is #E185DF.


Border color

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

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

This div border color is #E185DF.


Opacity

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

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

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

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

This text has shadow with #E185DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E185DF on black background.


Color preview on white background

This text has color #E185DF on white background.



Black color preview on #E185DF background

This text has black color on #E185DF background.


White color preview on #E185DF background

This text has white color on #E185DF background.