COLOR #E38FAE

HEX: #E38FAE
RGB: (227,143,174)

Color info

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

RGB color model

#E38FAE color RGB value is (227,143,174).

  • red value is 227;
  • green value is 143;
  • blue value is 174.
RGB:
(227,143,174)
(89%,56%,68%)

RGB channels and saturation

R 227 of 255 = 89%
G 143 of 255 = 56%
B 174 of 255 = 68%

227
143
174

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

Portions of RGB colors in percentages

R + G + B =
227 + 143 + 174 = 544 (100%)
R 227 of 544 ~ 41.73%
G 143 of 544 ~ 26.29%
B 174 of 544 ~ 31.99%

%41.73
%26.29
%31.99

CMYK color model

#E38FAE color CMYK value is (0,37,23,11).

  • cyan value is 0.00%
  • magenta value is 37.00%
  • yellow value is 23.35%
  • key color value is 10.98%
CMYK:
(0,37,23,11)
C0M37Y23K11 
(0%,37%,23%,11%)
(0.00/0.37/0.23/0.11)	

CMYK percentages

%0
%37
%23.35
%10.98

Codes

Color #E38FAE in popluar color models

E38FAE
RGB227143174
HSL338°60.00%72.55%
HSB/HSV338°37.00%89.02%
CMYK0.00%37.00%23.35%
10.98%

Color #E38FAE in popluar number systems.

HEXE38FAE
Decimal227143174
Binary111000111000111110101110
Octal343217256

Shades and tints

Shades of #E38FAE

#E38FAE
(227,143,174)
#CF829F
(207,130,159)
#BB7590
(187,117,144)
#A76881
(167,104,129)
#935B72
(147,91,114)
#7F4E63
(127,78,99)
#6B4154
(107,65,84)
#573445
(87,52,69)
#432736
(67,39,54)
#2F1A27
(47,26,39)
#1B0D18
(27,13,24)
#000000
(0,0,0)

Tints of #E38FAE

#E38FAE
(227,143,174)
#E599B5
(229,153,181)
#E7A3BC
(231,163,188)
#E9ADC3
(233,173,195)
#EBB7CA
(235,183,202)
#EDC1D1
(237,193,209)
#EFCBD8
(239,203,216)
#F1D5DF
(241,213,223)
#F3DFE6
(243,223,230)
#F5E9ED
(245,233,237)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E38FAE color. Also use rgb(227,143,174) instead hex code.

Text Font Color

.myTextColor { color: #E38FAE; }

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

This text font color is #E38FAE.


Background Color

.myBgColor { background-color: #E38FAE; }

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

This div background color is #E38FAE.


Border color

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

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

This div border color is #E38FAE.


Opacity

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

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

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

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

This text has shadow with #E38FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E38FAE on black background.


Color preview on white background

This text has color #E38FAE on white background.



Black color preview on #E38FAE background

This text has black color on #E38FAE background.


White color preview on #E38FAE background

This text has white color on #E38FAE background.