Shades of Mauve #EBA7F8
Tints of Mauve #EBA7F8
RGB
CMYK
RGB Variations
Color information
#EBA7F8 (or 0xEBA7F8) is known color: Mauve. HEX triplet: EB, A7 and F8. RGB value is (235,167,248). Sum of RGB (Red+Green+Blue) = 235+167+248=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 167 (65.62% from 255 or 25.69% from 650); Blue value is 248 (97.27% from 255 or 38.15% from 650); Max value from RGB is 248 - color contains mainly: blue. Hex color #EBA7F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA7F8 is #145807. Grayscale: #C4C4C4. Windows color (decimal): -1333256 or 16295915. OLE color: 16295915.
HSL color Cylindrical-coordinate representation of color #EBA7F8: hue angle of 290.37º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBA7F8 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 235 | 167 | 248 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.03 |
| HSL | 290.37º | 0.85% | 0.81% | - |
| HSV(B) | 290.37º | 0.33% | 0.97% | - |
| XYZ | 65.02 | 52.08 | 95.43 | - |
| YUV | 196.57 | 157.03 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 248 | 0.05 | 0.33 | 0 | 0.03 | 290.37 | 0.85 | 0.81 |
| Hex | EB | A7 | F8 | 5 | 21 | 0 | 3 | 122 | 55 | 51 |
| Octal | 353 | 247 | 370 | 5 | 41 | 0 | 3 | 442 | 125 | 121 |
| Binary | 11101011 | 10100111 | 11111000 | 101 | 100001 | 0 | 11 | 100100010 | 1010101 | 1010001 |
Color Harmonies of #EBA7F8
Complementary color
Monochromatic Colors of #EBA7F8
Black with #EBA7F8
Text Example
Text Example
White with #EBA7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA7F8; }
p { color: rgb(235,167,248); }
H1.HeaderClassName
{
color: #EBA7F8;
}
.AnyTagClassName
{
color: #EBA7F8;
}
</style>
background-color css
<style>
a { background-color: #EBA7F8; }
a { background-color: rgb(235,167,248); }
div.DivClassName
{
background-color: #EBA7F8;
}
.BgClassName
{
background-color: #EBA7F8;
}
</style>
border-color css
<style>
span { border-color: #EBA7F8; }
span { border-color: rgb(235,167,248); }
td.TdClassName
{
border-color: #EBA7F8;
}
.TagClassName
{
border-color: #EBA7F8;
}
</style>