Shades of Mauve #EBA5F9
Tints of Mauve #EBA5F9
RGB
CMYK
RGB Variations
Color information
#EBA5F9 (or 0xEBA5F9) is known color: Mauve. HEX triplet: EB, A5 and F9. RGB value is (235,165,249). Sum of RGB (Red+Green+Blue) = 235+165+249=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 165 (64.84% from 255 or 25.42% from 649); Blue value is 249 (97.66% from 255 or 38.37% from 649); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBA5F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA5F9 is #145A06. Grayscale: #C3C3C3. Windows color (decimal): -1333767 or 16360939. OLE color: 16360939.
HSL color Cylindrical-coordinate representation of color #EBA5F9: hue angle of 290º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBA5F9 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 165 | 249 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.02 |
| HSL | 290º | 0.88% | 0.81% | - |
| HSV(B) | 290º | 0.34% | 0.98% | - |
| XYZ | 64.81 | 51.41 | 96.13 | - |
| YUV | 195.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 249 | 0.06 | 0.34 | 0 | 0.02 | 290 | 0.88 | 0.81 |
| Hex | EB | A5 | F9 | 6 | 22 | 0 | 2 | 122 | 58 | 51 |
| Octal | 353 | 245 | 371 | 6 | 42 | 0 | 2 | 442 | 130 | 121 |
| Binary | 11101011 | 10100101 | 11111001 | 110 | 100010 | 0 | 10 | 100100010 | 1011000 | 1010001 |
Color Harmonies of #EBA5F9
Complementary color
Monochromatic Colors of #EBA5F9
Black with #EBA5F9
Text Example
Text Example
White with #EBA5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA5F9; }
p { color: rgb(235,165,249); }
H1.HeaderClassName
{
color: #EBA5F9;
}
.AnyTagClassName
{
color: #EBA5F9;
}
</style>
background-color css
<style>
a { background-color: #EBA5F9; }
a { background-color: rgb(235,165,249); }
div.DivClassName
{
background-color: #EBA5F9;
}
.BgClassName
{
background-color: #EBA5F9;
}
</style>
border-color css
<style>
span { border-color: #EBA5F9; }
span { border-color: rgb(235,165,249); }
td.TdClassName
{
border-color: #EBA5F9;
}
.TagClassName
{
border-color: #EBA5F9;
}
</style>