COLOR #EE6B98

HEX: #EE6B98
RGB: (238,107,152)

Color info

#EE6B98 contains mainly red color. Web safe color of #EE6B98 is #FF6699 (or #F69).

RGB color model

#EE6B98 color RGB value is (238,107,152).

  • red value is 238;
  • green value is 107;
  • blue value is 152.
RGB:
(238,107,152)
(93%,42%,60%)

RGB channels and saturation

R 238 of 255 = 93%
G 107 of 255 = 42%
B 152 of 255 = 60%

238
107
152

R + G + B ~ 65%. #EE6B98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 107 + 152 = 497 (100%)
R 238 of 497 ~ 47.89%
G 107 of 497 ~ 21.53%
B 152 of 497 ~ 30.58%

%47.89
%21.53
%30.58

CMYK color model

#EE6B98 color CMYK value is (0,55,36,7).

  • cyan value is 0.00%
  • magenta value is 55.04%
  • yellow value is 36.13%
  • key color value is 6.67%
CMYK:
(0,55,36,7)
C0M55Y36K7 
(0%,55%,36%,7%)
(0.00/0.55/0.36/0.07)	

CMYK percentages

%0
%55.04
%36.13
%6.67

Codes

Color #EE6B98 in popluar color models

EE6B98
RGB238107152
HSL339°79.39%67.65%
HSB/HSV339°55.04%93.33%
CMYK0.00%55.04%36.13%
6.67%

Color #EE6B98 in popluar number systems.

HEXEE6B98
Decimal238107152
Binary11101110110101110011000
Octal356153230

Shades and tints

Shades of #EE6B98

#EE6B98
(238,107,152)
#D9628B
(217,98,139)
#C4597E
(196,89,126)
#AF5071
(175,80,113)
#9A4764
(154,71,100)
#853E57
(133,62,87)
#70354A
(112,53,74)
#5B2C3D
(91,44,61)
#462330
(70,35,48)
#311A23
(49,26,35)
#1C1116
(28,17,22)
#000000
(0,0,0)

Tints of #EE6B98

#EE6B98
(238,107,152)
#EF78A1
(239,120,161)
#F085AA
(240,133,170)
#F192B3
(241,146,179)
#F29FBC
(242,159,188)
#F3ACC5
(243,172,197)
#F4B9CE
(244,185,206)
#F5C6D7
(245,198,215)
#F6D3E0
(246,211,224)
#F7E0E9
(247,224,233)
#F8EDF2
(248,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE6B98; }

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

This text font color is #EE6B98.


Background Color

.myBgColor { background-color: #EE6B98; }

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

This div background color is #EE6B98.


Border color

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

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

This div border color is #EE6B98.


Opacity

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

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

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

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

This text has shadow with #EE6B98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE6B98 on black background.


Color preview on white background

This text has color #EE6B98 on white background.



Black color preview on #EE6B98 background

This text has black color on #EE6B98 background.


White color preview on #EE6B98 background

This text has white color on #EE6B98 background.