COLOR #EE3077

HEX: #EE3077
RGB: (238,48,119)

Color info

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

RGB color model

#EE3077 color RGB value is (238,48,119).

  • red value is 238;
  • green value is 48;
  • blue value is 119.
RGB:
(238,48,119)
(93%,19%,47%)

RGB channels and saturation

R 238 of 255 = 93%
G 48 of 255 = 19%
B 119 of 255 = 47%

238
48
119

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

Portions of RGB colors in percentages

R + G + B =
238 + 48 + 119 = 405 (100%)
R 238 of 405 ~ 58.77%
G 48 of 405 ~ 11.85%
B 119 of 405 ~ 29.38%

%58.77
%11.85
%29.38

CMYK color model

#EE3077 color CMYK value is (0,80,50,7).

  • cyan value is 0.00%
  • magenta value is 79.83%
  • yellow value is 50.00%
  • key color value is 6.67%
CMYK:
(0,80,50,7)
C0M80Y50K7 
(0%,80%,50%,7%)
(0.00/0.80/0.50/0.07)	

CMYK percentages

%0
%79.83
%50
%6.67

Codes

Color #EE3077 in popluar color models

EE3077
RGB23848119
HSL338°84.82%56.08%
HSB/HSV338°79.83%93.33%
CMYK0.00%79.83%50.00%
6.67%

Color #EE3077 in popluar number systems.

HEXEE3077
Decimal23848119
Binary111011101100001110111
Octal35660167

Shades and tints

Shades of #EE3077

#EE3077
(238,48,119)
#D92C6D
(217,44,109)
#C42863
(196,40,99)
#AF2459
(175,36,89)
#9A204F
(154,32,79)
#851C45
(133,28,69)
#70183B
(112,24,59)
#5B1431
(91,20,49)
#461027
(70,16,39)
#310C1D
(49,12,29)
#1C0813
(28,8,19)
#000000
(0,0,0)

Tints of #EE3077

#EE3077
(238,48,119)
#EF4283
(239,66,131)
#F0548F
(240,84,143)
#F1669B
(241,102,155)
#F278A7
(242,120,167)
#F38AB3
(243,138,179)
#F49CBF
(244,156,191)
#F5AECB
(245,174,203)
#F6C0D7
(246,192,215)
#F7D2E3
(247,210,227)
#F8E4EF
(248,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE3077 color. Also use rgb(238,48,119) instead hex code.

Text Font Color

.myTextColor { color: #EE3077; }

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

This text font color is #EE3077.


Background Color

.myBgColor { background-color: #EE3077; }

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

This div background color is #EE3077.


Border color

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

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

This div border color is #EE3077.


Opacity

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

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

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

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

This text has shadow with #EE3077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE3077 on black background.


Color preview on white background

This text has color #EE3077 on white background.



Black color preview on #EE3077 background

This text has black color on #EE3077 background.


White color preview on #EE3077 background

This text has white color on #EE3077 background.