COLOR #EBA6E8

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

235
166
232

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

Portions of RGB colors in percentages

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

%37.12
%26.22
%36.65

CMYK color model

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

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

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

CMYK percentages

%0
%29.36
%1.28
%7.84

Codes

Color #EBA6E8 in popluar color models

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

Color #EBA6E8 in popluar number systems.

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

Shades and tints

Shades of #EBA6E8

#EBA6E8
(235,166,232)
#D697D3
(214,151,211)
#C188BE
(193,136,190)
#AC79A9
(172,121,169)
#976A94
(151,106,148)
#825B7F
(130,91,127)
#6D4C6A
(109,76,106)
#583D55
(88,61,85)
#432E40
(67,46,64)
#2E1F2B
(46,31,43)
#191016
(25,16,22)
#000000
(0,0,0)

Tints of #EBA6E8

#EBA6E8
(235,166,232)
#ECAEEA
(236,174,234)
#EDB6EC
(237,182,236)
#EEBEEE
(238,190,238)
#EFC6F0
(239,198,240)
#F0CEF2
(240,206,242)
#F1D6F4
(241,214,244)
#F2DEF6
(242,222,246)
#F3E6F8
(243,230,248)
#F4EEFA
(244,238,250)
#F5F6FC
(245,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBA6E8; }

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

This text font color is #EBA6E8.

Background Color

.myBgColor { background-color: #EBA6E8; }

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

This div background color is #EBA6E8.

Border color

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

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

This div border color is #EBA6E8.

Opacity

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

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

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

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

This text has shadow with #EBA6E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBA6E8.

Preview

Color preview on black background

This text has color #EBA6E8 on black background.


Color preview on white background

This text has color #EBA6E8 on white background.


Black color preview on #EBA6E8 background

This text has black color on #EBA6E8 background.


White color preview on #EBA6E8 background

This text has white color on #EBA6E8 background.


Related colors

Complementary color

Complementary color for #hex is #145917.


I love getcolorcode.com

Triadic colors

1 #E8EBA6 and #A6E8EB with #EBA6E8 are triadic colors.

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