COLOR #EE364F

HEX: #EE364F
RGB: (238,54,79)

Color info

#EE364F contains mainly red color. Web safe color of #EE364F is #FF3366 (or #F36).

RGB color model

#EE364F color RGB value is (238,54,79).

  • red value is 238;
  • green value is 54;
  • blue value is 79.
RGB:
(238,54,79)
(93%,21%,31%)

RGB channels and saturation

R 238 of 255 = 93%
G 54 of 255 = 21%
B 79 of 255 = 31%

238
54
79

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

Portions of RGB colors in percentages

R + G + B =
238 + 54 + 79 = 371 (100%)
R 238 of 371 ~ 64.15%
G 54 of 371 ~ 14.56%
B 79 of 371 ~ 21.29%

%64.15
%14.56
%21.29

CMYK color model

#EE364F color CMYK value is (0,77,67,7).

  • cyan value is 0.00%
  • magenta value is 77.31%
  • yellow value is 66.81%
  • key color value is 6.67%
CMYK:
(0,77,67,7)
C0M77Y67K7 
(0%,77%,67%,7%)
(0.00/0.77/0.67/0.07)	

CMYK percentages

%0
%77.31
%66.81
%6.67

Codes

Color #EE364F in popluar color models

EE364F
RGB2385479
HSL352°84.40%57.25%
HSB/HSV352°77.31%93.33%
CMYK0.00%77.31%66.81%
6.67%

Color #EE364F in popluar number systems.

HEXEE364F
Decimal2385479
Binary111011101101101001111
Octal35666117

Shades and tints

Shades of #EE364F

#EE364F
(238,54,79)
#D93248
(217,50,72)
#C42E41
(196,46,65)
#AF2A3A
(175,42,58)
#9A2633
(154,38,51)
#85222C
(133,34,44)
#701E25
(112,30,37)
#5B1A1E
(91,26,30)
#461617
(70,22,23)
#311210
(49,18,16)
#1C0E09
(28,14,9)
#000000
(0,0,0)

Tints of #EE364F

#EE364F
(238,54,79)
#EF485F
(239,72,95)
#F05A6F
(240,90,111)
#F16C7F
(241,108,127)
#F27E8F
(242,126,143)
#F3909F
(243,144,159)
#F4A2AF
(244,162,175)
#F5B4BF
(245,180,191)
#F6C6CF
(246,198,207)
#F7D8DF
(247,216,223)
#F8EAEF
(248,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE364F color. Also use rgb(238,54,79) instead hex code.

Text Font Color

.myTextColor { color: #EE364F; }

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

This text font color is #EE364F.


Background Color

.myBgColor { background-color: #EE364F; }

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

This div background color is #EE364F.


Border color

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

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

This div border color is #EE364F.


Opacity

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

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

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

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

This text has shadow with #EE364F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE364F on black background.


Color preview on white background

This text has color #EE364F on white background.



Black color preview on #EE364F background

This text has black color on #EE364F background.


White color preview on #EE364F background

This text has white color on #EE364F background.