COLOR #E69EB6

HEX: #E69EB6 RGB: (230,158,182)

Color info

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

RGB color model

#E69EB6 color RGB value is (230,158,182).

RGB: (230,158,182) (90%, 62%, 71%)

RGB channels and saturation

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

230
158
182

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

Portions of RGB colors in percentages

R + G + B = 230 + 158 + 182 = 570 (100%)
R 230 of 570 ~ 40.35%
G 158 of 570 ~ 27.72%
B 182 of 570 ~ 31.93'%

%40.35
%27.72
%31.93

CMYK color model

#E69EB6 color CMYK value is (0,31,21,10).

  • cyan value is 0.00%
  • magenta value is 31.30%
  • yellow value is 20.87%
  • key color value is 9.80%

CMYK: (0,31,21,10)
C0M31Y21K10 (0%, 31%, 21%, 10%)
(0.00 / 0.31 / 0.21 / 0.10)

CMYK percentages

%0
%31.3
%20.87
%9.8

Codes

Color #E69EB6 in popluar color models

E6 9E B6
RGB 230 158 182
HSL 340° 59.02% 76.08%
HSB/HSV 340° 31.30% 90.20%
CMYK 0.00% 31.30% 20.87%
9.80%

Color #E69EB6 in popluar number systems.

HEX E6 9E B6
Decimal 230 158 182
Binary 11100110 10011110 10110110
Octal 346 236 266

Shades and tints

Shades of #E69EB6

#E69EB6
(230,158,182)
#D290A6
(210,144,166)
#BE8296
(190,130,150)
#AA7486
(170,116,134)
#966676
(150,102,118)
#825866
(130,88,102)
#6E4A56
(110,74,86)
#5A3C46
(90,60,70)
#462E36
(70,46,54)
#322026
(50,32,38)
#1E1216
(30,18,22)
#000000
(0,0,0)

Tints of #E69EB6

#E69EB6
(230,158,182)
#E8A6BC
(232,166,188)
#EAAEC2
(234,174,194)
#ECB6C8
(236,182,200)
#EEBECE
(238,190,206)
#F0C6D4
(240,198,212)
#F2CEDA
(242,206,218)
#F4D6E0
(244,214,224)
#F6DEE6
(246,222,230)
#F8E6EC
(248,230,236)
#FAEEF2
(250,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E69EB6; }

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

This text font color is #E69EB6.

Background Color

.myBgColor { background-color: #E69EB6; }

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

This div background color is #E69EB6.

Border color

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

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

This div border color is #E69EB6.

Opacity

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

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

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

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

This text has shadow with #E69EB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E69EB6.

Preview

Color preview on black background

This text has color #E69EB6 on black background.


Color preview on white background

This text has color #E69EB6 on white background.


Black color preview on #E69EB6 background

This text has black color on #E69EB6 background.


White color preview on #E69EB6 background

This text has white color on #E69EB6 background.


Related colors

Complementary color

Complementary color for #hex is #196149.


I love getcolorcode.com

Triadic colors

1 #B6E69E and #9EB6E6 with #E69EB6 are triadic colors.

2 #B69EE6 and #9EE6B6 with #E69EB6 are triadic colors.