COLOR #E998D4

HEX: #E998D4
RGB: (233,152,212)

Color info

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

RGB color model

#E998D4 color RGB value is (233,152,212).

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

RGB channels and saturation

R 233 of 255 = 91%
G 152 of 255 = 60%
B 212 of 255 = 83%

233
152
212

R + G + B ~ 78%. #E998D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 152 + 212 = 597 (100%)
R 233 of 597 ~ 39.03%
G 152 of 597 ~ 25.46%
B 212 of 597 ~ 35.51%

%39.03
%25.46
%35.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.76%
  • yellow value is 9.01%
  • key color value is 8.63%
CMYK:
(0,35,9,9)
C0M35Y9K9 
(0%,35%,9%,9%)
(0.00/0.35/0.09/0.09)	

CMYK percentages

%0
%34.76
%9.01
%8.63

Codes

Color #E998D4 in popluar color models

E998D4
RGB233152212
HSL316°64.80%75.49%
HSB/HSV316°34.76%91.37%
CMYK0.00%34.76%9.01%
8.63%

Color #E998D4 in popluar number systems.

HEXE998D4
Decimal233152212
Binary111010011001100011010100
Octal351230324

Shades and tints

Shades of #E998D4

#E998D4
(233,152,212)
#D48BC1
(212,139,193)
#BF7EAE
(191,126,174)
#AA719B
(170,113,155)
#956488
(149,100,136)
#805775
(128,87,117)
#6B4A62
(107,74,98)
#563D4F
(86,61,79)
#41303C
(65,48,60)
#2C2329
(44,35,41)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #E998D4

#E998D4
(233,152,212)
#EBA1D7
(235,161,215)
#EDAADA
(237,170,218)
#EFB3DD
(239,179,221)
#F1BCE0
(241,188,224)
#F3C5E3
(243,197,227)
#F5CEE6
(245,206,230)
#F7D7E9
(247,215,233)
#F9E0EC
(249,224,236)
#FBE9EF
(251,233,239)
#FDF2F2
(253,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E998D4; }

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

This text font color is #E998D4.


Background Color

.myBgColor { background-color: #E998D4; }

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

This div background color is #E998D4.


Border color

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

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

This div border color is #E998D4.


Opacity

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

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

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

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

This text has shadow with #E998D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E998D4 on black background.


Color preview on white background

This text has color #E998D4 on white background.



Black color preview on #E998D4 background

This text has black color on #E998D4 background.


White color preview on #E998D4 background

This text has white color on #E998D4 background.