COLOR #E998E3

HEX: #E998E3
RGB: (233,152,227)

Color info

#E998E3 contains mainly red and blue colors. Web safe color of #E998E3 is #FF99CC (or #F9C).

RGB color model

#E998E3 color RGB value is (233,152,227).

  • red value is 233;
  • green value is 152;
  • blue value is 227.
RGB:
(233,152,227)
(91%,60%,89%)

RGB channels and saturation

R 233 of 255 = 91%
G 152 of 255 = 60%
B 227 of 255 = 89%

233
152
227

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

Portions of RGB colors in percentages

R + G + B =
233 + 152 + 227 = 612 (100%)
R 233 of 612 ~ 38.07%
G 152 of 612 ~ 24.84%
B 227 of 612 ~ 37.09%

%38.07
%24.84
%37.09

CMYK color model

#E998E3 color CMYK value is (0,35,3,9).

  • cyan value is 0.00%
  • magenta value is 34.76%
  • yellow value is 2.58%
  • key color value is 8.63%
CMYK:
(0,35,3,9)
C0M35Y3K9 
(0%,35%,3%,9%)
(0.00/0.35/0.03/0.09)	

CMYK percentages

%0
%34.76
%2.58
%8.63

Codes

Color #E998E3 in popluar color models

E998E3
RGB233152227
HSL304°64.80%75.49%
HSB/HSV304°34.76%91.37%
CMYK0.00%34.76%2.58%
8.63%

Color #E998E3 in popluar number systems.

HEXE998E3
Decimal233152227
Binary111010011001100011100011
Octal351230343

Shades and tints

Shades of #E998E3

#E998E3
(233,152,227)
#D48BCF
(212,139,207)
#BF7EBB
(191,126,187)
#AA71A7
(170,113,167)
#956493
(149,100,147)
#80577F
(128,87,127)
#6B4A6B
(107,74,107)
#563D57
(86,61,87)
#413043
(65,48,67)
#2C232F
(44,35,47)
#17161B
(23,22,27)
#000000
(0,0,0)

Tints of #E998E3

#E998E3
(233,152,227)
#EBA1E5
(235,161,229)
#EDAAE7
(237,170,231)
#EFB3E9
(239,179,233)
#F1BCEB
(241,188,235)
#F3C5ED
(243,197,237)
#F5CEEF
(245,206,239)
#F7D7F1
(247,215,241)
#F9E0F3
(249,224,243)
#FBE9F5
(251,233,245)
#FDF2F7
(253,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E998E3 color. Also use rgb(233,152,227) instead hex code.

Text Font Color

.myTextColor { color: #E998E3; }

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

This text font color is #E998E3.


Background Color

.myBgColor { background-color: #E998E3; }

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

This div background color is #E998E3.


Border color

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

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

This div border color is #E998E3.


Opacity

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

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

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

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

This text has shadow with #E998E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E998E3 on black background.


Color preview on white background

This text has color #E998E3 on white background.



Black color preview on #E998E3 background

This text has black color on #E998E3 background.


White color preview on #E998E3 background

This text has white color on #E998E3 background.