COLOR #E098AC

HEX: #E098AC RGB: (224,152,172)

Color info

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

RGB color model

#E098AC color RGB value is (224,152,172).

RGB: (224,152,172) (88%, 60%, 67%)

RGB channels and saturation

R 224 of 255 = 88%
G 152 of 255 = 60%
B 172 of 255 = 67%

224
152
172

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

Portions of RGB colors in percentages

R + G + B = 224 + 152 + 172 = 548 (100%)
R 224 of 548 ~ 40.88%
G 152 of 548 ~ 27.74%
B 172 of 548 ~ 31.39'%

%40.88
%27.74
%31.39

CMYK color model

#E098AC color CMYK value is (0,32,23,12).

  • cyan value is 0.00%
  • magenta value is 32.14%
  • yellow value is 23.21%
  • key color value is 12.16%

CMYK: (0,32,23,12)
C0M32Y23K12 (0%, 32%, 23%, 12%)
(0.00 / 0.32 / 0.23 / 0.12)

CMYK percentages

%0
%32.14
%23.21
%12.16

Codes

Color #E098AC in popluar color models

E0 98 AC
RGB 224 152 172
HSL 343° 53.73% 73.73%
HSB/HSV 343° 32.14% 87.84%
CMYK 0.00% 32.14% 23.21%
12.16%

Color #E098AC in popluar number systems.

HEX E0 98 AC
Decimal 224 152 172
Binary 11100000 10011000 10101100
Octal 340 230 254

Shades and tints

Shades of #E098AC

#E098AC
(224,152,172)
#CC8B9D
(204,139,157)
#B87E8E
(184,126,142)
#A4717F
(164,113,127)
#906470
(144,100,112)
#7C5761
(124,87,97)
#684A52
(104,74,82)
#543D43
(84,61,67)
#403034
(64,48,52)
#2C2325
(44,35,37)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #E098AC

#E098AC
(224,152,172)
#E2A1B3
(226,161,179)
#E4AABA
(228,170,186)
#E6B3C1
(230,179,193)
#E8BCC8
(232,188,200)
#EAC5CF
(234,197,207)
#ECCED6
(236,206,214)
#EED7DD
(238,215,221)
#F0E0E4
(240,224,228)
#F2E9EB
(242,233,235)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E098AC; }

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

This text font color is #E098AC.

Background Color

.myBgColor { background-color: #E098AC; }

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

This div background color is #E098AC.

Border color

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

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

This div border color is #E098AC.

Opacity

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

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

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

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

This text has shadow with #E098AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E098AC.

Preview

Color preview on black background

This text has color #E098AC on black background.


Color preview on white background

This text has color #E098AC on white background.


Black color preview on #E098AC background

This text has black color on #E098AC background.


White color preview on #E098AC background

This text has white color on #E098AC background.


Related colors

Complementary color

Complementary color for #hex is #1F6753.


I love getcolorcode.com

Triadic colors

1 #ACE098 and #98ACE0 with #E098AC are triadic colors.

2 #AC98E0 and #98E0AC with #E098AC are triadic colors.