Shades of Mauve #EBA7FE
Tints of Mauve #EBA7FE
RGB
CMYK
RGB Variations
Color information
#EBA7FE (or 0xEBA7FE) is known color: Mauve. HEX triplet: EB, A7 and FE. RGB value is (235,167,254). Sum of RGB (Red+Green+Blue) = 235+167+254=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 167 (65.62% from 255 or 25.46% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBA7FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA7FE is #145801. Grayscale: #C4C4C4. Windows color (decimal): -1333250 or 16689131. OLE color: 16689131.
HSL color Cylindrical-coordinate representation of color #EBA7FE: hue angle of 286.9º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBA7FE is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 167 | 254 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.00 |
| HSL | 286.9º | 0.98% | 0.83% | - |
| HSV(B) | 286.9º | 0.34% | 1% | - |
| XYZ | 65.97 | 52.46 | 100.41 | - |
| YUV | 197.25 | 160.03 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 254 | 0.07 | 0.34 | 0 | 0.00 | 286.9 | 0.98 | 0.83 |
| Hex | EB | A7 | FE | 7 | 22 | 0 | 0 | 11F | 62 | 53 |
| Octal | 353 | 247 | 376 | 7 | 42 | 0 | 0 | 437 | 142 | 123 |
| Binary | 11101011 | 10100111 | 11111110 | 111 | 100010 | 0 | 0 | 100011111 | 1100010 | 1010011 |
Color Harmonies of #EBA7FE
Complementary color
Monochromatic Colors of #EBA7FE
Black with #EBA7FE
Text Example
Text Example
White with #EBA7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA7FE; }
p { color: rgb(235,167,254); }
H1.HeaderClassName
{
color: #EBA7FE;
}
.AnyTagClassName
{
color: #EBA7FE;
}
</style>
background-color css
<style>
a { background-color: #EBA7FE; }
a { background-color: rgb(235,167,254); }
div.DivClassName
{
background-color: #EBA7FE;
}
.BgClassName
{
background-color: #EBA7FE;
}
</style>
border-color css
<style>
span { border-color: #EBA7FE; }
span { border-color: rgb(235,167,254); }
td.TdClassName
{
border-color: #EBA7FE;
}
.TagClassName
{
border-color: #EBA7FE;
}
</style>