COLOR #EE7170

HEX: #EE7170
RGB: (238,113,112)

Color info

#EE7170 contains mainly red color. Web safe color of #EE7170 is #FF6666 (or #F66).

RGB color model

#EE7170 color RGB value is (238,113,112).

  • red value is 238;
  • green value is 113;
  • blue value is 112.
RGB:
(238,113,112)
(93%,44%,44%)

RGB channels and saturation

R 238 of 255 = 93%
G 113 of 255 = 44%
B 112 of 255 = 44%

238
113
112

R + G + B ~ 60%. #EE7170 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
238 + 113 + 112 = 463 (100%)
R 238 of 463 ~ 51.4%
G 113 of 463 ~ 24.41%
B 112 of 463 ~ 24.19%

%51.4
%24.41
%24.19

CMYK color model

#EE7170 color CMYK value is (0,53,53,7).

  • cyan value is 0.00%
  • magenta value is 52.52%
  • yellow value is 52.94%
  • key color value is 6.67%
CMYK:
(0,53,53,7)
C0M53Y53K7 
(0%,53%,53%,7%)
(0.00/0.53/0.53/0.07)	

CMYK percentages

%0
%52.52
%52.94
%6.67

Codes

Color #EE7170 in popluar color models

EE7170
RGB238113112
HSL78.75%68.63%
HSB/HSV52.94%93.33%
CMYK0.00%52.52%52.94%
6.67%

Color #EE7170 in popluar number systems.

HEXEE7170
Decimal238113112
Binary1110111011100011110000
Octal356161160

Shades and tints

Shades of #EE7170

#EE7170
(238,113,112)
#D96766
(217,103,102)
#C45D5C
(196,93,92)
#AF5352
(175,83,82)
#9A4948
(154,73,72)
#853F3E
(133,63,62)
#703534
(112,53,52)
#5B2B2A
(91,43,42)
#462120
(70,33,32)
#311716
(49,23,22)
#1C0D0C
(28,13,12)
#000000
(0,0,0)

Tints of #EE7170

#EE7170
(238,113,112)
#EF7D7D
(239,125,125)
#F0898A
(240,137,138)
#F19597
(241,149,151)
#F2A1A4
(242,161,164)
#F3ADB1
(243,173,177)
#F4B9BE
(244,185,190)
#F5C5CB
(245,197,203)
#F6D1D8
(246,209,216)
#F7DDE5
(247,221,229)
#F8E9F2
(248,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE7170 color. Also use rgb(238,113,112) instead hex code.

Text Font Color

.myTextColor { color: #EE7170; }

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

This text font color is #EE7170.


Background Color

.myBgColor { background-color: #EE7170; }

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

This div background color is #EE7170.


Border color

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

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

This div border color is #EE7170.


Opacity

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

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

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

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

This text has shadow with #EE7170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE7170 on black background.


Color preview on white background

This text has color #EE7170 on white background.



Black color preview on #EE7170 background

This text has black color on #EE7170 background.


White color preview on #EE7170 background

This text has white color on #EE7170 background.