Shades of Mauve #EBA9FC
Tints of Mauve #EBA9FC
RGB
CMYK
RGB Variations
Color information
#EBA9FC (or 0xEBA9FC) is known color: Mauve. HEX triplet: EB, A9 and FC. RGB value is (235,169,252). Sum of RGB (Red+Green+Blue) = 235+169+252=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 169 (66.41% from 255 or 25.76% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBA9FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA9FC is #145603. Grayscale: #C5C5C5. Windows color (decimal): -1332740 or 16558571. OLE color: 16558571.
HSL color Cylindrical-coordinate representation of color #EBA9FC: hue angle of 287.71º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBA9FC is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 169 | 252 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.01 |
| HSL | 287.71º | 0.93% | 0.83% | - |
| HSV(B) | 287.71º | 0.33% | 0.99% | - |
| XYZ | 66.02 | 53.07 | 98.86 | - |
| YUV | 198.2 | 158.37 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 252 | 0.07 | 0.33 | 0 | 0.01 | 287.71 | 0.93 | 0.83 |
| Hex | EB | A9 | FC | 7 | 21 | 0 | 1 | 120 | 5D | 53 |
| Octal | 353 | 251 | 374 | 7 | 41 | 0 | 1 | 440 | 135 | 123 |
| Binary | 11101011 | 10101001 | 11111100 | 111 | 100001 | 0 | 1 | 100100000 | 1011101 | 1010011 |
Color Harmonies of #EBA9FC
Complementary color
Monochromatic Colors of #EBA9FC
Black with #EBA9FC
Text Example
Text Example
White with #EBA9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA9FC; }
p { color: rgb(235,169,252); }
H1.HeaderClassName
{
color: #EBA9FC;
}
.AnyTagClassName
{
color: #EBA9FC;
}
</style>
background-color css
<style>
a { background-color: #EBA9FC; }
a { background-color: rgb(235,169,252); }
div.DivClassName
{
background-color: #EBA9FC;
}
.BgClassName
{
background-color: #EBA9FC;
}
</style>
border-color css
<style>
span { border-color: #EBA9FC; }
span { border-color: rgb(235,169,252); }
td.TdClassName
{
border-color: #EBA9FC;
}
.TagClassName
{
border-color: #EBA9FC;
}
</style>