COLOR #EE968E

HEX: #EE968E RGB: (238,150,142)

Color info

#EE968E contains mainly red color. Web safe color of #EE968E is #FF9999 (or #F99).

RGB color model

#EE968E color RGB value is (238,150,142).

RGB: (238,150,142) (93%, 59%, 56%)

RGB channels and saturation

R 238 of 255 = 93%
G 150 of 255 = 59%
B 142 of 255 = 56%

238
150
142

R + G + B ~ 69%. #EE968E is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 150 + 142 = 530 (100%)
R 238 of 530 ~ 44.91%
G 150 of 530 ~ 28.3%
B 142 of 530 ~ 26.79'%

%44.91
%28.3
%26.79

CMYK color model

#EE968E color CMYK value is (0,37,40,7).

  • cyan value is 0.00%
  • magenta value is 36.97%
  • yellow value is 40.34%
  • key color value is 6.67%

CMYK: (0,37,40,7)
C0M37Y40K7 (0%, 37%, 40%, 7%)
(0.00 / 0.37 / 0.40 / 0.07)

CMYK percentages

%0
%36.97
%40.34
%6.67

Codes

Color #EE968E in popluar color models

EE 96 8E
RGB 238 150 142
HSL 73.85% 74.51%
HSB/HSV 40.34% 93.33%
CMYK 0.00% 36.97% 40.34%
6.67%

Color #EE968E in popluar number systems.

HEX EE 96 8E
Decimal 238 150 142
Binary 11101110 10010110 10001110
Octal 356 226 216

Shades and tints

Shades of #EE968E

#EE968E
(238,150,142)
#D98982
(217,137,130)
#C47C76
(196,124,118)
#AF6F6A
(175,111,106)
#9A625E
(154,98,94)
#855552
(133,85,82)
#704846
(112,72,70)
#5B3B3A
(91,59,58)
#462E2E
(70,46,46)
#312122
(49,33,34)
#1C1416
(28,20,22)
#000000
(0,0,0)

Tints of #EE968E

#EE968E
(238,150,142)
#EF9F98
(239,159,152)
#F0A8A2
(240,168,162)
#F1B1AC
(241,177,172)
#F2BAB6
(242,186,182)
#F3C3C0
(243,195,192)
#F4CCCA
(244,204,202)
#F5D5D4
(245,213,212)
#F6DEDE
(246,222,222)
#F7E7E8
(247,231,232)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE968E color. Also use rgb(238,150,142) instead hex code.

Text Font Color

.myTextColor { color: #EE968E; }

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

This text font color is #EE968E.

Background Color

.myBgColor { background-color: #EE968E; }

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

This div background color is #EE968E.

Border color

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

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

This div border color is #EE968E.

Opacity

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

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

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

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

This text has shadow with #EE968E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE968E.

Preview

Color preview on black background

This text has color #EE968E on black background.


Color preview on white background

This text has color #EE968E on white background.


Black color preview on #EE968E background

This text has black color on #EE968E background.


White color preview on #EE968E background

This text has white color on #EE968E background.


Related colors

Complementary color

Complementary color for #hex is #116971.


I love getcolorcode.com

Triadic colors

1 #8EEE96 and #968EEE with #EE968E are triadic colors.

2 #8E96EE and #96EE8E with #EE968E are triadic colors.