COLOR #E691AD

HEX: #E691AD
RGB: (230,145,173)

Color info

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

RGB color model

#E691AD color RGB value is (230,145,173).

  • red value is 230;
  • green value is 145;
  • blue value is 173.
RGB:
(230,145,173)
(90%,57%,68%)

RGB channels and saturation

R 230 of 255 = 90%
G 145 of 255 = 57%
B 173 of 255 = 68%

230
145
173

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

Portions of RGB colors in percentages

R + G + B =
230 + 145 + 173 = 548 (100%)
R 230 of 548 ~ 41.97%
G 145 of 548 ~ 26.46%
B 173 of 548 ~ 31.57%

%41.97
%26.46
%31.57

CMYK color model

#E691AD color CMYK value is (0,37,25,10).

  • cyan value is 0.00%
  • magenta value is 36.96%
  • yellow value is 24.78%
  • key color value is 9.80%
CMYK:
(0,37,25,10)
C0M37Y25K10 
(0%,37%,25%,10%)
(0.00/0.37/0.25/0.10)	

CMYK percentages

%0
%36.96
%24.78
%9.8

Codes

Color #E691AD in popluar color models

E691AD
RGB230145173
HSL340°62.96%73.53%
HSB/HSV340°36.96%90.20%
CMYK0.00%36.96%24.78%
9.80%

Color #E691AD in popluar number systems.

HEXE691AD
Decimal230145173
Binary111001101001000110101101
Octal346221255

Shades and tints

Shades of #E691AD

#E691AD
(230,145,173)
#D2849E
(210,132,158)
#BE778F
(190,119,143)
#AA6A80
(170,106,128)
#965D71
(150,93,113)
#825062
(130,80,98)
#6E4353
(110,67,83)
#5A3644
(90,54,68)
#462935
(70,41,53)
#321C26
(50,28,38)
#1E0F17
(30,15,23)
#000000
(0,0,0)

Tints of #E691AD

#E691AD
(230,145,173)
#E89BB4
(232,155,180)
#EAA5BB
(234,165,187)
#ECAFC2
(236,175,194)
#EEB9C9
(238,185,201)
#F0C3D0
(240,195,208)
#F2CDD7
(242,205,215)
#F4D7DE
(244,215,222)
#F6E1E5
(246,225,229)
#F8EBEC
(248,235,236)
#FAF5F3
(250,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E691AD color. Also use rgb(230,145,173) instead hex code.

Text Font Color

.myTextColor { color: #E691AD; }

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

This text font color is #E691AD.


Background Color

.myBgColor { background-color: #E691AD; }

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

This div background color is #E691AD.


Border color

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

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

This div border color is #E691AD.


Opacity

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

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

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

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

This text has shadow with #E691AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E691AD on black background.


Color preview on white background

This text has color #E691AD on white background.



Black color preview on #E691AD background

This text has black color on #E691AD background.


White color preview on #E691AD background

This text has white color on #E691AD background.