Shades of Mauve #EBA0FD
Tints of Mauve #EBA0FD
RGB
CMYK
RGB Variations
Color information
#EBA0FD (or 0xEBA0FD) is known color: Mauve. HEX triplet: EB, A0 and FD. RGB value is (235,160,253). Sum of RGB (Red+Green+Blue) = 235+160+253=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 160 (62.89% from 255 or 24.69% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBA0FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA0FD is #145F02. Grayscale: #C0C0C0. Windows color (decimal): -1335043 or 16621803. OLE color: 16621803.
HSL color Cylindrical-coordinate representation of color #EBA0FD: hue angle of 288.39º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBA0FD is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 160 | 253 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.01 |
| HSL | 288.39º | 0.96% | 0.81% | - |
| HSV(B) | 288.39º | 0.37% | 0.99% | - |
| XYZ | 64.56 | 49.9 | 99.16 | - |
| YUV | 193.03 | 161.85 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 253 | 0.07 | 0.37 | 0 | 0.01 | 288.39 | 0.96 | 0.81 |
| Hex | EB | A0 | FD | 7 | 25 | 0 | 1 | 120 | 60 | 51 |
| Octal | 353 | 240 | 375 | 7 | 45 | 0 | 1 | 440 | 140 | 121 |
| Binary | 11101011 | 10100000 | 11111101 | 111 | 100101 | 0 | 1 | 100100000 | 1100000 | 1010001 |
Color Harmonies of #EBA0FD
Complementary color
Monochromatic Colors of #EBA0FD
Black with #EBA0FD
Text Example
Text Example
White with #EBA0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA0FD; }
p { color: rgb(235,160,253); }
H1.HeaderClassName
{
color: #EBA0FD;
}
.AnyTagClassName
{
color: #EBA0FD;
}
</style>
background-color css
<style>
a { background-color: #EBA0FD; }
a { background-color: rgb(235,160,253); }
div.DivClassName
{
background-color: #EBA0FD;
}
.BgClassName
{
background-color: #EBA0FD;
}
</style>
border-color css
<style>
span { border-color: #EBA0FD; }
span { border-color: rgb(235,160,253); }
td.TdClassName
{
border-color: #EBA0FD;
}
.TagClassName
{
border-color: #EBA0FD;
}
</style>