COLOR #EE69A8

HEX: #EE69A8
RGB: (238,105,168)

Color info

#EE69A8 contains mainly red color. Web safe color of #EE69A8 is #FF6699 (or #F69).

RGB color model

#EE69A8 color RGB value is (238,105,168).

  • red value is 238;
  • green value is 105;
  • blue value is 168.
RGB:
(238,105,168)
(93%,41%,66%)

RGB channels and saturation

R 238 of 255 = 93%
G 105 of 255 = 41%
B 168 of 255 = 66%

238
105
168

R + G + B ~ 67%. #EE69A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 105 + 168 = 511 (100%)
R 238 of 511 ~ 46.58%
G 105 of 511 ~ 20.55%
B 168 of 511 ~ 32.88%

%46.58
%20.55
%32.88

CMYK color model

#EE69A8 color CMYK value is (0,56,29,7).

  • cyan value is 0.00%
  • magenta value is 55.88%
  • yellow value is 29.41%
  • key color value is 6.67%
CMYK:
(0,56,29,7)
C0M56Y29K7 
(0%,56%,29%,7%)
(0.00/0.56/0.29/0.07)	

CMYK percentages

%0
%55.88
%29.41
%6.67

Codes

Color #EE69A8 in popluar color models

EE69A8
RGB238105168
HSL332°79.64%67.25%
HSB/HSV332°55.88%93.33%
CMYK0.00%55.88%29.41%
6.67%

Color #EE69A8 in popluar number systems.

HEXEE69A8
Decimal238105168
Binary11101110110100110101000
Octal356151250

Shades and tints

Shades of #EE69A8

#EE69A8
(238,105,168)
#D96099
(217,96,153)
#C4578A
(196,87,138)
#AF4E7B
(175,78,123)
#9A456C
(154,69,108)
#853C5D
(133,60,93)
#70334E
(112,51,78)
#5B2A3F
(91,42,63)
#462130
(70,33,48)
#311821
(49,24,33)
#1C0F12
(28,15,18)
#000000
(0,0,0)

Tints of #EE69A8

#EE69A8
(238,105,168)
#EF76AF
(239,118,175)
#F083B6
(240,131,182)
#F190BD
(241,144,189)
#F29DC4
(242,157,196)
#F3AACB
(243,170,203)
#F4B7D2
(244,183,210)
#F5C4D9
(245,196,217)
#F6D1E0
(246,209,224)
#F7DEE7
(247,222,231)
#F8EBEE
(248,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE69A8 color. Also use rgb(238,105,168) instead hex code.

Text Font Color

.myTextColor { color: #EE69A8; }

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

This text font color is #EE69A8.


Background Color

.myBgColor { background-color: #EE69A8; }

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

This div background color is #EE69A8.


Border color

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

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

This div border color is #EE69A8.


Opacity

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

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

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

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

This text has shadow with #EE69A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE69A8 on black background.


Color preview on white background

This text has color #EE69A8 on white background.



Black color preview on #EE69A8 background

This text has black color on #EE69A8 background.


White color preview on #EE69A8 background

This text has white color on #EE69A8 background.