Shades of Mauve #EBA1FF
Tints of Mauve #EBA1FF
RGB
CMYK
RGB Variations
Color information
#EBA1FF (or 0xEBA1FF) is known color: Mauve. HEX triplet: EB, A1 and FF. RGB value is (235,161,255). Sum of RGB (Red+Green+Blue) = 235+161+255=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 161 (63.28% from 255 or 24.73% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBA1FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA1FF is #145E00. Grayscale: #C1C1C1. Windows color (decimal): -1334785 or 16753131. OLE color: 16753131.
HSL color Cylindrical-coordinate representation of color #EBA1FF: hue angle of 287.23º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBA1FF is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 161 | 255 | - |
| CMYK | 0.08 | 0.37 | 0 | 0 |
| HSL | 287.23º | 1% | 0.82% | - |
| HSV(B) | 287.23º | 0.37% | 1% | - |
| XYZ | 65.06 | 50.37 | 100.9 | - |
| YUV | 193.84 | 162.52 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 255 | 0.08 | 0.37 | 0 | 0 | 287.23 | 1 | 0.82 |
| Hex | EB | A1 | FF | 8 | 25 | 0 | 0 | 11F | 64 | 52 |
| Octal | 353 | 241 | 377 | 10 | 45 | 0 | 0 | 437 | 144 | 122 |
| Binary | 11101011 | 10100001 | 11111111 | 1000 | 100101 | 0 | 0 | 100011111 | 1100100 | 1010010 |
Color Harmonies of #EBA1FF
Complementary color
Monochromatic Colors of #EBA1FF
Black with #EBA1FF
Text Example
Text Example
White with #EBA1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA1FF; }
p { color: rgb(235,161,255); }
H1.HeaderClassName
{
color: #EBA1FF;
}
.AnyTagClassName
{
color: #EBA1FF;
}
</style>
background-color css
<style>
a { background-color: #EBA1FF; }
a { background-color: rgb(235,161,255); }
div.DivClassName
{
background-color: #EBA1FF;
}
.BgClassName
{
background-color: #EBA1FF;
}
</style>
border-color css
<style>
span { border-color: #EBA1FF; }
span { border-color: rgb(235,161,255); }
td.TdClassName
{
border-color: #EBA1FF;
}
.TagClassName
{
border-color: #EBA1FF;
}
</style>