COLOR #E696B0

HEX: #E696B0
RGB: (230,150,176)

Color info

#E696B0 contains mainly red and blue colors. Web safe color of #E696B0 is #CC9999 (or #C99).

RGB color model

#E696B0 color RGB value is (230,150,176).

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

RGB channels and saturation

R 230 of 255 = 90%
G 150 of 255 = 59%
B 176 of 255 = 69%

230
150
176

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

Portions of RGB colors in percentages

R + G + B =
230 + 150 + 176 = 556 (100%)
R 230 of 556 ~ 41.37%
G 150 of 556 ~ 26.98%
B 176 of 556 ~ 31.65%

%41.37
%26.98
%31.65

CMYK color model

#E696B0 color CMYK value is (0,35,23,10).

  • cyan value is 0.00%
  • magenta value is 34.78%
  • yellow value is 23.48%
  • key color value is 9.80%
CMYK:
(0,35,23,10)
C0M35Y23K10 
(0%,35%,23%,10%)
(0.00/0.35/0.23/0.10)	

CMYK percentages

%0
%34.78
%23.48
%9.8

Codes

Color #E696B0 in popluar color models

E696B0
RGB230150176
HSL341°61.54%74.51%
HSB/HSV341°34.78%90.20%
CMYK0.00%34.78%23.48%
9.80%

Color #E696B0 in popluar number systems.

HEXE696B0
Decimal230150176
Binary111001101001011010110000
Octal346226260

Shades and tints

Shades of #E696B0

#E696B0
(230,150,176)
#D289A0
(210,137,160)
#BE7C90
(190,124,144)
#AA6F80
(170,111,128)
#966270
(150,98,112)
#825560
(130,85,96)
#6E4850
(110,72,80)
#5A3B40
(90,59,64)
#462E30
(70,46,48)
#322120
(50,33,32)
#1E1410
(30,20,16)
#000000
(0,0,0)

Tints of #E696B0

#E696B0
(230,150,176)
#E89FB7
(232,159,183)
#EAA8BE
(234,168,190)
#ECB1C5
(236,177,197)
#EEBACC
(238,186,204)
#F0C3D3
(240,195,211)
#F2CCDA
(242,204,218)
#F4D5E1
(244,213,225)
#F6DEE8
(246,222,232)
#F8E7EF
(248,231,239)
#FAF0F6
(250,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E696B0; }

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

This text font color is #E696B0.


Background Color

.myBgColor { background-color: #E696B0; }

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

This div background color is #E696B0.


Border color

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

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

This div border color is #E696B0.


Opacity

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

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

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

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

This text has shadow with #E696B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E696B0 on black background.


Color preview on white background

This text has color #E696B0 on white background.



Black color preview on #E696B0 background

This text has black color on #E696B0 background.


White color preview on #E696B0 background

This text has white color on #E696B0 background.