COLOR #E091AB

HEX: #E091AB RGB: (224,145,171)

Color info

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

RGB color model

#E091AB color RGB value is (224,145,171).

RGB: (224,145,171) (88%, 57%, 67%)

RGB channels and saturation

R 224 of 255 = 88%
G 145 of 255 = 57%
B 171 of 255 = 67%

224
145
171

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

Portions of RGB colors in percentages

R + G + B = 224 + 145 + 171 = 540 (100%)
R 224 of 540 ~ 41.48%
G 145 of 540 ~ 26.85%
B 171 of 540 ~ 31.67'%

%41.48
%26.85
%31.67

CMYK color model

#E091AB color CMYK value is (0,35,24,12).

  • cyan value is 0.00%
  • magenta value is 35.27%
  • yellow value is 23.66%
  • key color value is 12.16%

CMYK: (0,35,24,12)
C0M35Y24K12 (0%, 35%, 24%, 12%)
(0.00 / 0.35 / 0.24 / 0.12)

CMYK percentages

%0
%35.27
%23.66
%12.16

Codes

Color #E091AB in popluar color models

E0 91 AB
RGB 224 145 171
HSL 340° 56.03% 72.35%
HSB/HSV 340° 35.27% 87.84%
CMYK 0.00% 35.27% 23.66%
12.16%

Color #E091AB in popluar number systems.

HEX E0 91 AB
Decimal 224 145 171
Binary 11100000 10010001 10101011
Octal 340 221 253

Shades and tints

Shades of #E091AB

#E091AB
(224,145,171)
#CC849C
(204,132,156)
#B8778D
(184,119,141)
#A46A7E
(164,106,126)
#905D6F
(144,93,111)
#7C5060
(124,80,96)
#684351
(104,67,81)
#543642
(84,54,66)
#402933
(64,41,51)
#2C1C24
(44,28,36)
#180F15
(24,15,21)
#000000
(0,0,0)

Tints of #E091AB

#E091AB
(224,145,171)
#E29BB2
(226,155,178)
#E4A5B9
(228,165,185)
#E6AFC0
(230,175,192)
#E8B9C7
(232,185,199)
#EAC3CE
(234,195,206)
#ECCDD5
(236,205,213)
#EED7DC
(238,215,220)
#F0E1E3
(240,225,227)
#F2EBEA
(242,235,234)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E091AB color. Also use rgb(224,145,171) instead hex code.

Text Font Color

.myTextColor { color: #E091AB; }

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

This text font color is #E091AB.

Background Color

.myBgColor { background-color: #E091AB; }

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

This div background color is #E091AB.

Border color

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

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

This div border color is #E091AB.

Opacity

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

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

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

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

This text has shadow with #E091AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E091AB.

Preview

Color preview on black background

This text has color #E091AB on black background.


Color preview on white background

This text has color #E091AB on white background.


Black color preview on #E091AB background

This text has black color on #E091AB background.


White color preview on #E091AB background

This text has white color on #E091AB background.


Related colors

Complementary color

Complementary color for #hex is #1F6E54.


I love getcolorcode.com

Triadic colors

1 #ABE091 and #91ABE0 with #E091AB are triadic colors.

2 #AB91E0 and #91E0AB with #E091AB are triadic colors.