Shades of Mauve #EBA2FA
Tints of Mauve #EBA2FA
RGB
CMYK
RGB Variations
Color information
#EBA2FA (or 0xEBA2FA) is known color: Mauve. HEX triplet: EB, A2 and FA. RGB value is (235,162,250). Sum of RGB (Red+Green+Blue) = 235+162+250=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 162 (63.67% from 255 or 25.04% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBA2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA2FA is #145D05. Grayscale: #C1C1C1. Windows color (decimal): -1334534 or 16425707. OLE color: 16425707.
HSL color Cylindrical-coordinate representation of color #EBA2FA: hue angle of 289.77º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBA2FA is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 162 | 250 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.02 |
| HSL | 289.77º | 0.9% | 0.81% | - |
| HSV(B) | 289.77º | 0.35% | 0.98% | - |
| XYZ | 64.44 | 50.4 | 96.78 | - |
| YUV | 193.86 | 159.68 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 250 | 0.06 | 0.35 | 0 | 0.02 | 289.77 | 0.9 | 0.81 |
| Hex | EB | A2 | FA | 6 | 23 | 0 | 2 | 122 | 5A | 51 |
| Octal | 353 | 242 | 372 | 6 | 43 | 0 | 2 | 442 | 132 | 121 |
| Binary | 11101011 | 10100010 | 11111010 | 110 | 100011 | 0 | 10 | 100100010 | 1011010 | 1010001 |
Color Harmonies of #EBA2FA
Complementary color
Monochromatic Colors of #EBA2FA
Black with #EBA2FA
Text Example
Text Example
White with #EBA2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA2FA; }
p { color: rgb(235,162,250); }
H1.HeaderClassName
{
color: #EBA2FA;
}
.AnyTagClassName
{
color: #EBA2FA;
}
</style>
background-color css
<style>
a { background-color: #EBA2FA; }
a { background-color: rgb(235,162,250); }
div.DivClassName
{
background-color: #EBA2FA;
}
.BgClassName
{
background-color: #EBA2FA;
}
</style>
border-color css
<style>
span { border-color: #EBA2FA; }
span { border-color: rgb(235,162,250); }
td.TdClassName
{
border-color: #EBA2FA;
}
.TagClassName
{
border-color: #EBA2FA;
}
</style>