COLOR #EE5053

HEX: #EE5053
RGB: (238,80,83)

Color info

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

RGB color model

#EE5053 color RGB value is (238,80,83).

  • red value is 238;
  • green value is 80;
  • blue value is 83.
RGB:
(238,80,83)
(93%,31%,33%)

RGB channels and saturation

R 238 of 255 = 93%
G 80 of 255 = 31%
B 83 of 255 = 33%

238
80
83

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

Portions of RGB colors in percentages

R + G + B =
238 + 80 + 83 = 401 (100%)
R 238 of 401 ~ 59.35%
G 80 of 401 ~ 19.95%
B 83 of 401 ~ 20.7%

%59.35
%19.95
%20.7

CMYK color model

#EE5053 color CMYK value is (0,66,65,7).

  • cyan value is 0.00%
  • magenta value is 66.39%
  • yellow value is 65.13%
  • key color value is 6.67%
CMYK:
(0,66,65,7)
C0M66Y65K7 
(0%,66%,65%,7%)
(0.00/0.66/0.65/0.07)	

CMYK percentages

%0
%66.39
%65.13
%6.67

Codes

Color #EE5053 in popluar color models

EE5053
RGB2388083
HSL359°82.29%62.35%
HSB/HSV359°66.39%93.33%
CMYK0.00%66.39%65.13%
6.67%

Color #EE5053 in popluar number systems.

HEXEE5053
Decimal2388083
Binary1110111010100001010011
Octal356120123

Shades and tints

Shades of #EE5053

#EE5053
(238,80,83)
#D9494C
(217,73,76)
#C44245
(196,66,69)
#AF3B3E
(175,59,62)
#9A3437
(154,52,55)
#852D30
(133,45,48)
#702629
(112,38,41)
#5B1F22
(91,31,34)
#46181B
(70,24,27)
#311114
(49,17,20)
#1C0A0D
(28,10,13)
#000000
(0,0,0)

Tints of #EE5053

#EE5053
(238,80,83)
#EF5F62
(239,95,98)
#F06E71
(240,110,113)
#F17D80
(241,125,128)
#F28C8F
(242,140,143)
#F39B9E
(243,155,158)
#F4AAAD
(244,170,173)
#F5B9BC
(245,185,188)
#F6C8CB
(246,200,203)
#F7D7DA
(247,215,218)
#F8E6E9
(248,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE5053 color. Also use rgb(238,80,83) instead hex code.

Text Font Color

.myTextColor { color: #EE5053; }

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

This text font color is #EE5053.


Background Color

.myBgColor { background-color: #EE5053; }

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

This div background color is #EE5053.


Border color

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

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

This div border color is #EE5053.


Opacity

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

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

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

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

This text has shadow with #EE5053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE5053 on black background.


Color preview on white background

This text has color #EE5053 on white background.



Black color preview on #EE5053 background

This text has black color on #EE5053 background.


White color preview on #EE5053 background

This text has white color on #EE5053 background.