COLOR #EE92EA

HEX: #EE92EA
RGB: (238,146,234)

Color info

#EE92EA contains mainly red and blue colors. Web safe color of #EE92EA is #FF99FF (or #F9F).

RGB color model

#EE92EA color RGB value is (238,146,234).

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

RGB channels and saturation

R 238 of 255 = 93%
G 146 of 255 = 57%
B 234 of 255 = 92%

238
146
234

R + G + B ~ 81%. #EE92EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 146 + 234 = 618 (100%)
R 238 of 618 ~ 38.51%
G 146 of 618 ~ 23.62%
B 234 of 618 ~ 37.86%

%38.51
%23.62
%37.86

CMYK color model

#EE92EA color CMYK value is (0,39,2,7).

  • cyan value is 0.00%
  • magenta value is 38.66%
  • yellow value is 1.68%
  • key color value is 6.67%
CMYK:
(0,39,2,7)
C0M39Y2K7 
(0%,39%,2%,7%)
(0.00/0.39/0.02/0.07)	

CMYK percentages

%0
%38.66
%1.68
%6.67

Codes

Color #EE92EA in popluar color models

EE92EA
RGB238146234
HSL303°73.02%75.29%
HSB/HSV303°38.66%93.33%
CMYK0.00%38.66%1.68%
6.67%

Color #EE92EA in popluar number systems.

HEXEE92EA
Decimal238146234
Binary111011101001001011101010
Octal356222352

Shades and tints

Shades of #EE92EA

#EE92EA
(238,146,234)
#D985D5
(217,133,213)
#C478C0
(196,120,192)
#AF6BAB
(175,107,171)
#9A5E96
(154,94,150)
#855181
(133,81,129)
#70446C
(112,68,108)
#5B3757
(91,55,87)
#462A42
(70,42,66)
#311D2D
(49,29,45)
#1C1018
(28,16,24)
#000000
(0,0,0)

Tints of #EE92EA

#EE92EA
(238,146,234)
#EF9BEB
(239,155,235)
#F0A4EC
(240,164,236)
#F1ADED
(241,173,237)
#F2B6EE
(242,182,238)
#F3BFEF
(243,191,239)
#F4C8F0
(244,200,240)
#F5D1F1
(245,209,241)
#F6DAF2
(246,218,242)
#F7E3F3
(247,227,243)
#F8ECF4
(248,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE92EA; }

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

This text font color is #EE92EA.


Background Color

.myBgColor { background-color: #EE92EA; }

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

This div background color is #EE92EA.


Border color

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

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

This div border color is #EE92EA.


Opacity

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

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

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

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

This text has shadow with #EE92EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE92EA on black background.


Color preview on white background

This text has color #EE92EA on white background.



Black color preview on #EE92EA background

This text has black color on #EE92EA background.


White color preview on #EE92EA background

This text has white color on #EE92EA background.