COLOR #E09ABF

HEX: #E09ABF RGB: (224,154,191)

Color info

#E09ABF contains mainly red and blue colors. Web safe color of #E09ABF is #CC99CC (or #C9C).

RGB color model

#E09ABF color RGB value is (224,154,191).

RGB: (224,154,191) (88%, 60%, 75%)

RGB channels and saturation

R 224 of 255 = 88%
G 154 of 255 = 60%
B 191 of 255 = 75%

224
154
191

R + G + B ~ 74%. #E09ABF is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 154 + 191 = 569 (100%)
R 224 of 569 ~ 39.37%
G 154 of 569 ~ 27.07%
B 191 of 569 ~ 33.57'%

%39.37
%27.07
%33.57

CMYK color model

#E09ABF color CMYK value is (0,31,15,12).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 14.73%
  • key color value is 12.16%

CMYK: (0,31,15,12)
C0M31Y15K12 (0%, 31%, 15%, 12%)
(0.00 / 0.31 / 0.15 / 0.12)

CMYK percentages

%0
%31.25
%14.73
%12.16

Codes

Color #E09ABF in popluar color models

E0 9A BF
RGB 224 154 191
HSL 328° 53.03% 74.12%
HSB/HSV 328° 31.25% 87.84%
CMYK 0.00% 31.25% 14.73%
12.16%

Color #E09ABF in popluar number systems.

HEX E0 9A BF
Decimal 224 154 191
Binary 11100000 10011010 10111111
Octal 340 232 277

Shades and tints

Shades of #E09ABF

#E09ABF
(224,154,191)
#CC8CAE
(204,140,174)
#B87E9D
(184,126,157)
#A4708C
(164,112,140)
#90627B
(144,98,123)
#7C546A
(124,84,106)
#684659
(104,70,89)
#543848
(84,56,72)
#402A37
(64,42,55)
#2C1C26
(44,28,38)
#180E15
(24,14,21)
#000000
(0,0,0)

Tints of #E09ABF

#E09ABF
(224,154,191)
#E2A3C4
(226,163,196)
#E4ACC9
(228,172,201)
#E6B5CE
(230,181,206)
#E8BED3
(232,190,211)
#EAC7D8
(234,199,216)
#ECD0DD
(236,208,221)
#EED9E2
(238,217,226)
#F0E2E7
(240,226,231)
#F2EBEC
(242,235,236)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E09ABF color. Also use rgb(224,154,191) instead hex code.

Text Font Color

.myTextColor { color: #E09ABF; }

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

This text font color is #E09ABF.

Background Color

.myBgColor { background-color: #E09ABF; }

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

This div background color is #E09ABF.

Border color

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

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

This div border color is #E09ABF.

Opacity

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

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

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

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

This text has shadow with #E09ABF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E09ABF.

Preview

Color preview on black background

This text has color #E09ABF on black background.


Color preview on white background

This text has color #E09ABF on white background.


Black color preview on #E09ABF background

This text has black color on #E09ABF background.


White color preview on #E09ABF background

This text has white color on #E09ABF background.


Related colors

Complementary color

Complementary color for #hex is #1F6540.


I love getcolorcode.com

Triadic colors

1 #BFE09A and #9ABFE0 with #E09ABF are triadic colors.

2 #BF9AE0 and #9AE0BF with #E09ABF are triadic colors.