COLOR #EE98BF

HEX: #EE98BF RGB: (238,152,191)

Color info

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

RGB color model

#EE98BF color RGB value is (238,152,191).

RGB: (238,152,191) (93%, 60%, 75%)

RGB channels and saturation

R 238 of 255 = 93%
G 152 of 255 = 60%
B 191 of 255 = 75%

238
152
191

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

Portions of RGB colors in percentages

R + G + B = 238 + 152 + 191 = 581 (100%)
R 238 of 581 ~ 40.96%
G 152 of 581 ~ 26.16%
B 191 of 581 ~ 32.87'%

%40.96
%26.16
%32.87

CMYK color model

#EE98BF color CMYK value is (0,36,20,7).

  • cyan value is 0.00%
  • magenta value is 36.13%
  • yellow value is 19.75%
  • key color value is 6.67%

CMYK: (0,36,20,7)
C0M36Y20K7 (0%, 36%, 20%, 7%)
(0.00 / 0.36 / 0.20 / 0.07)

CMYK percentages

%0
%36.13
%19.75
%6.67

Codes

Color #EE98BF in popluar color models

EE 98 BF
RGB 238 152 191
HSL 333° 71.67% 76.47%
HSB/HSV 333° 36.13% 93.33%
CMYK 0.00% 36.13% 19.75%
6.67%

Color #EE98BF in popluar number systems.

HEX EE 98 BF
Decimal 238 152 191
Binary 11101110 10011000 10111111
Octal 356 230 277

Shades and tints

Shades of #EE98BF

#EE98BF
(238,152,191)
#D98BAE
(217,139,174)
#C47E9D
(196,126,157)
#AF718C
(175,113,140)
#9A647B
(154,100,123)
#85576A
(133,87,106)
#704A59
(112,74,89)
#5B3D48
(91,61,72)
#463037
(70,48,55)
#312326
(49,35,38)
#1C1615
(28,22,21)
#000000
(0,0,0)

Tints of #EE98BF

#EE98BF
(238,152,191)
#EFA1C4
(239,161,196)
#F0AAC9
(240,170,201)
#F1B3CE
(241,179,206)
#F2BCD3
(242,188,211)
#F3C5D8
(243,197,216)
#F4CEDD
(244,206,221)
#F5D7E2
(245,215,226)
#F6E0E7
(246,224,231)
#F7E9EC
(247,233,236)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE98BF color. Also use rgb(238,152,191) instead hex code.

Text Font Color

.myTextColor { color: #EE98BF; }

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

This text font color is #EE98BF.

Background Color

.myBgColor { background-color: #EE98BF; }

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

This div background color is #EE98BF.

Border color

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

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

This div border color is #EE98BF.

Opacity

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

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

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

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

This text has shadow with #EE98BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE98BF.

Preview

Color preview on black background

This text has color #EE98BF on black background.


Color preview on white background

This text has color #EE98BF on white background.


Black color preview on #EE98BF background

This text has black color on #EE98BF background.


White color preview on #EE98BF background

This text has white color on #EE98BF background.


Related colors

Complementary color

Complementary color for #hex is #116740.


I love getcolorcode.com

Triadic colors

1 #BFEE98 and #98BFEE with #EE98BF are triadic colors.

2 #BF98EE and #98EEBF with #EE98BF are triadic colors.