COLOR #E195AD

HEX: #E195AD RGB: (225,149,173)

Color info

#E195AD contains mainly red and blue colors. Web safe color of #E195AD is #CC9999 (or #C99).

RGB color model

#E195AD color RGB value is (225,149,173).

RGB: (225,149,173) (88%, 58%, 68%)

RGB channels and saturation

R 225 of 255 = 88%
G 149 of 255 = 58%
B 173 of 255 = 68%

225
149
173

R + G + B ~ 71%. #E195AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 149 + 173 = 547 (100%)
R 225 of 547 ~ 41.13%
G 149 of 547 ~ 27.24%
B 173 of 547 ~ 31.63'%

%41.13
%27.24
%31.63

CMYK color model

#E195AD color CMYK value is (0,34,23,12).

  • cyan value is 0.00%
  • magenta value is 33.78%
  • yellow value is 23.11%
  • key color value is 11.76%
CMYK: (0,34,23,12) C0M34Y23K12 (0%,34%,23%,12%) (0.00/0.34/0.23/0.12) 

CMYK percentages

%0
%33.78
%23.11
%11.76

Codes

Color #E195AD in popluar color models

E1 95 AD
RGB 225 149 173
HSL 341° 55.88% 73.33%
HSB/HSV 341° 33.78% 88.24%
CMYK 0.00% 33.78% 23.11%
11.76%

Color #E195AD in popluar number systems.

HEX E1 95 AD
Decimal 225 149 173
Binary 11100001 10010101 10101101
Octal 341 225 255

Shades and tints

Shades of #E195AD

#E195AD
(225,149,173)
#CD889E
(205,136,158)
#B97B8F
(185,123,143)
#A56E80
(165,110,128)
#916171
(145,97,113)
#7D5462
(125,84,98)
#694753
(105,71,83)
#553A44
(85,58,68)
#412D35
(65,45,53)
#2D2026
(45,32,38)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #E195AD

#E195AD
(225,149,173)
#E39EB4
(227,158,180)
#E5A7BB
(229,167,187)
#E7B0C2
(231,176,194)
#E9B9C9
(233,185,201)
#EBC2D0
(235,194,208)
#EDCBD7
(237,203,215)
#EFD4DE
(239,212,222)
#F1DDE5
(241,221,229)
#F3E6EC
(243,230,236)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E195AD color. Also use rgb(225,149,173) instead hex code.

Text Font Color

.myTextColor { color: #E195AD; }

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

This text font color is #E195AD.

Background Color

.myBgColor { background-color: #E195AD; }

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

This div background color is #E195AD.

Border color

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

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

This div border color is #E195AD.

Opacity

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

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

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

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

This text has shadow with #E195AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E195AD.

Preview

Color preview on black background

This text has color #E195AD on black background.


Color preview on white background

This text has color #E195AD on white background.


Black color preview on #E195AD background

This text has black color on #E195AD background.


White color preview on #E195AD background

This text has white color on #E195AD background.


Related colors

Complementary color

Complementary color for #hex is #1E6A52.


I love getcolorcode.com

Triadic colors

1 #ADE195 and #95ADE1 with #E195AD are triadic colors.

2 #AD95E1 and #95E1AD with #E195AD are triadic colors.