COLOR #E696C0

HEX: #E696C0
RGB: (230,150,192)

Color info

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

RGB color model

#E696C0 color RGB value is (230,150,192).

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

RGB channels and saturation

R 230 of 255 = 90%
G 150 of 255 = 59%
B 192 of 255 = 75%

230
150
192

R + G + B ~ 75%. #E696C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 150 + 192 = 572 (100%)
R 230 of 572 ~ 40.21%
G 150 of 572 ~ 26.22%
B 192 of 572 ~ 33.57%

%40.21
%26.22
%33.57

CMYK color model

#E696C0 color CMYK value is (0,35,17,10).

  • cyan value is 0.00%
  • magenta value is 34.78%
  • yellow value is 16.52%
  • key color value is 9.80%
CMYK:
(0,35,17,10)
C0M35Y17K10 
(0%,35%,17%,10%)
(0.00/0.35/0.17/0.10)	

CMYK percentages

%0
%34.78
%16.52
%9.8

Codes

Color #E696C0 in popluar color models

E696C0
RGB230150192
HSL329°61.54%74.51%
HSB/HSV329°34.78%90.20%
CMYK0.00%34.78%16.52%
9.80%

Color #E696C0 in popluar number systems.

HEXE696C0
Decimal230150192
Binary111001101001011011000000
Octal346226300

Shades and tints

Shades of #E696C0

#E696C0
(230,150,192)
#D289AF
(210,137,175)
#BE7C9E
(190,124,158)
#AA6F8D
(170,111,141)
#96627C
(150,98,124)
#82556B
(130,85,107)
#6E485A
(110,72,90)
#5A3B49
(90,59,73)
#462E38
(70,46,56)
#322127
(50,33,39)
#1E1416
(30,20,22)
#000000
(0,0,0)

Tints of #E696C0

#E696C0
(230,150,192)
#E89FC5
(232,159,197)
#EAA8CA
(234,168,202)
#ECB1CF
(236,177,207)
#EEBAD4
(238,186,212)
#F0C3D9
(240,195,217)
#F2CCDE
(242,204,222)
#F4D5E3
(244,213,227)
#F6DEE8
(246,222,232)
#F8E7ED
(248,231,237)
#FAF0F2
(250,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E696C0; }

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

This text font color is #E696C0.


Background Color

.myBgColor { background-color: #E696C0; }

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

This div background color is #E696C0.


Border color

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

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

This div border color is #E696C0.


Opacity

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

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

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

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

This text has shadow with #E696C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E696C0 on black background.


Color preview on white background

This text has color #E696C0 on white background.



Black color preview on #E696C0 background

This text has black color on #E696C0 background.


White color preview on #E696C0 background

This text has white color on #E696C0 background.