Shades of Mauve #EBA5FA
Tints of Mauve #EBA5FA
RGB
CMYK
RGB Variations
Color information
#EBA5FA (or 0xEBA5FA) is known color: Mauve. HEX triplet: EB, A5 and FA. RGB value is (235,165,250). Sum of RGB (Red+Green+Blue) = 235+165+250=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 165 (64.84% from 255 or 25.38% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBA5FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA5FA is #145A05. Grayscale: #C3C3C3. Windows color (decimal): -1333766 or 16426475. OLE color: 16426475.
HSL color Cylindrical-coordinate representation of color #EBA5FA: hue angle of 289.41º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBA5FA is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 165 | 250 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.02 |
| HSL | 289.41º | 0.89% | 0.81% | - |
| HSV(B) | 289.41º | 0.34% | 0.98% | - |
| XYZ | 64.97 | 51.47 | 96.95 | - |
| YUV | 195.62 | 158.69 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 250 | 0.06 | 0.34 | 0 | 0.02 | 289.41 | 0.89 | 0.81 |
| Hex | EB | A5 | FA | 6 | 22 | 0 | 2 | 121 | 59 | 51 |
| Octal | 353 | 245 | 372 | 6 | 42 | 0 | 2 | 441 | 131 | 121 |
| Binary | 11101011 | 10100101 | 11111010 | 110 | 100010 | 0 | 10 | 100100001 | 1011001 | 1010001 |
Color Harmonies of #EBA5FA
Complementary color
Monochromatic Colors of #EBA5FA
Black with #EBA5FA
Text Example
Text Example
White with #EBA5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA5FA; }
p { color: rgb(235,165,250); }
H1.HeaderClassName
{
color: #EBA5FA;
}
.AnyTagClassName
{
color: #EBA5FA;
}
</style>
background-color css
<style>
a { background-color: #EBA5FA; }
a { background-color: rgb(235,165,250); }
div.DivClassName
{
background-color: #EBA5FA;
}
.BgClassName
{
background-color: #EBA5FA;
}
</style>
border-color css
<style>
span { border-color: #EBA5FA; }
span { border-color: rgb(235,165,250); }
td.TdClassName
{
border-color: #EBA5FA;
}
.TagClassName
{
border-color: #EBA5FA;
}
</style>