COLOR #EE68A2

HEX: #EE68A2 RGB: (238,104,162)

Color info

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

RGB color model

#EE68A2 color RGB value is (238,104,162).

RGB: (238,104,162) (93%, 41%, 64%)

RGB channels and saturation

R 238 of 255 = 93%
G 104 of 255 = 41%
B 162 of 255 = 64%

238
104
162

R + G + B ~ 66%. #EE68A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 104 + 162 = 504 (100%)
R 238 of 504 ~ 47.22%
G 104 of 504 ~ 20.63%
B 162 of 504 ~ 32.14'%

%47.22
%20.63
%32.14

CMYK color model

#EE68A2 color CMYK value is (0,56,32,7).

  • cyan value is 0.00%
  • magenta value is 56.30%
  • yellow value is 31.93%
  • key color value is 6.67%

CMYK: (0,56,32,7)
C0M56Y32K7 (0%, 56%, 32%, 7%)
(0.00 / 0.56 / 0.32 / 0.07)

CMYK percentages

%0
%56.3
%31.93
%6.67

Codes

Color #EE68A2 in popluar color models

EE 68 A2
RGB 238 104 162
HSL 334° 79.76% 67.06%
HSB/HSV 334° 56.30% 93.33%
CMYK 0.00% 56.30% 31.93%
6.67%

Color #EE68A2 in popluar number systems.

HEX EE 68 A2
Decimal 238 104 162
Binary 11101110 1101000 10100010
Octal 356 150 242

Shades and tints

Shades of #EE68A2

#EE68A2
(238,104,162)
#D95F94
(217,95,148)
#C45686
(196,86,134)
#AF4D78
(175,77,120)
#9A446A
(154,68,106)
#853B5C
(133,59,92)
#70324E
(112,50,78)
#5B2940
(91,41,64)
#462032
(70,32,50)
#311724
(49,23,36)
#1C0E16
(28,14,22)
#000000
(0,0,0)

Tints of #EE68A2

#EE68A2
(238,104,162)
#EF75AA
(239,117,170)
#F082B2
(240,130,178)
#F18FBA
(241,143,186)
#F29CC2
(242,156,194)
#F3A9CA
(243,169,202)
#F4B6D2
(244,182,210)
#F5C3DA
(245,195,218)
#F6D0E2
(246,208,226)
#F7DDEA
(247,221,234)
#F8EAF2
(248,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE68A2 color. Also use rgb(238,104,162) instead hex code.

Text Font Color

.myTextColor { color: #EE68A2; }

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

This text font color is #EE68A2.

Background Color

.myBgColor { background-color: #EE68A2; }

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

This div background color is #EE68A2.

Border color

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

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

This div border color is #EE68A2.

Opacity

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

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

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

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

This text has shadow with #EE68A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE68A2.

Preview

Color preview on black background

This text has color #EE68A2 on black background.


Color preview on white background

This text has color #EE68A2 on white background.


Black color preview on #EE68A2 background

This text has black color on #EE68A2 background.


White color preview on #EE68A2 background

This text has white color on #EE68A2 background.


Related colors

Complementary color

Complementary color for #hex is #11975D.


I love getcolorcode.com

Triadic colors

1 #A2EE68 and #68A2EE with #EE68A2 are triadic colors.

2 #A268EE and #68EEA2 with #EE68A2 are triadic colors.