#EAB5FA

Color #EAB5FA Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #EAB5FA

Tints of Mauve #EAB5FA

Color information

#EAB5FA (or 0xEAB5FA) is unknown color: approx Mauve. HEX triplet: EA, B5 and FA. RGB value is (234,181,250). Sum of RGB (Red+Green+Blue) = 234+181+250=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 181 (71.09% from 255 or 27.22% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAB5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB5FA is #154A05. Grayscale: #CCCCCC. Windows color (decimal): -1395206 or 16430570. OLE color: 16430570.

HSL color Cylindrical-coordinate representation of color #EAB5FA: hue angle of 286.09º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAB5FA is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234181250-
CMYK0.060.2800.02
HSL286.09º87.34%84.51%-
HSV(B)286.09º27.6%98.04%-
XYZ67.7157.4497.96-
YUV204.71153.56148.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 35.19%
GREEN value IS 181 (71.09% from 255) = 27.22%
BLUE value IS 250 (98.05% from 255) = 37.59%
R=35.19%
G=27.22%
B=37.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341812500.060.2800.02286.0987.3484.51
HexEAB5FA61C0211e5755
Octal35226537263402436127125
Binary1110101010110101111110101101110001010001111010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB5FA; }

 p { color: rgb(234,181,250); }

 H1.HeaderClassName
 {
   color: #EAB5FA;
 }
 .AnyTagClassName
 {
   color: #EAB5FA;
 }
</style>
background-color css

<style>
 a { background-color: #EAB5FA; }

 a { background-color: rgb(234,181,250); }

 div.DivClassName
 {
   background-color: #EAB5FA;
 }
 .BgClassName
 {
   background-color: #EAB5FA;
 }
</style>
border-color css

<style>
 span { border-color: #EAB5FA; }

 span { border-color: rgb(234,181,250); }

 td.TdClassName
 {
   border-color: #EAB5FA;
 }
 .TagClassName
 {
   border-color: #EAB5FA;
 }
</style>