COLOR #E08CA9

HEX: #E08CA9 RGB: (224,140,169)

Color info

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

RGB color model

#E08CA9 color RGB value is (224,140,169).

RGB: (224,140,169) (88%, 55%, 66%)

RGB channels and saturation

R 224 of 255 = 88%
G 140 of 255 = 55%
B 169 of 255 = 66%

224
140
169

R + G + B ~ 70%. #E08CA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 140 + 169 = 533 (100%)
R 224 of 533 ~ 42.03%
G 140 of 533 ~ 26.27%
B 169 of 533 ~ 31.71'%

%42.03
%26.27
%31.71

CMYK color model

#E08CA9 color CMYK value is (0,38,25,12).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 24.55%
  • key color value is 12.16%
CMYK: (0,38,25,12) C0M38Y25K12 (0%,38%,25%,12%) (0.00/0.38/0.25/0.12) 

CMYK percentages

%0
%37.5
%24.55
%12.16

Codes

Color #E08CA9 in popluar color models

E0 8C A9
RGB 224 140 169
HSL 339° 57.53% 71.37%
HSB/HSV 339° 37.50% 87.84%
CMYK 0.00% 37.50% 24.55%
12.16%

Color #E08CA9 in popluar number systems.

HEX E0 8C A9
Decimal 224 140 169
Binary 11100000 10001100 10101001
Octal 340 214 251

Shades and tints

Shades of #E08CA9

#E08CA9
(224,140,169)
#CC809A
(204,128,154)
#B8748B
(184,116,139)
#A4687C
(164,104,124)
#905C6D
(144,92,109)
#7C505E
(124,80,94)
#68444F
(104,68,79)
#543840
(84,56,64)
#402C31
(64,44,49)
#2C2022
(44,32,34)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #E08CA9

#E08CA9
(224,140,169)
#E296B0
(226,150,176)
#E4A0B7
(228,160,183)
#E6AABE
(230,170,190)
#E8B4C5
(232,180,197)
#EABECC
(234,190,204)
#ECC8D3
(236,200,211)
#EED2DA
(238,210,218)
#F0DCE1
(240,220,225)
#F2E6E8
(242,230,232)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E08CA9; }

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

This text font color is #E08CA9.

Background Color

.myBgColor { background-color: #E08CA9; }

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

This div background color is #E08CA9.

Border color

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

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

This div border color is #E08CA9.

Opacity

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

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

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

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

This text has shadow with #E08CA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E08CA9.

Preview

Color preview on black background

This text has color #E08CA9 on black background.


Color preview on white background

This text has color #E08CA9 on white background.


Black color preview on #E08CA9 background

This text has black color on #E08CA9 background.


White color preview on #E08CA9 background

This text has white color on #E08CA9 background.


Related colors

Complementary color

Complementary color for #hex is #1F7356.


I love getcolorcode.com

Triadic colors

1 #A9E08C and #8CA9E0 with #E08CA9 are triadic colors.

2 #A98CE0 and #8CE0A9 with #E08CA9 are triadic colors.