COLOR #E8A6EB

HEX: #E8A6EB RGB: (232,166,235)

Color info

#E8A6EB contains mainly red and blue colors. Web safe color of #E8A6EB is #FF99FF (or #F9F).

RGB color model

#E8A6EB color RGB value is (232,166,235).

RGB: (232,166,235) (91%, 65%, 92%)

RGB channels and saturation

R 232 of 255 = 91%
G 166 of 255 = 65%
B 235 of 255 = 92%

232
166
235

R + G + B ~ 83%. #E8A6EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 166 + 235 = 633 (100%)
R 232 of 633 ~ 36.65%
G 166 of 633 ~ 26.22%
B 235 of 633 ~ 37.12'%

%36.65
%26.22
%37.12

CMYK color model

#E8A6EB color CMYK value is (1,29,0,8).

  • cyan value is 1.28%
  • magenta value is 29.36%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (1,29,0,8)
C1M29Y0K8 (1%, 29%, 0%, 8%)
(0.01 / 0.29 / 0.00 / 0.08)

CMYK percentages

%1.28
%29.36
%0
%7.84

Codes

Color #E8A6EB in popluar color models

E8 A6 EB
RGB 232 166 235
HSL 297° 63.30% 78.63%
HSB/HSV 297° 29.36% 92.16%
CMYK 1.28% 29.36% 0.00%
7.84%

Color #E8A6EB in popluar number systems.

HEX E8 A6 EB
Decimal 232 166 235
Binary 11101000 10100110 11101011
Octal 350 246 353

Shades and tints

Shades of #E8A6EB

#E8A6EB
(232,166,235)
#D397D6
(211,151,214)
#BE88C1
(190,136,193)
#A979AC
(169,121,172)
#946A97
(148,106,151)
#7F5B82
(127,91,130)
#6A4C6D
(106,76,109)
#553D58
(85,61,88)
#402E43
(64,46,67)
#2B1F2E
(43,31,46)
#161019
(22,16,25)
#000000
(0,0,0)

Tints of #E8A6EB

#E8A6EB
(232,166,235)
#EAAEEC
(234,174,236)
#ECB6ED
(236,182,237)
#EEBEEE
(238,190,238)
#F0C6EF
(240,198,239)
#F2CEF0
(242,206,240)
#F4D6F1
(244,214,241)
#F6DEF2
(246,222,242)
#F8E6F3
(248,230,243)
#FAEEF4
(250,238,244)
#FCF6F5
(252,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8A6EB color. Also use rgb(232,166,235) instead hex code.

Text Font Color

.myTextColor { color: #E8A6EB; }

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

This text font color is #E8A6EB.

Background Color

.myBgColor { background-color: #E8A6EB; }

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

This div background color is #E8A6EB.

Border color

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

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

This div border color is #E8A6EB.

Opacity

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

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

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

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

This text has shadow with #E8A6EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8A6EB.

Preview

Color preview on black background

This text has color #E8A6EB on black background.


Color preview on white background

This text has color #E8A6EB on white background.


Black color preview on #E8A6EB background

This text has black color on #E8A6EB background.


White color preview on #E8A6EB background

This text has white color on #E8A6EB background.


Related colors

Complementary color

Complementary color for #hex is #175914.


I love getcolorcode.com

Triadic colors

1 #EBE8A6 and #A6EBE8 with #E8A6EB are triadic colors.

2 #EBA6E8 and #A6E8EB with #E8A6EB are triadic colors.