COLOR #E098A9

HEX: #E098A9
RGB: (224,152,169)

Color info

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

RGB color model

#E098A9 color RGB value is (224,152,169).

  • red value is 224;
  • green value is 152;
  • blue value is 169.
RGB:
(224,152,169)
(88%,60%,66%)

RGB channels and saturation

R 224 of 255 = 88%
G 152 of 255 = 60%
B 169 of 255 = 66%

224
152
169

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

Portions of RGB colors in percentages

R + G + B =
224 + 152 + 169 = 545 (100%)
R 224 of 545 ~ 41.1%
G 152 of 545 ~ 27.89%
B 169 of 545 ~ 31.01%

%41.1
%27.89
%31.01

CMYK color model

#E098A9 color CMYK value is (0,32,25,12).

  • cyan value is 0.00%
  • magenta value is 32.14%
  • yellow value is 24.55%
  • key color value is 12.16%
CMYK:
(0,32,25,12)
C0M32Y25K12 
(0%,32%,25%,12%)
(0.00/0.32/0.25/0.12)	

CMYK percentages

%0
%32.14
%24.55
%12.16

Codes

Color #E098A9 in popluar color models

E098A9
RGB224152169
HSL346°53.73%73.73%
HSB/HSV346°32.14%87.84%
CMYK0.00%32.14%24.55%
12.16%

Color #E098A9 in popluar number systems.

HEXE098A9
Decimal224152169
Binary111000001001100010101001
Octal340230251

Shades and tints

Shades of #E098A9

#E098A9
(224,152,169)
#CC8B9A
(204,139,154)
#B87E8B
(184,126,139)
#A4717C
(164,113,124)
#90646D
(144,100,109)
#7C575E
(124,87,94)
#684A4F
(104,74,79)
#543D40
(84,61,64)
#403031
(64,48,49)
#2C2322
(44,35,34)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #E098A9

#E098A9
(224,152,169)
#E2A1B0
(226,161,176)
#E4AAB7
(228,170,183)
#E6B3BE
(230,179,190)
#E8BCC5
(232,188,197)
#EAC5CC
(234,197,204)
#ECCED3
(236,206,211)
#EED7DA
(238,215,218)
#F0E0E1
(240,224,225)
#F2E9E8
(242,233,232)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E098A9; }

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

This text font color is #E098A9.


Background Color

.myBgColor { background-color: #E098A9; }

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

This div background color is #E098A9.


Border color

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

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

This div border color is #E098A9.


Opacity

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

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

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

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

This text has shadow with #E098A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E098A9 on black background.


Color preview on white background

This text has color #E098A9 on white background.



Black color preview on #E098A9 background

This text has black color on #E098A9 background.


White color preview on #E098A9 background

This text has white color on #E098A9 background.