COLOR #EE98C4

HEX: #EE98C4 RGB: (238,152,196)

Color info

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

RGB color model

#EE98C4 color RGB value is (238,152,196).

RGB: (238,152,196) (93%, 60%, 77%)

RGB channels and saturation

R 238 of 255 = 93%
G 152 of 255 = 60%
B 196 of 255 = 77%

238
152
196

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

Portions of RGB colors in percentages

R + G + B = 238 + 152 + 196 = 586 (100%)
R 238 of 586 ~ 40.61%
G 152 of 586 ~ 25.94%
B 196 of 586 ~ 33.45'%

%40.61
%25.94
%33.45

CMYK color model

#EE98C4 color CMYK value is (0,36,18,7).

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

CMYK: (0,36,18,7)
C0M36Y18K7 (0%, 36%, 18%, 7%)
(0.00 / 0.36 / 0.18 / 0.07)

CMYK percentages

%0
%36.13
%17.65
%6.67

Codes

Color #EE98C4 in popluar color models

EE 98 C4
RGB 238 152 196
HSL 329° 71.67% 76.47%
HSB/HSV 329° 36.13% 93.33%
CMYK 0.00% 36.13% 17.65%
6.67%

Color #EE98C4 in popluar number systems.

HEX EE 98 C4
Decimal 238 152 196
Binary 11101110 10011000 11000100
Octal 356 230 304

Shades and tints

Shades of #EE98C4

#EE98C4
(238,152,196)
#D98BB3
(217,139,179)
#C47EA2
(196,126,162)
#AF7191
(175,113,145)
#9A6480
(154,100,128)
#85576F
(133,87,111)
#704A5E
(112,74,94)
#5B3D4D
(91,61,77)
#46303C
(70,48,60)
#31232B
(49,35,43)
#1C161A
(28,22,26)
#000000
(0,0,0)

Tints of #EE98C4

#EE98C4
(238,152,196)
#EFA1C9
(239,161,201)
#F0AACE
(240,170,206)
#F1B3D3
(241,179,211)
#F2BCD8
(242,188,216)
#F3C5DD
(243,197,221)
#F4CEE2
(244,206,226)
#F5D7E7
(245,215,231)
#F6E0EC
(246,224,236)
#F7E9F1
(247,233,241)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE98C4; }

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

This text font color is #EE98C4.

Background Color

.myBgColor { background-color: #EE98C4; }

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

This div background color is #EE98C4.

Border color

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

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

This div border color is #EE98C4.

Opacity

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

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

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

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

This text has shadow with #EE98C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE98C4.

Preview

Color preview on black background

This text has color #EE98C4 on black background.


Color preview on white background

This text has color #EE98C4 on white background.


Black color preview on #EE98C4 background

This text has black color on #EE98C4 background.


White color preview on #EE98C4 background

This text has white color on #EE98C4 background.


Related colors

Complementary color

Complementary color for #hex is #11673B.


I love getcolorcode.com

Triadic colors

1 #C4EE98 and #98C4EE with #EE98C4 are triadic colors.

2 #C498EE and #98EEC4 with #EE98C4 are triadic colors.