COLOR #EAB6E5

HEX: #EAB6E5 RGB: (234,182,229)

Color info

#EAB6E5 contains red, green and blue colors in about the same proportion. Web safe color of #EAB6E5 is #FFCCCC (or #FCC).

RGB color model

#EAB6E5 color RGB value is (234,182,229).

RGB: (234,182,229) (92%, 71%, 90%)

RGB channels and saturation

R 234 of 255 = 92%
G 182 of 255 = 71%
B 229 of 255 = 90%

234
182
229

R + G + B ~ 84%. #EAB6E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 182 + 229 = 645 (100%)
R 234 of 645 ~ 36.28%
G 182 of 645 ~ 28.22%
B 229 of 645 ~ 35.5'%

%36.28
%28.22
%35.5

CMYK color model

#EAB6E5 color CMYK value is (0,22,2,8).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 2.14%
  • key color value is 8.24%

CMYK: (0,22,2,8)
C0M22Y2K8 (0%, 22%, 2%, 8%)
(0.00 / 0.22 / 0.02 / 0.08)

CMYK percentages

%0
%22.22
%2.14
%8.24

Codes

Color #EAB6E5 in popluar color models

EA B6 E5
RGB 234 182 229
HSL 306° 55.32% 81.57%
HSB/HSV 306° 22.22% 91.76%
CMYK 0.00% 22.22% 2.14%
8.24%

Color #EAB6E5 in popluar number systems.

HEX EA B6 E5
Decimal 234 182 229
Binary 11101010 10110110 11100101
Octal 352 266 345

Shades and tints

Shades of #EAB6E5

#EAB6E5
(234,182,229)
#D5A6D1
(213,166,209)
#C096BD
(192,150,189)
#AB86A9
(171,134,169)
#967695
(150,118,149)
#816681
(129,102,129)
#6C566D
(108,86,109)
#574659
(87,70,89)
#423645
(66,54,69)
#2D2631
(45,38,49)
#18161D
(24,22,29)
#000000
(0,0,0)

Tints of #EAB6E5

#EAB6E5
(234,182,229)
#EBBCE7
(235,188,231)
#ECC2E9
(236,194,233)
#EDC8EB
(237,200,235)
#EECEED
(238,206,237)
#EFD4EF
(239,212,239)
#F0DAF1
(240,218,241)
#F1E0F3
(241,224,243)
#F2E6F5
(242,230,245)
#F3ECF7
(243,236,247)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB6E5 color. Also use rgb(234,182,229) instead hex code.

Text Font Color

.myTextColor { color: #EAB6E5; }

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

This text font color is #EAB6E5.

Background Color

.myBgColor { background-color: #EAB6E5; }

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

This div background color is #EAB6E5.

Border color

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

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

This div border color is #EAB6E5.

Opacity

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

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

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

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

This text has shadow with #EAB6E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAB6E5.

Preview

Color preview on black background

This text has color #EAB6E5 on black background.


Color preview on white background

This text has color #EAB6E5 on white background.


Black color preview on #EAB6E5 background

This text has black color on #EAB6E5 background.


White color preview on #EAB6E5 background

This text has white color on #EAB6E5 background.


Related colors

Complementary color

Complementary color for #hex is #15491A.


I love getcolorcode.com

Triadic colors

1 #E5EAB6 and #B6E5EA with #EAB6E5 are triadic colors.

2 #E5B6EA and #B6EAE5 with #EAB6E5 are triadic colors.