COLOR #E098E8

HEX: #E098E8
RGB: (224,152,232)

Color info

#E098E8 contains mainly red and blue colors. Web safe color of #E098E8 is #CC99FF (or #C9F).

RGB color model

#E098E8 color RGB value is (224,152,232).

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

RGB channels and saturation

R 224 of 255 = 88%
G 152 of 255 = 60%
B 232 of 255 = 91%

224
152
232

R + G + B ~ 80%. #E098E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 152 + 232 = 608 (100%)
R 224 of 608 ~ 36.84%
G 152 of 608 ~ 25%
B 232 of 608 ~ 38.16%

%36.84
%25
%38.16

CMYK color model

#E098E8 color CMYK value is (3,34,0,9).

  • cyan value is 3.45%
  • magenta value is 34.48%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(3,34,0,9)
C3M34Y0K9 
(3%,34%,0%,9%)
(0.03/0.34/0.00/0.09)	

CMYK percentages

%3.45
%34.48
%0
%9.02

Codes

Color #E098E8 in popluar color models

E098E8
RGB224152232
HSL294°63.49%75.29%
HSB/HSV294°34.48%90.98%
CMYK3.45%34.48%0.00%
9.02%

Color #E098E8 in popluar number systems.

HEXE098E8
Decimal224152232
Binary111000001001100011101000
Octal340230350

Shades and tints

Shades of #E098E8

#E098E8
(224,152,232)
#CC8BD3
(204,139,211)
#B87EBE
(184,126,190)
#A471A9
(164,113,169)
#906494
(144,100,148)
#7C577F
(124,87,127)
#684A6A
(104,74,106)
#543D55
(84,61,85)
#403040
(64,48,64)
#2C232B
(44,35,43)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #E098E8

#E098E8
(224,152,232)
#E2A1EA
(226,161,234)
#E4AAEC
(228,170,236)
#E6B3EE
(230,179,238)
#E8BCF0
(232,188,240)
#EAC5F2
(234,197,242)
#ECCEF4
(236,206,244)
#EED7F6
(238,215,246)
#F0E0F8
(240,224,248)
#F2E9FA
(242,233,250)
#F4F2FC
(244,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E098E8; }

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

This text font color is #E098E8.


Background Color

.myBgColor { background-color: #E098E8; }

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

This div background color is #E098E8.


Border color

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

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

This div border color is #E098E8.


Opacity

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

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

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

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

This text has shadow with #E098E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E098E8 on black background.


Color preview on white background

This text has color #E098E8 on white background.



Black color preview on #E098E8 background

This text has black color on #E098E8 background.


White color preview on #E098E8 background

This text has white color on #E098E8 background.