COLOR #EE749D

HEX: #EE749D RGB: (238,116,157)

Color info

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

RGB color model

#EE749D color RGB value is (238,116,157).

RGB: (238,116,157) (93%, 45%, 62%)

RGB channels and saturation

R 238 of 255 = 93%
G 116 of 255 = 45%
B 157 of 255 = 62%

238
116
157

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

Portions of RGB colors in percentages

R + G + B = 238 + 116 + 157 = 511 (100%)
R 238 of 511 ~ 46.58%
G 116 of 511 ~ 22.7%
B 157 of 511 ~ 30.72'%

%46.58
%22.7
%30.72

CMYK color model

#EE749D color CMYK value is (0,51,34,7).

  • cyan value is 0.00%
  • magenta value is 51.26%
  • yellow value is 34.03%
  • key color value is 6.67%

CMYK: (0,51,34,7)
C0M51Y34K7 (0%, 51%, 34%, 7%)
(0.00 / 0.51 / 0.34 / 0.07)

CMYK percentages

%0
%51.26
%34.03
%6.67

Codes

Color #EE749D in popluar color models

EE 74 9D
RGB 238 116 157
HSL 340° 78.21% 69.41%
HSB/HSV 340° 51.26% 93.33%
CMYK 0.00% 51.26% 34.03%
6.67%

Color #EE749D in popluar number systems.

HEX EE 74 9D
Decimal 238 116 157
Binary 11101110 1110100 10011101
Octal 356 164 235

Shades and tints

Shades of #EE749D

#EE749D
(238,116,157)
#D96A8F
(217,106,143)
#C46081
(196,96,129)
#AF5673
(175,86,115)
#9A4C65
(154,76,101)
#854257
(133,66,87)
#703849
(112,56,73)
#5B2E3B
(91,46,59)
#46242D
(70,36,45)
#311A1F
(49,26,31)
#1C1011
(28,16,17)
#000000
(0,0,0)

Tints of #EE749D

#EE749D
(238,116,157)
#EF80A5
(239,128,165)
#F08CAD
(240,140,173)
#F198B5
(241,152,181)
#F2A4BD
(242,164,189)
#F3B0C5
(243,176,197)
#F4BCCD
(244,188,205)
#F5C8D5
(245,200,213)
#F6D4DD
(246,212,221)
#F7E0E5
(247,224,229)
#F8ECED
(248,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE749D color. Also use rgb(238,116,157) instead hex code.

Text Font Color

.myTextColor { color: #EE749D; }

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

This text font color is #EE749D.

Background Color

.myBgColor { background-color: #EE749D; }

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

This div background color is #EE749D.

Border color

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

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

This div border color is #EE749D.

Opacity

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

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

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

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

This text has shadow with #EE749D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE749D.

Preview

Color preview on black background

This text has color #EE749D on black background.


Color preview on white background

This text has color #EE749D on white background.


Black color preview on #EE749D background

This text has black color on #EE749D background.


White color preview on #EE749D background

This text has white color on #EE749D background.


Related colors

Complementary color

Complementary color for #hex is #118B62.


I love getcolorcode.com

Triadic colors

1 #9DEE74 and #749DEE with #EE749D are triadic colors.

2 #9D74EE and #74EE9D with #EE749D are triadic colors.