COLOR #EAB2F5

HEX: #EAB2F5
RGB: (234,178,245)

Color info

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

RGB color model

#EAB2F5 color RGB value is (234,178,245).

  • red value is 234;
  • green value is 178;
  • blue value is 245.
RGB:
(234,178,245)
(92%,70%,96%)

RGB channels and saturation

R 234 of 255 = 92%
G 178 of 255 = 70%
B 245 of 255 = 96%

234
178
245

R + G + B ~ 86%. #EAB2F5 is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 178 + 245 = 657 (100%)
R 234 of 657 ~ 35.62%
G 178 of 657 ~ 27.09%
B 245 of 657 ~ 37.29%

%35.62
%27.09
%37.29

CMYK color model

#EAB2F5 color CMYK value is (4,27,0,4).

  • cyan value is 4.49%
  • magenta value is 27.35%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(4,27,0,4)
C4M27Y0K4 
(4%,27%,0%,4%)
(0.04/0.27/0.00/0.04)	

CMYK percentages

%4.49
%27.35
%0
%3.92

Codes

Color #EAB2F5 in popluar color models

EAB2F5
RGB234178245
HSL290°77.01%82.94%
HSB/HSV290°27.35%96.08%
CMYK4.49%27.35%0.00%
3.92%

Color #EAB2F5 in popluar number systems.

HEXEAB2F5
Decimal234178245
Binary111010101011001011110101
Octal352262365

Shades and tints

Shades of #EAB2F5

#EAB2F5
(234,178,245)
#D5A2DF
(213,162,223)
#C092C9
(192,146,201)
#AB82B3
(171,130,179)
#96729D
(150,114,157)
#816287
(129,98,135)
#6C5271
(108,82,113)
#57425B
(87,66,91)
#423245
(66,50,69)
#2D222F
(45,34,47)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #EAB2F5

#EAB2F5
(234,178,245)
#EBB9F5
(235,185,245)
#ECC0F5
(236,192,245)
#EDC7F5
(237,199,245)
#EECEF5
(238,206,245)
#EFD5F5
(239,213,245)
#F0DCF5
(240,220,245)
#F1E3F5
(241,227,245)
#F2EAF5
(242,234,245)
#F3F1F5
(243,241,245)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB2F5 color. Also use rgb(234,178,245) instead hex code.

Text Font Color

.myTextColor { color: #EAB2F5; }

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

This text font color is #EAB2F5.


Background Color

.myBgColor { background-color: #EAB2F5; }

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

This div background color is #EAB2F5.


Border color

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

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

This div border color is #EAB2F5.


Opacity

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

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

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

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

This text has shadow with #EAB2F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB2F5 on black background.


Color preview on white background

This text has color #EAB2F5 on white background.



Black color preview on #EAB2F5 background

This text has black color on #EAB2F5 background.


White color preview on #EAB2F5 background

This text has white color on #EAB2F5 background.