COLOR #EE15ED

HEX: #EE15ED
RGB: (238,21,237)

Color info

#EE15ED contains mainly red and blue colors. Web safe color of #EE15ED is #FF00FF (or #F0F).

RGB color model

#EE15ED color RGB value is (238,21,237).

  • red value is 238;
  • green value is 21;
  • blue value is 237.
RGB:
(238,21,237)
(93%,8%,93%)

RGB channels and saturation

R 238 of 255 = 93%
G 21 of 255 = 8%
B 237 of 255 = 93%

238
21
237

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

Portions of RGB colors in percentages

R + G + B =
238 + 21 + 237 = 496 (100%)
R 238 of 496 ~ 47.98%
G 21 of 496 ~ 4.23%
B 237 of 496 ~ 47.78%

%47.98
%47.78

CMYK color model

#EE15ED color CMYK value is (0,91,0,7).

  • cyan value is 0.00%
  • magenta value is 91.18%
  • yellow value is 0.42%
  • key color value is 6.67%
CMYK:
(0,91,0,7)
C0M91Y0K7 
(0%,91%,0%,7%)
(0.00/0.91/0.00/0.07)	

CMYK percentages

%0
%91.18
%0.42
%6.67

Codes

Color #EE15ED in popluar color models

EE15ED
RGB23821237
HSL300°86.45%50.78%
HSB/HSV300°91.18%93.33%
CMYK0.00%91.18%0.42%
6.67%

Color #EE15ED in popluar number systems.

HEXEE15ED
Decimal23821237
Binary111011101010111101101
Octal35625355

Shades and tints

Shades of #EE15ED

#EE15ED
(238,21,237)
#D914D8
(217,20,216)
#C413C3
(196,19,195)
#AF12AE
(175,18,174)
#9A1199
(154,17,153)
#851084
(133,16,132)
#700F6F
(112,15,111)
#5B0E5A
(91,14,90)
#460D45
(70,13,69)
#310C30
(49,12,48)
#1C0B1B
(28,11,27)
#000000
(0,0,0)

Tints of #EE15ED

#EE15ED
(238,21,237)
#EF2AEE
(239,42,238)
#F03FEF
(240,63,239)
#F154F0
(241,84,240)
#F269F1
(242,105,241)
#F37EF2
(243,126,242)
#F493F3
(244,147,243)
#F5A8F4
(245,168,244)
#F6BDF5
(246,189,245)
#F7D2F6
(247,210,246)
#F8E7F7
(248,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE15ED color. Also use rgb(238,21,237) instead hex code.

Text Font Color

.myTextColor { color: #EE15ED; }

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

This text font color is #EE15ED.


Background Color

.myBgColor { background-color: #EE15ED; }

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

This div background color is #EE15ED.


Border color

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

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

This div border color is #EE15ED.


Opacity

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

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

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

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

This text has shadow with #EE15ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE15ED on black background.


Color preview on white background

This text has color #EE15ED on white background.



Black color preview on #EE15ED background

This text has black color on #EE15ED background.


White color preview on #EE15ED background

This text has white color on #EE15ED background.