Shades of Mauve #EBA0FF
Tints of Mauve #EBA0FF
RGB
CMYK
RGB Variations
Color information
#EBA0FF (or 0xEBA0FF) is known color: Mauve. HEX triplet: EB, A0 and FF. RGB value is (235,160,255). Sum of RGB (Red+Green+Blue) = 235+160+255=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 160 (62.89% from 255 or 24.62% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBA0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA0FF is #145F00. Grayscale: #C0C0C0. Windows color (decimal): -1335041 or 16752875. OLE color: 16752875.
HSL color Cylindrical-coordinate representation of color #EBA0FF: hue angle of 287.37º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBA0FF is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 160 | 255 | - |
| CMYK | 0.08 | 0.37 | 0 | 0 |
| HSL | 287.37º | 1% | 0.81% | - |
| HSV(B) | 287.37º | 0.37% | 1% | - |
| XYZ | 64.88 | 50.02 | 100.84 | - |
| YUV | 193.26 | 162.85 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 255 | 0.08 | 0.37 | 0 | 0 | 287.37 | 1 | 0.81 |
| Hex | EB | A0 | FF | 8 | 25 | 0 | 0 | 11F | 64 | 51 |
| Octal | 353 | 240 | 377 | 10 | 45 | 0 | 0 | 437 | 144 | 121 |
| Binary | 11101011 | 10100000 | 11111111 | 1000 | 100101 | 0 | 0 | 100011111 | 1100100 | 1010001 |
Color Harmonies of #EBA0FF
Complementary color
Monochromatic Colors of #EBA0FF
Black with #EBA0FF
Text Example
Text Example
White with #EBA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA0FF; }
p { color: rgb(235,160,255); }
H1.HeaderClassName
{
color: #EBA0FF;
}
.AnyTagClassName
{
color: #EBA0FF;
}
</style>
background-color css
<style>
a { background-color: #EBA0FF; }
a { background-color: rgb(235,160,255); }
div.DivClassName
{
background-color: #EBA0FF;
}
.BgClassName
{
background-color: #EBA0FF;
}
</style>
border-color css
<style>
span { border-color: #EBA0FF; }
span { border-color: rgb(235,160,255); }
td.TdClassName
{
border-color: #EBA0FF;
}
.TagClassName
{
border-color: #EBA0FF;
}
</style>