COLOR #E4AFC1

HEX: #E4AFC1
RGB: (228,175,193)

Color info

#E4AFC1 contains red, green and blue colors in about the same proportion. Web safe color of #E4AFC1 is #CC99CC (or #C9C).

RGB color model

#E4AFC1 color RGB value is (228,175,193).

  • red value is 228;
  • green value is 175;
  • blue value is 193.
RGB:
(228,175,193)
(89%,69%,76%)

RGB channels and saturation

R 228 of 255 = 89%
G 175 of 255 = 69%
B 193 of 255 = 76%

228
175
193

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

Portions of RGB colors in percentages

R + G + B =
228 + 175 + 193 = 596 (100%)
R 228 of 596 ~ 38.26%
G 175 of 596 ~ 29.36%
B 193 of 596 ~ 32.38%

%38.26
%29.36
%32.38

CMYK color model

#E4AFC1 color CMYK value is (0,23,15,11).

  • cyan value is 0.00%
  • magenta value is 23.25%
  • yellow value is 15.35%
  • key color value is 10.59%
CMYK:
(0,23,15,11)
C0M23Y15K11 
(0%,23%,15%,11%)
(0.00/0.23/0.15/0.11)	

CMYK percentages

%0
%23.25
%15.35
%10.59

Codes

Color #E4AFC1 in popluar color models

E4AFC1
RGB228175193
HSL340°49.53%79.02%
HSB/HSV340°23.25%89.41%
CMYK0.00%23.25%15.35%
10.59%

Color #E4AFC1 in popluar number systems.

HEXE4AFC1
Decimal228175193
Binary111001001010111111000001
Octal344257301

Shades and tints

Shades of #E4AFC1

#E4AFC1
(228,175,193)
#D0A0B0
(208,160,176)
#BC919F
(188,145,159)
#A8828E
(168,130,142)
#94737D
(148,115,125)
#80646C
(128,100,108)
#6C555B
(108,85,91)
#58464A
(88,70,74)
#443739
(68,55,57)
#302828
(48,40,40)
#1C1917
(28,25,23)
#000000
(0,0,0)

Tints of #E4AFC1

#E4AFC1
(228,175,193)
#E6B6C6
(230,182,198)
#E8BDCB
(232,189,203)
#EAC4D0
(234,196,208)
#ECCBD5
(236,203,213)
#EED2DA
(238,210,218)
#F0D9DF
(240,217,223)
#F2E0E4
(242,224,228)
#F4E7E9
(244,231,233)
#F6EEEE
(246,238,238)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4AFC1 color. Also use rgb(228,175,193) instead hex code.

Text Font Color

.myTextColor { color: #E4AFC1; }

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

This text font color is #E4AFC1.


Background Color

.myBgColor { background-color: #E4AFC1; }

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

This div background color is #E4AFC1.


Border color

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

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

This div border color is #E4AFC1.


Opacity

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

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

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

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

This text has shadow with #E4AFC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4AFC1 on black background.


Color preview on white background

This text has color #E4AFC1 on white background.



Black color preview on #E4AFC1 background

This text has black color on #E4AFC1 background.


White color preview on #E4AFC1 background

This text has white color on #E4AFC1 background.