Shades of Mauve #EBAAF8
Tints of Mauve #EBAAF8
RGB
CMYK
RGB Variations
Color information
#EBAAF8 (or 0xEBAAF8) is known color: Mauve. HEX triplet: EB, AA and F8. RGB value is (235,170,248). Sum of RGB (Red+Green+Blue) = 235+170+248=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 170 (66.80% from 255 or 26.03% from 653); Blue value is 248 (97.27% from 255 or 37.98% from 653); Max value from RGB is 248 - color contains mainly: blue. Hex color #EBAAF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAF8 is #145507. Grayscale: #C6C6C6. Windows color (decimal): -1332488 or 16296683. OLE color: 16296683.
HSL color Cylindrical-coordinate representation of color #EBAAF8: hue angle of 290º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBAAF8 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 235 | 170 | 248 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.03 |
| HSL | 290º | 0.85% | 0.82% | - |
| HSV(B) | 290º | 0.31% | 0.97% | - |
| XYZ | 65.58 | 53.19 | 95.62 | - |
| YUV | 198.33 | 156.03 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 170 | 248 | 0.05 | 0.31 | 0 | 0.03 | 290 | 0.85 | 0.82 |
| Hex | EB | AA | F8 | 5 | 1F | 0 | 3 | 122 | 55 | 52 |
| Octal | 353 | 252 | 370 | 5 | 37 | 0 | 3 | 442 | 125 | 122 |
| Binary | 11101011 | 10101010 | 11111000 | 101 | 11111 | 0 | 11 | 100100010 | 1010101 | 1010010 |
Color Harmonies of #EBAAF8
Complementary color
Monochromatic Colors of #EBAAF8
Black with #EBAAF8
Text Example
Text Example
White with #EBAAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAAF8; }
p { color: rgb(235,170,248); }
H1.HeaderClassName
{
color: #EBAAF8;
}
.AnyTagClassName
{
color: #EBAAF8;
}
</style>
background-color css
<style>
a { background-color: #EBAAF8; }
a { background-color: rgb(235,170,248); }
div.DivClassName
{
background-color: #EBAAF8;
}
.BgClassName
{
background-color: #EBAAF8;
}
</style>
border-color css
<style>
span { border-color: #EBAAF8; }
span { border-color: rgb(235,170,248); }
td.TdClassName
{
border-color: #EBAAF8;
}
.TagClassName
{
border-color: #EBAAF8;
}
</style>