Shades of Mauve #EBA5FC
Tints of Mauve #EBA5FC
RGB
CMYK
RGB Variations
Color information
#EBA5FC (or 0xEBA5FC) is known color: Mauve. HEX triplet: EB, A5 and FC. RGB value is (235,165,252). Sum of RGB (Red+Green+Blue) = 235+165+252=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 165 (64.84% from 255 or 25.31% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBA5FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA5FC is #145A03. Grayscale: #C3C3C3. Windows color (decimal): -1333764 or 16557547. OLE color: 16557547.
HSL color Cylindrical-coordinate representation of color #EBA5FC: hue angle of 288.28º degrees, saturation: 0.94, 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 #EBA5FC is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 165 | 252 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.01 |
| HSL | 288.28º | 0.94% | 0.82% | - |
| HSV(B) | 288.28º | 0.35% | 0.99% | - |
| XYZ | 65.29 | 51.6 | 98.61 | - |
| YUV | 195.85 | 159.69 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 252 | 0.07 | 0.35 | 0 | 0.01 | 288.28 | 0.94 | 0.82 |
| Hex | EB | A5 | FC | 7 | 23 | 0 | 1 | 120 | 5E | 52 |
| Octal | 353 | 245 | 374 | 7 | 43 | 0 | 1 | 440 | 136 | 122 |
| Binary | 11101011 | 10100101 | 11111100 | 111 | 100011 | 0 | 1 | 100100000 | 1011110 | 1010010 |
Color Harmonies of #EBA5FC
Complementary color
Monochromatic Colors of #EBA5FC
Black with #EBA5FC
Text Example
Text Example
White with #EBA5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA5FC; }
p { color: rgb(235,165,252); }
H1.HeaderClassName
{
color: #EBA5FC;
}
.AnyTagClassName
{
color: #EBA5FC;
}
</style>
background-color css
<style>
a { background-color: #EBA5FC; }
a { background-color: rgb(235,165,252); }
div.DivClassName
{
background-color: #EBA5FC;
}
.BgClassName
{
background-color: #EBA5FC;
}
</style>
border-color css
<style>
span { border-color: #EBA5FC; }
span { border-color: rgb(235,165,252); }
td.TdClassName
{
border-color: #EBA5FC;
}
.TagClassName
{
border-color: #EBA5FC;
}
</style>