COLOR #E696B6

HEX: #E696B6
RGB: (230,150,182)

Color info

#E696B6 contains mainly red and blue colors. Web safe color of #E696B6 is #CC99CC (or #C9C).

RGB color model

#E696B6 color RGB value is (230,150,182).

  • red value is 230;
  • green value is 150;
  • blue value is 182.
RGB:
(230,150,182)
(90%,59%,71%)

RGB channels and saturation

R 230 of 255 = 90%
G 150 of 255 = 59%
B 182 of 255 = 71%

230
150
182

R + G + B ~ 73%. #E696B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 150 + 182 = 562 (100%)
R 230 of 562 ~ 40.93%
G 150 of 562 ~ 26.69%
B 182 of 562 ~ 32.38%

%40.93
%26.69
%32.38

CMYK color model

#E696B6 color CMYK value is (0,35,21,10).

  • cyan value is 0.00%
  • magenta value is 34.78%
  • yellow value is 20.87%
  • key color value is 9.80%
CMYK:
(0,35,21,10)
C0M35Y21K10 
(0%,35%,21%,10%)
(0.00/0.35/0.21/0.10)	

CMYK percentages

%0
%34.78
%20.87
%9.8

Codes

Color #E696B6 in popluar color models

E696B6
RGB230150182
HSL336°61.54%74.51%
HSB/HSV336°34.78%90.20%
CMYK0.00%34.78%20.87%
9.80%

Color #E696B6 in popluar number systems.

HEXE696B6
Decimal230150182
Binary111001101001011010110110
Octal346226266

Shades and tints

Shades of #E696B6

#E696B6
(230,150,182)
#D289A6
(210,137,166)
#BE7C96
(190,124,150)
#AA6F86
(170,111,134)
#966276
(150,98,118)
#825566
(130,85,102)
#6E4856
(110,72,86)
#5A3B46
(90,59,70)
#462E36
(70,46,54)
#322126
(50,33,38)
#1E1416
(30,20,22)
#000000
(0,0,0)

Tints of #E696B6

#E696B6
(230,150,182)
#E89FBC
(232,159,188)
#EAA8C2
(234,168,194)
#ECB1C8
(236,177,200)
#EEBACE
(238,186,206)
#F0C3D4
(240,195,212)
#F2CCDA
(242,204,218)
#F4D5E0
(244,213,224)
#F6DEE6
(246,222,230)
#F8E7EC
(248,231,236)
#FAF0F2
(250,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E696B6; }

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

This text font color is #E696B6.


Background Color

.myBgColor { background-color: #E696B6; }

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

This div background color is #E696B6.


Border color

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

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

This div border color is #E696B6.


Opacity

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

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

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

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

This text has shadow with #E696B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E696B6 on black background.


Color preview on white background

This text has color #E696B6 on white background.



Black color preview on #E696B6 background

This text has black color on #E696B6 background.


White color preview on #E696B6 background

This text has white color on #E696B6 background.