COLOR #E696AA

HEX: #E696AA RGB: (230,150,170)

Color info

#E696AA contains mainly red color. Web safe color of #E696AA is #CC9999 (or #C99).

RGB color model

#E696AA color RGB value is (230,150,170).

RGB: (230,150,170) (90%, 59%, 67%)

RGB channels and saturation

R 230 of 255 = 90%
G 150 of 255 = 59%
B 170 of 255 = 67%

230
150
170

R + G + B ~ 72%. #E696AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 150 + 170 = 550 (100%)
R 230 of 550 ~ 41.82%
G 150 of 550 ~ 27.27%
B 170 of 550 ~ 30.91'%

%41.82
%27.27
%30.91

CMYK color model

#E696AA color CMYK value is (0,35,26,10).

  • cyan value is 0.00%
  • magenta value is 34.78%
  • yellow value is 26.09%
  • key color value is 9.80%

CMYK: (0,35,26,10)
C0M35Y26K10 (0%, 35%, 26%, 10%)
(0.00 / 0.35 / 0.26 / 0.10)

CMYK percentages

%0
%34.78
%26.09
%9.8

Codes

Color #E696AA in popluar color models

E6 96 AA
RGB 230 150 170
HSL 345° 61.54% 74.51%
HSB/HSV 345° 34.78% 90.20%
CMYK 0.00% 34.78% 26.09%
9.80%

Color #E696AA in popluar number systems.

HEX E6 96 AA
Decimal 230 150 170
Binary 11100110 10010110 10101010
Octal 346 226 252

Shades and tints

Shades of #E696AA

#E696AA
(230,150,170)
#D2899B
(210,137,155)
#BE7C8C
(190,124,140)
#AA6F7D
(170,111,125)
#96626E
(150,98,110)
#82555F
(130,85,95)
#6E4850
(110,72,80)
#5A3B41
(90,59,65)
#462E32
(70,46,50)
#322123
(50,33,35)
#1E1414
(30,20,20)
#000000
(0,0,0)

Tints of #E696AA

#E696AA
(230,150,170)
#E89FB1
(232,159,177)
#EAA8B8
(234,168,184)
#ECB1BF
(236,177,191)
#EEBAC6
(238,186,198)
#F0C3CD
(240,195,205)
#F2CCD4
(242,204,212)
#F4D5DB
(244,213,219)
#F6DEE2
(246,222,226)
#F8E7E9
(248,231,233)
#FAF0F0
(250,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E696AA color. Also use rgb(230,150,170) instead hex code.

Text Font Color

.myTextColor { color: #E696AA; }

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

This text font color is #E696AA.

Background Color

.myBgColor { background-color: #E696AA; }

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

This div background color is #E696AA.

Border color

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

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

This div border color is #E696AA.

Opacity

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

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

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

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

This text has shadow with #E696AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E696AA.

Preview

Color preview on black background

This text has color #E696AA on black background.


Color preview on white background

This text has color #E696AA on white background.


Black color preview on #E696AA background

This text has black color on #E696AA background.


White color preview on #E696AA background

This text has white color on #E696AA background.


Related colors

Complementary color

Complementary color for #hex is #196955.


I love getcolorcode.com

Triadic colors

1 #AAE696 and #96AAE6 with #E696AA are triadic colors.

2 #AA96E6 and #96E6AA with #E696AA are triadic colors.