COLOR #E08CAF

HEX: #E08CAF RGB: (224,140,175)

Color info

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

RGB color model

#E08CAF color RGB value is (224,140,175).

RGB: (224,140,175) (88%, 55%, 69%)

RGB channels and saturation

R 224 of 255 = 88%
G 140 of 255 = 55%
B 175 of 255 = 69%

224
140
175

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

Portions of RGB colors in percentages

R + G + B = 224 + 140 + 175 = 539 (100%)
R 224 of 539 ~ 41.56%
G 140 of 539 ~ 25.97%
B 175 of 539 ~ 32.47'%

%41.56
%25.97
%32.47

CMYK color model

#E08CAF color CMYK value is (0,38,22,12).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 21.88%
  • key color value is 12.16%

CMYK: (0,38,22,12)
C0M38Y22K12 (0%, 38%, 22%, 12%)
(0.00 / 0.38 / 0.22 / 0.12)

CMYK percentages

%0
%37.5
%21.88
%12.16

Codes

Color #E08CAF in popluar color models

E0 8C AF
RGB 224 140 175
HSL 335° 57.53% 71.37%
HSB/HSV 335° 37.50% 87.84%
CMYK 0.00% 37.50% 21.88%
12.16%

Color #E08CAF in popluar number systems.

HEX E0 8C AF
Decimal 224 140 175
Binary 11100000 10001100 10101111
Octal 340 214 257

Shades and tints

Shades of #E08CAF

#E08CAF
(224,140,175)
#CC80A0
(204,128,160)
#B87491
(184,116,145)
#A46882
(164,104,130)
#905C73
(144,92,115)
#7C5064
(124,80,100)
#684455
(104,68,85)
#543846
(84,56,70)
#402C37
(64,44,55)
#2C2028
(44,32,40)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #E08CAF

#E08CAF
(224,140,175)
#E296B6
(226,150,182)
#E4A0BD
(228,160,189)
#E6AAC4
(230,170,196)
#E8B4CB
(232,180,203)
#EABED2
(234,190,210)
#ECC8D9
(236,200,217)
#EED2E0
(238,210,224)
#F0DCE7
(240,220,231)
#F2E6EE
(242,230,238)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E08CAF color. Also use rgb(224,140,175) instead hex code.

Text Font Color

.myTextColor { color: #E08CAF; }

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

This text font color is #E08CAF.

Background Color

.myBgColor { background-color: #E08CAF; }

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

This div background color is #E08CAF.

Border color

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

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

This div border color is #E08CAF.

Opacity

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

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

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

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

This text has shadow with #E08CAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E08CAF.

Preview

Color preview on black background

This text has color #E08CAF on black background.


Color preview on white background

This text has color #E08CAF on white background.


Black color preview on #E08CAF background

This text has black color on #E08CAF background.


White color preview on #E08CAF background

This text has white color on #E08CAF background.


Related colors

Complementary color

Complementary color for #hex is #1F7350.


I love getcolorcode.com

Triadic colors

1 #AFE08C and #8CAFE0 with #E08CAF are triadic colors.

2 #AF8CE0 and #8CE0AF with #E08CAF are triadic colors.