COLOR #E998CF

HEX: #E998CF RGB: (233,152,207)

Color info

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

RGB color model

#E998CF color RGB value is (233,152,207).

RGB: (233,152,207) (91%, 60%, 81%)

RGB channels and saturation

R 233 of 255 = 91%
G 152 of 255 = 60%
B 207 of 255 = 81%

233
152
207

R + G + B ~ 77%. #E998CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 152 + 207 = 592 (100%)
R 233 of 592 ~ 39.36%
G 152 of 592 ~ 25.68%
B 207 of 592 ~ 34.97'%

%39.36
%25.68
%34.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.76%
  • yellow value is 11.16%
  • key color value is 8.63%

CMYK: (0,35,11,9)
C0M35Y11K9 (0%, 35%, 11%, 9%)
(0.00 / 0.35 / 0.11 / 0.09)

CMYK percentages

%0
%34.76
%11.16
%8.63

Codes

Color #E998CF in popluar color models

E9 98 CF
RGB 233 152 207
HSL 319° 64.80% 75.49%
HSB/HSV 319° 34.76% 91.37%
CMYK 0.00% 34.76% 11.16%
8.63%

Color #E998CF in popluar number systems.

HEX E9 98 CF
Decimal 233 152 207
Binary 11101001 10011000 11001111
Octal 351 230 317

Shades and tints

Shades of #E998CF

#E998CF
(233,152,207)
#D48BBD
(212,139,189)
#BF7EAB
(191,126,171)
#AA7199
(170,113,153)
#956487
(149,100,135)
#805775
(128,87,117)
#6B4A63
(107,74,99)
#563D51
(86,61,81)
#41303F
(65,48,63)
#2C232D
(44,35,45)
#17161B
(23,22,27)
#000000
(0,0,0)

Tints of #E998CF

#E998CF
(233,152,207)
#EBA1D3
(235,161,211)
#EDAAD7
(237,170,215)
#EFB3DB
(239,179,219)
#F1BCDF
(241,188,223)
#F3C5E3
(243,197,227)
#F5CEE7
(245,206,231)
#F7D7EB
(247,215,235)
#F9E0EF
(249,224,239)
#FBE9F3
(251,233,243)
#FDF2F7
(253,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E998CF; }

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

This text font color is #E998CF.

Background Color

.myBgColor { background-color: #E998CF; }

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

This div background color is #E998CF.

Border color

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

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

This div border color is #E998CF.

Opacity

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

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

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

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

This text has shadow with #E998CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E998CF.

Preview

Color preview on black background

This text has color #E998CF on black background.


Color preview on white background

This text has color #E998CF on white background.


Black color preview on #E998CF background

This text has black color on #E998CF background.


White color preview on #E998CF background

This text has white color on #E998CF background.


Related colors

Complementary color

Complementary color for #hex is #166730.


I love getcolorcode.com

Triadic colors

1 #CFE998 and #98CFE9 with #E998CF are triadic colors.

2 #CF98E9 and #98E9CF with #E998CF are triadic colors.