COLOR #E695A7

HEX: #E695A7
RGB: (230,149,167)

Color info

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

RGB color model

#E695A7 color RGB value is (230,149,167).

  • red value is 230;
  • green value is 149;
  • blue value is 167.
RGB:
(230,149,167)
(90%,58%,65%)

RGB channels and saturation

R 230 of 255 = 90%
G 149 of 255 = 58%
B 167 of 255 = 65%

230
149
167

R + G + B ~ 71%. #E695A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 149 + 167 = 546 (100%)
R 230 of 546 ~ 42.12%
G 149 of 546 ~ 27.29%
B 167 of 546 ~ 30.59%

%42.12
%27.29
%30.59

CMYK color model

#E695A7 color CMYK value is (0,35,27,10).

  • cyan value is 0.00%
  • magenta value is 35.22%
  • yellow value is 27.39%
  • key color value is 9.80%
CMYK:
(0,35,27,10)
C0M35Y27K10 
(0%,35%,27%,10%)
(0.00/0.35/0.27/0.10)	

CMYK percentages

%0
%35.22
%27.39
%9.8

Codes

Color #E695A7 in popluar color models

E695A7
RGB230149167
HSL347°61.83%74.31%
HSB/HSV347°35.22%90.20%
CMYK0.00%35.22%27.39%
9.80%

Color #E695A7 in popluar number systems.

HEXE695A7
Decimal230149167
Binary111001101001010110100111
Octal346225247

Shades and tints

Shades of #E695A7

#E695A7
(230,149,167)
#D28898
(210,136,152)
#BE7B89
(190,123,137)
#AA6E7A
(170,110,122)
#96616B
(150,97,107)
#82545C
(130,84,92)
#6E474D
(110,71,77)
#5A3A3E
(90,58,62)
#462D2F
(70,45,47)
#322020
(50,32,32)
#1E1311
(30,19,17)
#000000
(0,0,0)

Tints of #E695A7

#E695A7
(230,149,167)
#E89EAF
(232,158,175)
#EAA7B7
(234,167,183)
#ECB0BF
(236,176,191)
#EEB9C7
(238,185,199)
#F0C2CF
(240,194,207)
#F2CBD7
(242,203,215)
#F4D4DF
(244,212,223)
#F6DDE7
(246,221,231)
#F8E6EF
(248,230,239)
#FAEFF7
(250,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E695A7 color. Also use rgb(230,149,167) instead hex code.

Text Font Color

.myTextColor { color: #E695A7; }

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

This text font color is #E695A7.


Background Color

.myBgColor { background-color: #E695A7; }

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

This div background color is #E695A7.


Border color

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

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

This div border color is #E695A7.


Opacity

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

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

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

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

This text has shadow with #E695A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E695A7 on black background.


Color preview on white background

This text has color #E695A7 on white background.



Black color preview on #E695A7 background

This text has black color on #E695A7 background.


White color preview on #E695A7 background

This text has white color on #E695A7 background.