COLOR #EE5964

HEX: #EE5964
RGB: (238,89,100)

Color info

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

RGB color model

#EE5964 color RGB value is (238,89,100).

  • red value is 238;
  • green value is 89;
  • blue value is 100.
RGB:
(238,89,100)
(93%,35%,39%)

RGB channels and saturation

R 238 of 255 = 93%
G 89 of 255 = 35%
B 100 of 255 = 39%

238
89
100

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

Portions of RGB colors in percentages

R + G + B =
238 + 89 + 100 = 427 (100%)
R 238 of 427 ~ 55.74%
G 89 of 427 ~ 20.84%
B 100 of 427 ~ 23.42%

%55.74
%20.84
%23.42

CMYK color model

#EE5964 color CMYK value is (0,63,58,7).

  • cyan value is 0.00%
  • magenta value is 62.61%
  • yellow value is 57.98%
  • key color value is 6.67%
CMYK:
(0,63,58,7)
C0M63Y58K7 
(0%,63%,58%,7%)
(0.00/0.63/0.58/0.07)	

CMYK percentages

%0
%62.61
%57.98
%6.67

Codes

Color #EE5964 in popluar color models

EE5964
RGB23889100
HSL356°81.42%64.12%
HSB/HSV356°62.61%93.33%
CMYK0.00%62.61%57.98%
6.67%

Color #EE5964 in popluar number systems.

HEXEE5964
Decimal23889100
Binary1110111010110011100100
Octal356131144

Shades and tints

Shades of #EE5964

#EE5964
(238,89,100)
#D9515B
(217,81,91)
#C44952
(196,73,82)
#AF4149
(175,65,73)
#9A3940
(154,57,64)
#853137
(133,49,55)
#70292E
(112,41,46)
#5B2125
(91,33,37)
#46191C
(70,25,28)
#311113
(49,17,19)
#1C090A
(28,9,10)
#000000
(0,0,0)

Tints of #EE5964

#EE5964
(238,89,100)
#EF6872
(239,104,114)
#F07780
(240,119,128)
#F1868E
(241,134,142)
#F2959C
(242,149,156)
#F3A4AA
(243,164,170)
#F4B3B8
(244,179,184)
#F5C2C6
(245,194,198)
#F6D1D4
(246,209,212)
#F7E0E2
(247,224,226)
#F8EFF0
(248,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE5964 color. Also use rgb(238,89,100) instead hex code.

Text Font Color

.myTextColor { color: #EE5964; }

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

This text font color is #EE5964.


Background Color

.myBgColor { background-color: #EE5964; }

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

This div background color is #EE5964.


Border color

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

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

This div border color is #EE5964.


Opacity

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

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

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

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

This text has shadow with #EE5964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE5964 on black background.


Color preview on white background

This text has color #EE5964 on white background.



Black color preview on #EE5964 background

This text has black color on #EE5964 background.


White color preview on #EE5964 background

This text has white color on #EE5964 background.