COLOR #EE36CC

HEX: #EE36CC RGB: (238,54,204)

Color info

#EE36CC contains mainly red and blue colors. Web safe color of #EE36CC is #FF33CC (or #F3C).

RGB color model

#EE36CC color RGB value is (238,54,204).

RGB: (238,54,204) (93%, 21%, 80%)

RGB channels and saturation

R 238 of 255 = 93%
G 54 of 255 = 21%
B 204 of 255 = 80%

238
54
204

R + G + B ~ 65%. #EE36CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 54 + 204 = 496 (100%)
R 238 of 496 ~ 47.98%
G 54 of 496 ~ 10.89%
B 204 of 496 ~ 41.13'%

%47.98
%10.89
%41.13

CMYK color model

#EE36CC color CMYK value is (0,77,14,7).

  • cyan value is 0.00%
  • magenta value is 77.31%
  • yellow value is 14.29%
  • key color value is 6.67%

CMYK: (0,77,14,7)
C0M77Y14K7 (0%, 77%, 14%, 7%)
(0.00 / 0.77 / 0.14 / 0.07)

CMYK percentages

%0
%77.31
%14.29
%6.67

Codes

Color #EE36CC in popluar color models

EE 36 CC
RGB 238 54 204
HSL 311° 84.40% 57.25%
HSB/HSV 311° 77.31% 93.33%
CMYK 0.00% 77.31% 14.29%
6.67%

Color #EE36CC in popluar number systems.

HEX EE 36 CC
Decimal 238 54 204
Binary 11101110 110110 11001100
Octal 356 66 314

Shades and tints

Shades of #EE36CC

#EE36CC
(238,54,204)
#D932BA
(217,50,186)
#C42EA8
(196,46,168)
#AF2A96
(175,42,150)
#9A2684
(154,38,132)
#852272
(133,34,114)
#701E60
(112,30,96)
#5B1A4E
(91,26,78)
#46163C
(70,22,60)
#31122A
(49,18,42)
#1C0E18
(28,14,24)
#000000
(0,0,0)

Tints of #EE36CC

#EE36CC
(238,54,204)
#EF48D0
(239,72,208)
#F05AD4
(240,90,212)
#F16CD8
(241,108,216)
#F27EDC
(242,126,220)
#F390E0
(243,144,224)
#F4A2E4
(244,162,228)
#F5B4E8
(245,180,232)
#F6C6EC
(246,198,236)
#F7D8F0
(247,216,240)
#F8EAF4
(248,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE36CC; }

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

This text font color is #EE36CC.

Background Color

.myBgColor { background-color: #EE36CC; }

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

This div background color is #EE36CC.

Border color

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

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

This div border color is #EE36CC.

Opacity

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

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

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

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

This text has shadow with #EE36CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE36CC.

Preview

Color preview on black background

This text has color #EE36CC on black background.


Color preview on white background

This text has color #EE36CC on white background.


Black color preview on #EE36CC background

This text has black color on #EE36CC background.


White color preview on #EE36CC background

This text has white color on #EE36CC background.


Related colors

Complementary color

Complementary color for #hex is #11C933.


I love getcolorcode.com

Triadic colors

1 #CCEE36 and #36CCEE with #EE36CC are triadic colors.

2 #CC36EE and #36EECC with #EE36CC are triadic colors.