Shades of Mauve #EBA5FD
Tints of Mauve #EBA5FD
RGB
CMYK
RGB Variations
Color information
#EBA5FD (or 0xEBA5FD) is known color: Mauve. HEX triplet: EB, A5 and FD. RGB value is (235,165,253). Sum of RGB (Red+Green+Blue) = 235+165+253=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 165 (64.84% from 255 or 25.27% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBA5FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA5FD is #145A02. Grayscale: #C3C3C3. Windows color (decimal): -1333763 or 16623083. OLE color: 16623083.
HSL color Cylindrical-coordinate representation of color #EBA5FD: hue angle of 287.73º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBA5FD is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 165 | 253 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.01 |
| HSL | 287.73º | 0.96% | 0.82% | - |
| HSV(B) | 287.73º | 0.35% | 0.99% | - |
| XYZ | 65.45 | 51.66 | 99.45 | - |
| YUV | 195.96 | 160.19 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 253 | 0.07 | 0.35 | 0 | 0.01 | 287.73 | 0.96 | 0.82 |
| Hex | EB | A5 | FD | 7 | 23 | 0 | 1 | 120 | 60 | 52 |
| Octal | 353 | 245 | 375 | 7 | 43 | 0 | 1 | 440 | 140 | 122 |
| Binary | 11101011 | 10100101 | 11111101 | 111 | 100011 | 0 | 1 | 100100000 | 1100000 | 1010010 |
Color Harmonies of #EBA5FD
Complementary color
Monochromatic Colors of #EBA5FD
Black with #EBA5FD
Text Example
Text Example
White with #EBA5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA5FD; }
p { color: rgb(235,165,253); }
H1.HeaderClassName
{
color: #EBA5FD;
}
.AnyTagClassName
{
color: #EBA5FD;
}
</style>
background-color css
<style>
a { background-color: #EBA5FD; }
a { background-color: rgb(235,165,253); }
div.DivClassName
{
background-color: #EBA5FD;
}
.BgClassName
{
background-color: #EBA5FD;
}
</style>
border-color css
<style>
span { border-color: #EBA5FD; }
span { border-color: rgb(235,165,253); }
td.TdClassName
{
border-color: #EBA5FD;
}
.TagClassName
{
border-color: #EBA5FD;
}
</style>