COLOR #EE83DE

HEX: #EE83DE
RGB: (238,131,222)

Color info

#EE83DE contains mainly red and blue colors. Web safe color of #EE83DE is #FF99CC (or #F9C).

RGB color model

#EE83DE color RGB value is (238,131,222).

  • red value is 238;
  • green value is 131;
  • blue value is 222.
RGB:
(238,131,222)
(93%,51%,87%)

RGB channels and saturation

R 238 of 255 = 93%
G 131 of 255 = 51%
B 222 of 255 = 87%

238
131
222

R + G + B ~ 77%. #EE83DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 131 + 222 = 591 (100%)
R 238 of 591 ~ 40.27%
G 131 of 591 ~ 22.17%
B 222 of 591 ~ 37.56%

%40.27
%22.17
%37.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 44.96%
  • yellow value is 6.72%
  • key color value is 6.67%
CMYK:
(0,45,7,7)
C0M45Y7K7 
(0%,45%,7%,7%)
(0.00/0.45/0.07/0.07)	

CMYK percentages

%0
%44.96
%6.72
%6.67

Codes

Color #EE83DE in popluar color models

EE83DE
RGB238131222
HSL309°75.89%72.35%
HSB/HSV309°44.96%93.33%
CMYK0.00%44.96%6.72%
6.67%

Color #EE83DE in popluar number systems.

HEXEE83DE
Decimal238131222
Binary111011101000001111011110
Octal356203336

Shades and tints

Shades of #EE83DE

#EE83DE
(238,131,222)
#D978CA
(217,120,202)
#C46DB6
(196,109,182)
#AF62A2
(175,98,162)
#9A578E
(154,87,142)
#854C7A
(133,76,122)
#704166
(112,65,102)
#5B3652
(91,54,82)
#462B3E
(70,43,62)
#31202A
(49,32,42)
#1C1516
(28,21,22)
#000000
(0,0,0)

Tints of #EE83DE

#EE83DE
(238,131,222)
#EF8EE1
(239,142,225)
#F099E4
(240,153,228)
#F1A4E7
(241,164,231)
#F2AFEA
(242,175,234)
#F3BAED
(243,186,237)
#F4C5F0
(244,197,240)
#F5D0F3
(245,208,243)
#F6DBF6
(246,219,246)
#F7E6F9
(247,230,249)
#F8F1FC
(248,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE83DE color. Also use rgb(238,131,222) instead hex code.

Text Font Color

.myTextColor { color: #EE83DE; }

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

This text font color is #EE83DE.


Background Color

.myBgColor { background-color: #EE83DE; }

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

This div background color is #EE83DE.


Border color

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

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

This div border color is #EE83DE.


Opacity

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

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

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

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

This text has shadow with #EE83DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE83DE on black background.


Color preview on white background

This text has color #EE83DE on white background.



Black color preview on #EE83DE background

This text has black color on #EE83DE background.


White color preview on #EE83DE background

This text has white color on #EE83DE background.