Shades of Mauve #EBA7FA
Tints of Mauve #EBA7FA
RGB
CMYK
RGB Variations
Color information
#EBA7FA (or 0xEBA7FA) is known color: Mauve. HEX triplet: EB, A7 and FA. RGB value is (235,167,250). Sum of RGB (Red+Green+Blue) = 235+167+250=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 167 (65.62% from 255 or 25.61% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBA7FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA7FA is #145805. Grayscale: #C4C4C4. Windows color (decimal): -1333254 or 16426987. OLE color: 16426987.
HSL color Cylindrical-coordinate representation of color #EBA7FA: hue angle of 289.16º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBA7FA is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 167 | 250 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.02 |
| HSL | 289.16º | 0.89% | 0.82% | - |
| HSV(B) | 289.16º | 0.33% | 0.98% | - |
| XYZ | 65.33 | 52.2 | 97.07 | - |
| YUV | 196.79 | 158.03 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 250 | 0.06 | 0.33 | 0 | 0.02 | 289.16 | 0.89 | 0.82 |
| Hex | EB | A7 | FA | 6 | 21 | 0 | 2 | 121 | 59 | 52 |
| Octal | 353 | 247 | 372 | 6 | 41 | 0 | 2 | 441 | 131 | 122 |
| Binary | 11101011 | 10100111 | 11111010 | 110 | 100001 | 0 | 10 | 100100001 | 1011001 | 1010010 |
Color Harmonies of #EBA7FA
Complementary color
Monochromatic Colors of #EBA7FA
Black with #EBA7FA
Text Example
Text Example
White with #EBA7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA7FA; }
p { color: rgb(235,167,250); }
H1.HeaderClassName
{
color: #EBA7FA;
}
.AnyTagClassName
{
color: #EBA7FA;
}
</style>
background-color css
<style>
a { background-color: #EBA7FA; }
a { background-color: rgb(235,167,250); }
div.DivClassName
{
background-color: #EBA7FA;
}
.BgClassName
{
background-color: #EBA7FA;
}
</style>
border-color css
<style>
span { border-color: #EBA7FA; }
span { border-color: rgb(235,167,250); }
td.TdClassName
{
border-color: #EBA7FA;
}
.TagClassName
{
border-color: #EBA7FA;
}
</style>