COLOR #E991AA

HEX: #E991AA
RGB: (233,145,170)

Color info

#E991AA contains mainly red color. Web safe color of #E991AA is #FF9999 (or #F99).

RGB color model

#E991AA color RGB value is (233,145,170).

  • red value is 233;
  • green value is 145;
  • blue value is 170.
RGB:
(233,145,170)
(91%,57%,67%)

RGB channels and saturation

R 233 of 255 = 91%
G 145 of 255 = 57%
B 170 of 255 = 67%

233
145
170

R + G + B ~ 72%. #E991AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 145 + 170 = 548 (100%)
R 233 of 548 ~ 42.52%
G 145 of 548 ~ 26.46%
B 170 of 548 ~ 31.02%

%42.52
%26.46
%31.02

CMYK color model

#E991AA color CMYK value is (0,38,27,9).

  • cyan value is 0.00%
  • magenta value is 37.77%
  • yellow value is 27.04%
  • key color value is 8.63%
CMYK:
(0,38,27,9)
C0M38Y27K9 
(0%,38%,27%,9%)
(0.00/0.38/0.27/0.09)	

CMYK percentages

%0
%37.77
%27.04
%8.63

Codes

Color #E991AA in popluar color models

E991AA
RGB233145170
HSL343°66.67%74.12%
HSB/HSV343°37.77%91.37%
CMYK0.00%37.77%27.04%
8.63%

Color #E991AA in popluar number systems.

HEXE991AA
Decimal233145170
Binary111010011001000110101010
Octal351221252

Shades and tints

Shades of #E991AA

#E991AA
(233,145,170)
#D4849B
(212,132,155)
#BF778C
(191,119,140)
#AA6A7D
(170,106,125)
#955D6E
(149,93,110)
#80505F
(128,80,95)
#6B4350
(107,67,80)
#563641
(86,54,65)
#412932
(65,41,50)
#2C1C23
(44,28,35)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #E991AA

#E991AA
(233,145,170)
#EB9BB1
(235,155,177)
#EDA5B8
(237,165,184)
#EFAFBF
(239,175,191)
#F1B9C6
(241,185,198)
#F3C3CD
(243,195,205)
#F5CDD4
(245,205,212)
#F7D7DB
(247,215,219)
#F9E1E2
(249,225,226)
#FBEBE9
(251,235,233)
#FDF5F0
(253,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E991AA color. Also use rgb(233,145,170) instead hex code.

Text Font Color

.myTextColor { color: #E991AA; }

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

This text font color is #E991AA.


Background Color

.myBgColor { background-color: #E991AA; }

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

This div background color is #E991AA.


Border color

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

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

This div border color is #E991AA.


Opacity

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

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

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

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

This text has shadow with #E991AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E991AA on black background.


Color preview on white background

This text has color #E991AA on white background.



Black color preview on #E991AA background

This text has black color on #E991AA background.


White color preview on #E991AA background

This text has white color on #E991AA background.