COLOR #E69EB4

HEX: #E69EB4
RGB: (230,158,180)

Color info

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

RGB color model

#E69EB4 color RGB value is (230,158,180).

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

RGB channels and saturation

R 230 of 255 = 90%
G 158 of 255 = 62%
B 180 of 255 = 71%

230
158
180

R + G + B ~ 74%. #E69EB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 158 + 180 = 568 (100%)
R 230 of 568 ~ 40.49%
G 158 of 568 ~ 27.82%
B 180 of 568 ~ 31.69%

%40.49
%27.82
%31.69

CMYK color model

#E69EB4 color CMYK value is (0,31,22,10).

  • cyan value is 0.00%
  • magenta value is 31.30%
  • yellow value is 21.74%
  • key color value is 9.80%
CMYK:
(0,31,22,10)
C0M31Y22K10 
(0%,31%,22%,10%)
(0.00/0.31/0.22/0.10)	

CMYK percentages

%0
%31.3
%21.74
%9.8

Codes

Color #E69EB4 in popluar color models

E69EB4
RGB230158180
HSL342°59.02%76.08%
HSB/HSV342°31.30%90.20%
CMYK0.00%31.30%21.74%
9.80%

Color #E69EB4 in popluar number systems.

HEXE69EB4
Decimal230158180
Binary111001101001111010110100
Octal346236264

Shades and tints

Shades of #E69EB4

#E69EB4
(230,158,180)
#D290A4
(210,144,164)
#BE8294
(190,130,148)
#AA7484
(170,116,132)
#966674
(150,102,116)
#825864
(130,88,100)
#6E4A54
(110,74,84)
#5A3C44
(90,60,68)
#462E34
(70,46,52)
#322024
(50,32,36)
#1E1214
(30,18,20)
#000000
(0,0,0)

Tints of #E69EB4

#E69EB4
(230,158,180)
#E8A6BA
(232,166,186)
#EAAEC0
(234,174,192)
#ECB6C6
(236,182,198)
#EEBECC
(238,190,204)
#F0C6D2
(240,198,210)
#F2CED8
(242,206,216)
#F4D6DE
(244,214,222)
#F6DEE4
(246,222,228)
#F8E6EA
(248,230,234)
#FAEEF0
(250,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E69EB4; }

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

This text font color is #E69EB4.


Background Color

.myBgColor { background-color: #E69EB4; }

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

This div background color is #E69EB4.


Border color

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

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

This div border color is #E69EB4.


Opacity

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

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

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

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

This text has shadow with #E69EB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69EB4 on black background.


Color preview on white background

This text has color #E69EB4 on white background.



Black color preview on #E69EB4 background

This text has black color on #E69EB4 background.


White color preview on #E69EB4 background

This text has white color on #E69EB4 background.