COLOR #EE7BAB

HEX: #EE7BAB RGB: (238,123,171)

Color info

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

RGB color model

#EE7BAB color RGB value is (238,123,171).

RGB: (238,123,171) (93%, 48%, 67%)

RGB channels and saturation

R 238 of 255 = 93%
G 123 of 255 = 48%
B 171 of 255 = 67%

238
123
171

R + G + B ~ 69%. #EE7BAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 123 + 171 = 532 (100%)
R 238 of 532 ~ 44.74%
G 123 of 532 ~ 23.12%
B 171 of 532 ~ 32.14'%

%44.74
%23.12
%32.14

CMYK color model

#EE7BAB color CMYK value is (0,48,28,7).

  • cyan value is 0.00%
  • magenta value is 48.32%
  • yellow value is 28.15%
  • key color value is 6.67%

CMYK: (0,48,28,7)
C0M48Y28K7 (0%, 48%, 28%, 7%)
(0.00 / 0.48 / 0.28 / 0.07)

CMYK percentages

%0
%48.32
%28.15
%6.67

Codes

Color #EE7BAB in popluar color models

EE 7B AB
RGB 238 123 171
HSL 335° 77.18% 70.78%
HSB/HSV 335° 48.32% 93.33%
CMYK 0.00% 48.32% 28.15%
6.67%

Color #EE7BAB in popluar number systems.

HEX EE 7B AB
Decimal 238 123 171
Binary 11101110 1111011 10101011
Octal 356 173 253

Shades and tints

Shades of #EE7BAB

#EE7BAB
(238,123,171)
#D9709C
(217,112,156)
#C4658D
(196,101,141)
#AF5A7E
(175,90,126)
#9A4F6F
(154,79,111)
#854460
(133,68,96)
#703951
(112,57,81)
#5B2E42
(91,46,66)
#462333
(70,35,51)
#311824
(49,24,36)
#1C0D15
(28,13,21)
#000000
(0,0,0)

Tints of #EE7BAB

#EE7BAB
(238,123,171)
#EF87B2
(239,135,178)
#F093B9
(240,147,185)
#F19FC0
(241,159,192)
#F2ABC7
(242,171,199)
#F3B7CE
(243,183,206)
#F4C3D5
(244,195,213)
#F5CFDC
(245,207,220)
#F6DBE3
(246,219,227)
#F7E7EA
(247,231,234)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE7BAB; }

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

This text font color is #EE7BAB.

Background Color

.myBgColor { background-color: #EE7BAB; }

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

This div background color is #EE7BAB.

Border color

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

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

This div border color is #EE7BAB.

Opacity

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

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

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

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

This text has shadow with #EE7BAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE7BAB.

Preview

Color preview on black background

This text has color #EE7BAB on black background.


Color preview on white background

This text has color #EE7BAB on white background.


Black color preview on #EE7BAB background

This text has black color on #EE7BAB background.


White color preview on #EE7BAB background

This text has white color on #EE7BAB background.


Related colors

Complementary color

Complementary color for #hex is #118454.


I love getcolorcode.com

Triadic colors

1 #ABEE7B and #7BABEE with #EE7BAB are triadic colors.

2 #AB7BEE and #7BEEAB with #EE7BAB are triadic colors.