Shades of Mauve #EBAAFA
Tints of Mauve #EBAAFA
RGB
CMYK
RGB Variations
Color information
#EBAAFA (or 0xEBAAFA) is known color: Mauve. HEX triplet: EB, AA and FA. RGB value is (235,170,250). Sum of RGB (Red+Green+Blue) = 235+170+250=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 170 (66.80% from 255 or 25.95% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBAAFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAFA is #145505. Grayscale: #C6C6C6. Windows color (decimal): -1332486 or 16427755. OLE color: 16427755.
HSL color Cylindrical-coordinate representation of color #EBAAFA: hue angle of 288.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBAAFA is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 170 | 250 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.02 |
| HSL | 288.75º | 0.89% | 0.82% | - |
| HSV(B) | 288.75º | 0.32% | 0.98% | - |
| XYZ | 65.89 | 53.31 | 97.26 | - |
| YUV | 198.56 | 157.03 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 170 | 250 | 0.06 | 0.32 | 0 | 0.02 | 288.75 | 0.89 | 0.82 |
| Hex | EB | AA | FA | 6 | 20 | 0 | 2 | 121 | 59 | 52 |
| Octal | 353 | 252 | 372 | 6 | 40 | 0 | 2 | 441 | 131 | 122 |
| Binary | 11101011 | 10101010 | 11111010 | 110 | 100000 | 0 | 10 | 100100001 | 1011001 | 1010010 |
Color Harmonies of #EBAAFA
Complementary color
Monochromatic Colors of #EBAAFA
Black with #EBAAFA
Text Example
Text Example
White with #EBAAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAAFA; }
p { color: rgb(235,170,250); }
H1.HeaderClassName
{
color: #EBAAFA;
}
.AnyTagClassName
{
color: #EBAAFA;
}
</style>
background-color css
<style>
a { background-color: #EBAAFA; }
a { background-color: rgb(235,170,250); }
div.DivClassName
{
background-color: #EBAAFA;
}
.BgClassName
{
background-color: #EBAAFA;
}
</style>
border-color css
<style>
span { border-color: #EBAAFA; }
span { border-color: rgb(235,170,250); }
td.TdClassName
{
border-color: #EBAAFA;
}
.TagClassName
{
border-color: #EBAAFA;
}
</style>