COLOR #EAB5E6

HEX: #EAB5E6
RGB: (234,181,230)

Color info

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

RGB color model

#EAB5E6 color RGB value is (234,181,230).

  • red value is 234;
  • green value is 181;
  • blue value is 230.
RGB:
(234,181,230)
(92%,71%,90%)

RGB channels and saturation

R 234 of 255 = 92%
G 181 of 255 = 71%
B 230 of 255 = 90%

234
181
230

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

Portions of RGB colors in percentages

R + G + B =
234 + 181 + 230 = 645 (100%)
R 234 of 645 ~ 36.28%
G 181 of 645 ~ 28.06%
B 230 of 645 ~ 35.66%

%36.28
%28.06
%35.66

CMYK color model

#EAB5E6 color CMYK value is (0,23,2,8).

  • cyan value is 0.00%
  • magenta value is 22.65%
  • yellow value is 1.71%
  • key color value is 8.24%
CMYK:
(0,23,2,8)
C0M23Y2K8 
(0%,23%,2%,8%)
(0.00/0.23/0.02/0.08)	

CMYK percentages

%0
%22.65
%1.71
%8.24

Codes

Color #EAB5E6 in popluar color models

EAB5E6
RGB234181230
HSL305°55.79%81.37%
HSB/HSV305°22.65%91.76%
CMYK0.00%22.65%1.71%
8.24%

Color #EAB5E6 in popluar number systems.

HEXEAB5E6
Decimal234181230
Binary111010101011010111100110
Octal352265346

Shades and tints

Shades of #EAB5E6

#EAB5E6
(234,181,230)
#D5A5D2
(213,165,210)
#C095BE
(192,149,190)
#AB85AA
(171,133,170)
#967596
(150,117,150)
#816582
(129,101,130)
#6C556E
(108,85,110)
#57455A
(87,69,90)
#423546
(66,53,70)
#2D2532
(45,37,50)
#18151E
(24,21,30)
#000000
(0,0,0)

Tints of #EAB5E6

#EAB5E6
(234,181,230)
#EBBBE8
(235,187,232)
#ECC1EA
(236,193,234)
#EDC7EC
(237,199,236)
#EECDEE
(238,205,238)
#EFD3F0
(239,211,240)
#F0D9F2
(240,217,242)
#F1DFF4
(241,223,244)
#F2E5F6
(242,229,246)
#F3EBF8
(243,235,248)
#F4F1FA
(244,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB5E6 color. Also use rgb(234,181,230) instead hex code.

Text Font Color

.myTextColor { color: #EAB5E6; }

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

This text font color is #EAB5E6.


Background Color

.myBgColor { background-color: #EAB5E6; }

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

This div background color is #EAB5E6.


Border color

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

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

This div border color is #EAB5E6.


Opacity

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

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

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

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

This text has shadow with #EAB5E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB5E6 on black background.


Color preview on white background

This text has color #EAB5E6 on white background.



Black color preview on #EAB5E6 background

This text has black color on #EAB5E6 background.


White color preview on #EAB5E6 background

This text has white color on #EAB5E6 background.