Shades of Mauve #EBA1FD
Tints of Mauve #EBA1FD
RGB
CMYK
RGB Variations
Color information
#EBA1FD (or 0xEBA1FD) is known color: Mauve. HEX triplet: EB, A1 and FD. RGB value is (235,161,253). Sum of RGB (Red+Green+Blue) = 235+161+253=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 161 (63.28% from 255 or 24.81% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBA1FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA1FD is #145E02. Grayscale: #C1C1C1. Windows color (decimal): -1334787 or 16622059. OLE color: 16622059.
HSL color Cylindrical-coordinate representation of color #EBA1FD: hue angle of 288.26º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBA1FD is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 161 | 253 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.01 |
| HSL | 288.26º | 0.96% | 0.81% | - |
| HSV(B) | 288.26º | 0.36% | 0.99% | - |
| XYZ | 64.74 | 50.24 | 99.21 | - |
| YUV | 193.61 | 161.52 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 253 | 0.07 | 0.36 | 0 | 0.01 | 288.26 | 0.96 | 0.81 |
| Hex | EB | A1 | FD | 7 | 24 | 0 | 1 | 120 | 60 | 51 |
| Octal | 353 | 241 | 375 | 7 | 44 | 0 | 1 | 440 | 140 | 121 |
| Binary | 11101011 | 10100001 | 11111101 | 111 | 100100 | 0 | 1 | 100100000 | 1100000 | 1010001 |
Color Harmonies of #EBA1FD
Complementary color
Monochromatic Colors of #EBA1FD
Black with #EBA1FD
Text Example
Text Example
White with #EBA1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA1FD; }
p { color: rgb(235,161,253); }
H1.HeaderClassName
{
color: #EBA1FD;
}
.AnyTagClassName
{
color: #EBA1FD;
}
</style>
background-color css
<style>
a { background-color: #EBA1FD; }
a { background-color: rgb(235,161,253); }
div.DivClassName
{
background-color: #EBA1FD;
}
.BgClassName
{
background-color: #EBA1FD;
}
</style>
border-color css
<style>
span { border-color: #EBA1FD; }
span { border-color: rgb(235,161,253); }
td.TdClassName
{
border-color: #EBA1FD;
}
.TagClassName
{
border-color: #EBA1FD;
}
</style>