COLOR #E8AFC0

HEX: #E8AFC0 RGB: (232,175,192)

Color info

#E8AFC0 contains red, green and blue colors in about the same proportion. Web safe color of #E8AFC0 is #FF99CC (or #F9C).

RGB color model

#E8AFC0 color RGB value is (232,175,192).

RGB: (232,175,192) (91%, 69%, 75%)

RGB channels and saturation

R 232 of 255 = 91%
G 175 of 255 = 69%
B 192 of 255 = 75%

232
175
192

R + G + B ~ 78%. #E8AFC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 175 + 192 = 599 (100%)
R 232 of 599 ~ 38.73%
G 175 of 599 ~ 29.22%
B 192 of 599 ~ 32.05'%

%38.73
%29.22
%32.05

CMYK color model

#E8AFC0 color CMYK value is (0,25,17,9).

  • cyan value is 0.00%
  • magenta value is 24.57%
  • yellow value is 17.24%
  • key color value is 9.02%

CMYK: (0,25,17,9)
C0M25Y17K9 (0%, 25%, 17%, 9%)
(0.00 / 0.25 / 0.17 / 0.09)

CMYK percentages

%0
%24.57
%17.24
%9.02

Codes

Color #E8AFC0 in popluar color models

E8 AF C0
RGB 232 175 192
HSL 342° 55.34% 79.80%
HSB/HSV 342° 24.57% 90.98%
CMYK 0.00% 24.57% 17.24%
9.02%

Color #E8AFC0 in popluar number systems.

HEX E8 AF C0
Decimal 232 175 192
Binary 11101000 10101111 11000000
Octal 350 257 300

Shades and tints

Shades of #E8AFC0

#E8AFC0
(232,175,192)
#D3A0AF
(211,160,175)
#BE919E
(190,145,158)
#A9828D
(169,130,141)
#94737C
(148,115,124)
#7F646B
(127,100,107)
#6A555A
(106,85,90)
#554649
(85,70,73)
#403738
(64,55,56)
#2B2827
(43,40,39)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #E8AFC0

#E8AFC0
(232,175,192)
#EAB6C5
(234,182,197)
#ECBDCA
(236,189,202)
#EEC4CF
(238,196,207)
#F0CBD4
(240,203,212)
#F2D2D9
(242,210,217)
#F4D9DE
(244,217,222)
#F6E0E3
(246,224,227)
#F8E7E8
(248,231,232)
#FAEEED
(250,238,237)
#FCF5F2
(252,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8AFC0 color. Also use rgb(232,175,192) instead hex code.

Text Font Color

.myTextColor { color: #E8AFC0; }

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

This text font color is #E8AFC0.

Background Color

.myBgColor { background-color: #E8AFC0; }

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

This div background color is #E8AFC0.

Border color

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

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

This div border color is #E8AFC0.

Opacity

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

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

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

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

This text has shadow with #E8AFC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8AFC0.

Preview

Color preview on black background

This text has color #E8AFC0 on black background.


Color preview on white background

This text has color #E8AFC0 on white background.


Black color preview on #E8AFC0 background

This text has black color on #E8AFC0 background.


White color preview on #E8AFC0 background

This text has white color on #E8AFC0 background.


Related colors

Complementary color

Complementary color for #hex is #17503F.


I love getcolorcode.com

Triadic colors

1 #C0E8AF and #AFC0E8 with #E8AFC0 are triadic colors.

2 #C0AFE8 and #AFE8C0 with #E8AFC0 are triadic colors.