COLOR #E69EAE

HEX: #E69EAE
RGB: (230,158,174)

Color info

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

RGB color model

#E69EAE color RGB value is (230,158,174).

  • red value is 230;
  • green value is 158;
  • blue value is 174.
RGB:
(230,158,174)
(90%,62%,68%)

RGB channels and saturation

R 230 of 255 = 90%
G 158 of 255 = 62%
B 174 of 255 = 68%

230
158
174

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

Portions of RGB colors in percentages

R + G + B =
230 + 158 + 174 = 562 (100%)
R 230 of 562 ~ 40.93%
G 158 of 562 ~ 28.11%
B 174 of 562 ~ 30.96%

%40.93
%28.11
%30.96

CMYK color model

#E69EAE color CMYK value is (0,31,24,10).

  • cyan value is 0.00%
  • magenta value is 31.30%
  • yellow value is 24.35%
  • key color value is 9.80%
CMYK:
(0,31,24,10)
C0M31Y24K10 
(0%,31%,24%,10%)
(0.00/0.31/0.24/0.10)	

CMYK percentages

%0
%31.3
%24.35
%9.8

Codes

Color #E69EAE in popluar color models

E69EAE
RGB230158174
HSL347°59.02%76.08%
HSB/HSV347°31.30%90.20%
CMYK0.00%31.30%24.35%
9.80%

Color #E69EAE in popluar number systems.

HEXE69EAE
Decimal230158174
Binary111001101001111010101110
Octal346236256

Shades and tints

Shades of #E69EAE

#E69EAE
(230,158,174)
#D2909F
(210,144,159)
#BE8290
(190,130,144)
#AA7481
(170,116,129)
#966672
(150,102,114)
#825863
(130,88,99)
#6E4A54
(110,74,84)
#5A3C45
(90,60,69)
#462E36
(70,46,54)
#322027
(50,32,39)
#1E1218
(30,18,24)
#000000
(0,0,0)

Tints of #E69EAE

#E69EAE
(230,158,174)
#E8A6B5
(232,166,181)
#EAAEBC
(234,174,188)
#ECB6C3
(236,182,195)
#EEBECA
(238,190,202)
#F0C6D1
(240,198,209)
#F2CED8
(242,206,216)
#F4D6DF
(244,214,223)
#F6DEE6
(246,222,230)
#F8E6ED
(248,230,237)
#FAEEF4
(250,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E69EAE color. Also use rgb(230,158,174) instead hex code.

Text Font Color

.myTextColor { color: #E69EAE; }

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

This text font color is #E69EAE.


Background Color

.myBgColor { background-color: #E69EAE; }

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

This div background color is #E69EAE.


Border color

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

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

This div border color is #E69EAE.


Opacity

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

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

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

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

This text has shadow with #E69EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69EAE on black background.


Color preview on white background

This text has color #E69EAE on white background.



Black color preview on #E69EAE background

This text has black color on #E69EAE background.


White color preview on #E69EAE background

This text has white color on #E69EAE background.