COLOR #EE76EA

HEX: #EE76EA
RGB: (238,118,234)

Color info

#EE76EA contains mainly red and blue colors. Web safe color of #EE76EA is #FF66FF (or #F6F).

RGB color model

#EE76EA color RGB value is (238,118,234).

  • red value is 238;
  • green value is 118;
  • blue value is 234.
RGB:
(238,118,234)
(93%,46%,92%)

RGB channels and saturation

R 238 of 255 = 93%
G 118 of 255 = 46%
B 234 of 255 = 92%

238
118
234

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

Portions of RGB colors in percentages

R + G + B =
238 + 118 + 234 = 590 (100%)
R 238 of 590 ~ 40.34%
G 118 of 590 ~ 20%
B 234 of 590 ~ 39.66%

%40.34
%20
%39.66

CMYK color model

#EE76EA color CMYK value is (0,50,2,7).

  • cyan value is 0.00%
  • magenta value is 50.42%
  • yellow value is 1.68%
  • key color value is 6.67%
CMYK:
(0,50,2,7)
C0M50Y2K7 
(0%,50%,2%,7%)
(0.00/0.50/0.02/0.07)	

CMYK percentages

%0
%50.42
%1.68
%6.67

Codes

Color #EE76EA in popluar color models

EE76EA
RGB238118234
HSL302°77.92%69.80%
HSB/HSV302°50.42%93.33%
CMYK0.00%50.42%1.68%
6.67%

Color #EE76EA in popluar number systems.

HEXEE76EA
Decimal238118234
Binary11101110111011011101010
Octal356166352

Shades and tints

Shades of #EE76EA

#EE76EA
(238,118,234)
#D96CD5
(217,108,213)
#C462C0
(196,98,192)
#AF58AB
(175,88,171)
#9A4E96
(154,78,150)
#854481
(133,68,129)
#703A6C
(112,58,108)
#5B3057
(91,48,87)
#462642
(70,38,66)
#311C2D
(49,28,45)
#1C1218
(28,18,24)
#000000
(0,0,0)

Tints of #EE76EA

#EE76EA
(238,118,234)
#EF82EB
(239,130,235)
#F08EEC
(240,142,236)
#F19AED
(241,154,237)
#F2A6EE
(242,166,238)
#F3B2EF
(243,178,239)
#F4BEF0
(244,190,240)
#F5CAF1
(245,202,241)
#F6D6F2
(246,214,242)
#F7E2F3
(247,226,243)
#F8EEF4
(248,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE76EA color. Also use rgb(238,118,234) instead hex code.

Text Font Color

.myTextColor { color: #EE76EA; }

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

This text font color is #EE76EA.


Background Color

.myBgColor { background-color: #EE76EA; }

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

This div background color is #EE76EA.


Border color

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

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

This div border color is #EE76EA.


Opacity

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

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

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

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

This text has shadow with #EE76EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE76EA on black background.


Color preview on white background

This text has color #EE76EA on white background.



Black color preview on #EE76EA background

This text has black color on #EE76EA background.


White color preview on #EE76EA background

This text has white color on #EE76EA background.