COLOR #E185D2

HEX: #E185D2
RGB: (225,133,210)

Color info

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

RGB color model

#E185D2 color RGB value is (225,133,210).

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

RGB channels and saturation

R 225 of 255 = 88%
G 133 of 255 = 52%
B 210 of 255 = 82%

225
133
210

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

Portions of RGB colors in percentages

R + G + B =
225 + 133 + 210 = 568 (100%)
R 225 of 568 ~ 39.61%
G 133 of 568 ~ 23.42%
B 210 of 568 ~ 36.97%

%39.61
%23.42
%36.97

CMYK color model

#E185D2 color CMYK value is (0,41,7,12).

  • cyan value is 0.00%
  • magenta value is 40.89%
  • yellow value is 6.67%
  • key color value is 11.76%
CMYK:
(0,41,7,12)
C0M41Y7K12 
(0%,41%,7%,12%)
(0.00/0.41/0.07/0.12)	

CMYK percentages

%0
%40.89
%6.67
%11.76

Codes

Color #E185D2 in popluar color models

E185D2
RGB225133210
HSL310°60.53%70.20%
HSB/HSV310°40.89%88.24%
CMYK0.00%40.89%6.67%
11.76%

Color #E185D2 in popluar number systems.

HEXE185D2
Decimal225133210
Binary111000011000010111010010
Octal341205322

Shades and tints

Shades of #E185D2

#E185D2
(225,133,210)
#CD79BF
(205,121,191)
#B96DAC
(185,109,172)
#A56199
(165,97,153)
#915586
(145,85,134)
#7D4973
(125,73,115)
#693D60
(105,61,96)
#55314D
(85,49,77)
#41253A
(65,37,58)
#2D1927
(45,25,39)
#190D14
(25,13,20)
#000000
(0,0,0)

Tints of #E185D2

#E185D2
(225,133,210)
#E390D6
(227,144,214)
#E59BDA
(229,155,218)
#E7A6DE
(231,166,222)
#E9B1E2
(233,177,226)
#EBBCE6
(235,188,230)
#EDC7EA
(237,199,234)
#EFD2EE
(239,210,238)
#F1DDF2
(241,221,242)
#F3E8F6
(243,232,246)
#F5F3FA
(245,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E185D2; }

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

This text font color is #E185D2.


Background Color

.myBgColor { background-color: #E185D2; }

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

This div background color is #E185D2.


Border color

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

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

This div border color is #E185D2.


Opacity

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

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

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

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

This text has shadow with #E185D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E185D2 on black background.


Color preview on white background

This text has color #E185D2 on white background.



Black color preview on #E185D2 background

This text has black color on #E185D2 background.


White color preview on #E185D2 background

This text has white color on #E185D2 background.