COLOR #EE83C0

HEX: #EE83C0
RGB: (238,131,192)

Color info

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

RGB color model

#EE83C0 color RGB value is (238,131,192).

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

RGB channels and saturation

R 238 of 255 = 93%
G 131 of 255 = 51%
B 192 of 255 = 75%

238
131
192

R + G + B ~ 73%. #EE83C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 131 + 192 = 561 (100%)
R 238 of 561 ~ 42.42%
G 131 of 561 ~ 23.35%
B 192 of 561 ~ 34.22%

%42.42
%23.35
%34.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 44.96%
  • yellow value is 19.33%
  • key color value is 6.67%
CMYK:
(0,45,19,7)
C0M45Y19K7 
(0%,45%,19%,7%)
(0.00/0.45/0.19/0.07)	

CMYK percentages

%0
%44.96
%19.33
%6.67

Codes

Color #EE83C0 in popluar color models

EE83C0
RGB238131192
HSL326°75.89%72.35%
HSB/HSV326°44.96%93.33%
CMYK0.00%44.96%19.33%
6.67%

Color #EE83C0 in popluar number systems.

HEXEE83C0
Decimal238131192
Binary111011101000001111000000
Octal356203300

Shades and tints

Shades of #EE83C0

#EE83C0
(238,131,192)
#D978AF
(217,120,175)
#C46D9E
(196,109,158)
#AF628D
(175,98,141)
#9A577C
(154,87,124)
#854C6B
(133,76,107)
#70415A
(112,65,90)
#5B3649
(91,54,73)
#462B38
(70,43,56)
#312027
(49,32,39)
#1C1516
(28,21,22)
#000000
(0,0,0)

Tints of #EE83C0

#EE83C0
(238,131,192)
#EF8EC5
(239,142,197)
#F099CA
(240,153,202)
#F1A4CF
(241,164,207)
#F2AFD4
(242,175,212)
#F3BAD9
(243,186,217)
#F4C5DE
(244,197,222)
#F5D0E3
(245,208,227)
#F6DBE8
(246,219,232)
#F7E6ED
(247,230,237)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE83C0; }

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

This text font color is #EE83C0.


Background Color

.myBgColor { background-color: #EE83C0; }

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

This div background color is #EE83C0.


Border color

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

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

This div border color is #EE83C0.


Opacity

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

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

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

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

This text has shadow with #EE83C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE83C0 on black background.


Color preview on white background

This text has color #EE83C0 on white background.



Black color preview on #EE83C0 background

This text has black color on #EE83C0 background.


White color preview on #EE83C0 background

This text has white color on #EE83C0 background.