COLOR #EE5284

HEX: #EE5284
RGB: (238,82,132)

Color info

#EE5284 contains mainly red color. Web safe color of #EE5284 is #FF6699 (or #F69).

RGB color model

#EE5284 color RGB value is (238,82,132).

  • red value is 238;
  • green value is 82;
  • blue value is 132.
RGB:
(238,82,132)
(93%,32%,52%)

RGB channels and saturation

R 238 of 255 = 93%
G 82 of 255 = 32%
B 132 of 255 = 52%

238
82
132

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

Portions of RGB colors in percentages

R + G + B =
238 + 82 + 132 = 452 (100%)
R 238 of 452 ~ 52.65%
G 82 of 452 ~ 18.14%
B 132 of 452 ~ 29.2%

%52.65
%18.14
%29.2

CMYK color model

#EE5284 color CMYK value is (0,66,45,7).

  • cyan value is 0.00%
  • magenta value is 65.55%
  • yellow value is 44.54%
  • key color value is 6.67%
CMYK:
(0,66,45,7)
C0M66Y45K7 
(0%,66%,45%,7%)
(0.00/0.66/0.45/0.07)	

CMYK percentages

%0
%65.55
%44.54
%6.67

Codes

Color #EE5284 in popluar color models

EE5284
RGB23882132
HSL341°82.11%62.75%
HSB/HSV341°65.55%93.33%
CMYK0.00%65.55%44.54%
6.67%

Color #EE5284 in popluar number systems.

HEXEE5284
Decimal23882132
Binary11101110101001010000100
Octal356122204

Shades and tints

Shades of #EE5284

#EE5284
(238,82,132)
#D94B78
(217,75,120)
#C4446C
(196,68,108)
#AF3D60
(175,61,96)
#9A3654
(154,54,84)
#852F48
(133,47,72)
#70283C
(112,40,60)
#5B2130
(91,33,48)
#461A24
(70,26,36)
#311318
(49,19,24)
#1C0C0C
(28,12,12)
#000000
(0,0,0)

Tints of #EE5284

#EE5284
(238,82,132)
#EF618F
(239,97,143)
#F0709A
(240,112,154)
#F17FA5
(241,127,165)
#F28EB0
(242,142,176)
#F39DBB
(243,157,187)
#F4ACC6
(244,172,198)
#F5BBD1
(245,187,209)
#F6CADC
(246,202,220)
#F7D9E7
(247,217,231)
#F8E8F2
(248,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE5284 color. Also use rgb(238,82,132) instead hex code.

Text Font Color

.myTextColor { color: #EE5284; }

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

This text font color is #EE5284.


Background Color

.myBgColor { background-color: #EE5284; }

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

This div background color is #EE5284.


Border color

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

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

This div border color is #EE5284.


Opacity

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

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

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

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

This text has shadow with #EE5284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE5284 on black background.


Color preview on white background

This text has color #EE5284 on white background.



Black color preview on #EE5284 background

This text has black color on #EE5284 background.


White color preview on #EE5284 background

This text has white color on #EE5284 background.