COLOR #EE507C

HEX: #EE507C
RGB: (238,80,124)

Color info

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

RGB color model

#EE507C color RGB value is (238,80,124).

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

RGB channels and saturation

R 238 of 255 = 93%
G 80 of 255 = 31%
B 124 of 255 = 49%

238
80
124

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

Portions of RGB colors in percentages

R + G + B =
238 + 80 + 124 = 442 (100%)
R 238 of 442 ~ 53.85%
G 80 of 442 ~ 18.1%
B 124 of 442 ~ 28.05%

%53.85
%18.1
%28.05

CMYK color model

#EE507C color CMYK value is (0,66,48,7).

  • cyan value is 0.00%
  • magenta value is 66.39%
  • yellow value is 47.90%
  • key color value is 6.67%
CMYK:
(0,66,48,7)
C0M66Y48K7 
(0%,66%,48%,7%)
(0.00/0.66/0.48/0.07)	

CMYK percentages

%0
%66.39
%47.9
%6.67

Codes

Color #EE507C in popluar color models

EE507C
RGB23880124
HSL343°82.29%62.35%
HSB/HSV343°66.39%93.33%
CMYK0.00%66.39%47.90%
6.67%

Color #EE507C in popluar number systems.

HEXEE507C
Decimal23880124
Binary1110111010100001111100
Octal356120174

Shades and tints

Shades of #EE507C

#EE507C
(238,80,124)
#D94971
(217,73,113)
#C44266
(196,66,102)
#AF3B5B
(175,59,91)
#9A3450
(154,52,80)
#852D45
(133,45,69)
#70263A
(112,38,58)
#5B1F2F
(91,31,47)
#461824
(70,24,36)
#311119
(49,17,25)
#1C0A0E
(28,10,14)
#000000
(0,0,0)

Tints of #EE507C

#EE507C
(238,80,124)
#EF5F87
(239,95,135)
#F06E92
(240,110,146)
#F17D9D
(241,125,157)
#F28CA8
(242,140,168)
#F39BB3
(243,155,179)
#F4AABE
(244,170,190)
#F5B9C9
(245,185,201)
#F6C8D4
(246,200,212)
#F7D7DF
(247,215,223)
#F8E6EA
(248,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE507C; }

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

This text font color is #EE507C.


Background Color

.myBgColor { background-color: #EE507C; }

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

This div background color is #EE507C.


Border color

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

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

This div border color is #EE507C.


Opacity

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

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

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

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

This text has shadow with #EE507C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE507C on black background.


Color preview on white background

This text has color #EE507C on white background.



Black color preview on #EE507C background

This text has black color on #EE507C background.


White color preview on #EE507C background

This text has white color on #EE507C background.