COLOR #E09498

HEX: #E09498
RGB: (224,148,152)

Color info

#E09498 contains mainly red color. Web safe color of #E09498 is #CC9999 (or #C99).

RGB color model

#E09498 color RGB value is (224,148,152).

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

RGB channels and saturation

R 224 of 255 = 88%
G 148 of 255 = 58%
B 152 of 255 = 60%

224
148
152

R + G + B ~ 69%. #E09498 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 148 + 152 = 524 (100%)
R 224 of 524 ~ 42.75%
G 148 of 524 ~ 28.24%
B 152 of 524 ~ 29.01%

%42.75
%28.24
%29.01

CMYK color model

#E09498 color CMYK value is (0,34,32,12).

  • cyan value is 0.00%
  • magenta value is 33.93%
  • yellow value is 32.14%
  • key color value is 12.16%
CMYK:
(0,34,32,12)
C0M34Y32K12 
(0%,34%,32%,12%)
(0.00/0.34/0.32/0.12)	

CMYK percentages

%0
%33.93
%32.14
%12.16

Codes

Color #E09498 in popluar color models

E09498
RGB224148152
HSL357°55.07%72.94%
HSB/HSV357°33.93%87.84%
CMYK0.00%33.93%32.14%
12.16%

Color #E09498 in popluar number systems.

HEXE09498
Decimal224148152
Binary111000001001010010011000
Octal340224230

Shades and tints

Shades of #E09498

#E09498
(224,148,152)
#CC878B
(204,135,139)
#B87A7E
(184,122,126)
#A46D71
(164,109,113)
#906064
(144,96,100)
#7C5357
(124,83,87)
#68464A
(104,70,74)
#54393D
(84,57,61)
#402C30
(64,44,48)
#2C1F23
(44,31,35)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #E09498

#E09498
(224,148,152)
#E29DA1
(226,157,161)
#E4A6AA
(228,166,170)
#E6AFB3
(230,175,179)
#E8B8BC
(232,184,188)
#EAC1C5
(234,193,197)
#ECCACE
(236,202,206)
#EED3D7
(238,211,215)
#F0DCE0
(240,220,224)
#F2E5E9
(242,229,233)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E09498; }

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

This text font color is #E09498.


Background Color

.myBgColor { background-color: #E09498; }

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

This div background color is #E09498.


Border color

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

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

This div border color is #E09498.


Opacity

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

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

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

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

This text has shadow with #E09498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E09498 on black background.


Color preview on white background

This text has color #E09498 on white background.



Black color preview on #E09498 background

This text has black color on #E09498 background.


White color preview on #E09498 background

This text has white color on #E09498 background.