COLOR #EE7B98

HEX: #EE7B98
RGB: (238,123,152)

Color info

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

RGB color model

#EE7B98 color RGB value is (238,123,152).

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

RGB channels and saturation

R 238 of 255 = 93%
G 123 of 255 = 48%
B 152 of 255 = 60%

238
123
152

R + G + B ~ 67%. #EE7B98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 123 + 152 = 513 (100%)
R 238 of 513 ~ 46.39%
G 123 of 513 ~ 23.98%
B 152 of 513 ~ 29.63%

%46.39
%23.98
%29.63

CMYK color model

#EE7B98 color CMYK value is (0,48,36,7).

  • cyan value is 0.00%
  • magenta value is 48.32%
  • yellow value is 36.13%
  • key color value is 6.67%
CMYK:
(0,48,36,7)
C0M48Y36K7 
(0%,48%,36%,7%)
(0.00/0.48/0.36/0.07)	

CMYK percentages

%0
%48.32
%36.13
%6.67

Codes

Color #EE7B98 in popluar color models

EE7B98
RGB238123152
HSL345°77.18%70.78%
HSB/HSV345°48.32%93.33%
CMYK0.00%48.32%36.13%
6.67%

Color #EE7B98 in popluar number systems.

HEXEE7B98
Decimal238123152
Binary11101110111101110011000
Octal356173230

Shades and tints

Shades of #EE7B98

#EE7B98
(238,123,152)
#D9708B
(217,112,139)
#C4657E
(196,101,126)
#AF5A71
(175,90,113)
#9A4F64
(154,79,100)
#854457
(133,68,87)
#70394A
(112,57,74)
#5B2E3D
(91,46,61)
#462330
(70,35,48)
#311823
(49,24,35)
#1C0D16
(28,13,22)
#000000
(0,0,0)

Tints of #EE7B98

#EE7B98
(238,123,152)
#EF87A1
(239,135,161)
#F093AA
(240,147,170)
#F19FB3
(241,159,179)
#F2ABBC
(242,171,188)
#F3B7C5
(243,183,197)
#F4C3CE
(244,195,206)
#F5CFD7
(245,207,215)
#F6DBE0
(246,219,224)
#F7E7E9
(247,231,233)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE7B98; }

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

This text font color is #EE7B98.


Background Color

.myBgColor { background-color: #EE7B98; }

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

This div background color is #EE7B98.


Border color

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

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

This div border color is #EE7B98.


Opacity

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

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

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

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

This text has shadow with #EE7B98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE7B98 on black background.


Color preview on white background

This text has color #EE7B98 on white background.



Black color preview on #EE7B98 background

This text has black color on #EE7B98 background.


White color preview on #EE7B98 background

This text has white color on #EE7B98 background.