COLOR #E998C6

HEX: #E998C6 RGB: (233,152,198)

Color info

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

RGB color model

#E998C6 color RGB value is (233,152,198).

RGB: (233,152,198) (91%, 60%, 78%)

RGB channels and saturation

R 233 of 255 = 91%
G 152 of 255 = 60%
B 198 of 255 = 78%

233
152
198

R + G + B ~ 76%. #E998C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 152 + 198 = 583 (100%)
R 233 of 583 ~ 39.97%
G 152 of 583 ~ 26.07%
B 198 of 583 ~ 33.96'%

%39.97
%26.07
%33.96

CMYK color model

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

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

CMYK: (0,35,15,9)
C0M35Y15K9 (0%, 35%, 15%, 9%)
(0.00 / 0.35 / 0.15 / 0.09)

CMYK percentages

%0
%34.76
%15.02
%8.63

Codes

Color #E998C6 in popluar color models

E9 98 C6
RGB 233 152 198
HSL 326° 64.80% 75.49%
HSB/HSV 326° 34.76% 91.37%
CMYK 0.00% 34.76% 15.02%
8.63%

Color #E998C6 in popluar number systems.

HEX E9 98 C6
Decimal 233 152 198
Binary 11101001 10011000 11000110
Octal 351 230 306

Shades and tints

Shades of #E998C6

#E998C6
(233,152,198)
#D48BB4
(212,139,180)
#BF7EA2
(191,126,162)
#AA7190
(170,113,144)
#95647E
(149,100,126)
#80576C
(128,87,108)
#6B4A5A
(107,74,90)
#563D48
(86,61,72)
#413036
(65,48,54)
#2C2324
(44,35,36)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #E998C6

#E998C6
(233,152,198)
#EBA1CB
(235,161,203)
#EDAAD0
(237,170,208)
#EFB3D5
(239,179,213)
#F1BCDA
(241,188,218)
#F3C5DF
(243,197,223)
#F5CEE4
(245,206,228)
#F7D7E9
(247,215,233)
#F9E0EE
(249,224,238)
#FBE9F3
(251,233,243)
#FDF2F8
(253,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E998C6; }

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

This text font color is #E998C6.

Background Color

.myBgColor { background-color: #E998C6; }

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

This div background color is #E998C6.

Border color

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

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

This div border color is #E998C6.

Opacity

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

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

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

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

This text has shadow with #E998C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E998C6.

Preview

Color preview on black background

This text has color #E998C6 on black background.


Color preview on white background

This text has color #E998C6 on white background.


Black color preview on #E998C6 background

This text has black color on #E998C6 background.


White color preview on #E998C6 background

This text has white color on #E998C6 background.


Related colors

Complementary color

Complementary color for #hex is #166739.


I love getcolorcode.com

Triadic colors

1 #C6E998 and #98C6E9 with #E998C6 are triadic colors.

2 #C698E9 and #98E9C6 with #E998C6 are triadic colors.