COLOR #E693A9

HEX: #E693A9
RGB: (230,147,169)

Color info

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

RGB color model

#E693A9 color RGB value is (230,147,169).

  • red value is 230;
  • green value is 147;
  • blue value is 169.
RGB:
(230,147,169)
(90%,58%,66%)

RGB channels and saturation

R 230 of 255 = 90%
G 147 of 255 = 58%
B 169 of 255 = 66%

230
147
169

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

Portions of RGB colors in percentages

R + G + B =
230 + 147 + 169 = 546 (100%)
R 230 of 546 ~ 42.12%
G 147 of 546 ~ 26.92%
B 169 of 546 ~ 30.95%

%42.12
%26.92
%30.95

CMYK color model

#E693A9 color CMYK value is (0,36,27,10).

  • cyan value is 0.00%
  • magenta value is 36.09%
  • yellow value is 26.52%
  • key color value is 9.80%
CMYK:
(0,36,27,10)
C0M36Y27K10 
(0%,36%,27%,10%)
(0.00/0.36/0.27/0.10)	

CMYK percentages

%0
%36.09
%26.52
%9.8

Codes

Color #E693A9 in popluar color models

E693A9
RGB230147169
HSL344°62.41%73.92%
HSB/HSV344°36.09%90.20%
CMYK0.00%36.09%26.52%
9.80%

Color #E693A9 in popluar number systems.

HEXE693A9
Decimal230147169
Binary111001101001001110101001
Octal346223251

Shades and tints

Shades of #E693A9

#E693A9
(230,147,169)
#D2869A
(210,134,154)
#BE798B
(190,121,139)
#AA6C7C
(170,108,124)
#965F6D
(150,95,109)
#82525E
(130,82,94)
#6E454F
(110,69,79)
#5A3840
(90,56,64)
#462B31
(70,43,49)
#321E22
(50,30,34)
#1E1113
(30,17,19)
#000000
(0,0,0)

Tints of #E693A9

#E693A9
(230,147,169)
#E89CB0
(232,156,176)
#EAA5B7
(234,165,183)
#ECAEBE
(236,174,190)
#EEB7C5
(238,183,197)
#F0C0CC
(240,192,204)
#F2C9D3
(242,201,211)
#F4D2DA
(244,210,218)
#F6DBE1
(246,219,225)
#F8E4E8
(248,228,232)
#FAEDEF
(250,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E693A9 color. Also use rgb(230,147,169) instead hex code.

Text Font Color

.myTextColor { color: #E693A9; }

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

This text font color is #E693A9.


Background Color

.myBgColor { background-color: #E693A9; }

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

This div background color is #E693A9.


Border color

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

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

This div border color is #E693A9.


Opacity

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

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

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

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

This text has shadow with #E693A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E693A9 on black background.


Color preview on white background

This text has color #E693A9 on white background.



Black color preview on #E693A9 background

This text has black color on #E693A9 background.


White color preview on #E693A9 background

This text has white color on #E693A9 background.