Shades of Mauve #EBA7FB
Tints of Mauve #EBA7FB
RGB
CMYK
RGB Variations
Color information
#EBA7FB (or 0xEBA7FB) is known color: Mauve. HEX triplet: EB, A7 and FB. RGB value is (235,167,251). Sum of RGB (Red+Green+Blue) = 235+167+251=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 167 (65.62% from 255 or 25.57% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBA7FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA7FB is #145804. Grayscale: #C4C4C4. Windows color (decimal): -1333253 or 16492523. OLE color: 16492523.
HSL color Cylindrical-coordinate representation of color #EBA7FB: hue angle of 288.57º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBA7FB is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 167 | 251 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.02 |
| HSL | 288.57º | 0.91% | 0.82% | - |
| HSV(B) | 288.57º | 0.33% | 0.98% | - |
| XYZ | 65.49 | 52.26 | 97.9 | - |
| YUV | 196.91 | 158.53 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 251 | 0.06 | 0.33 | 0 | 0.02 | 288.57 | 0.91 | 0.82 |
| Hex | EB | A7 | FB | 6 | 21 | 0 | 2 | 121 | 5B | 52 |
| Octal | 353 | 247 | 373 | 6 | 41 | 0 | 2 | 441 | 133 | 122 |
| Binary | 11101011 | 10100111 | 11111011 | 110 | 100001 | 0 | 10 | 100100001 | 1011011 | 1010010 |
Color Harmonies of #EBA7FB
Complementary color
Monochromatic Colors of #EBA7FB
Black with #EBA7FB
Text Example
Text Example
White with #EBA7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA7FB; }
p { color: rgb(235,167,251); }
H1.HeaderClassName
{
color: #EBA7FB;
}
.AnyTagClassName
{
color: #EBA7FB;
}
</style>
background-color css
<style>
a { background-color: #EBA7FB; }
a { background-color: rgb(235,167,251); }
div.DivClassName
{
background-color: #EBA7FB;
}
.BgClassName
{
background-color: #EBA7FB;
}
</style>
border-color css
<style>
span { border-color: #EBA7FB; }
span { border-color: rgb(235,167,251); }
td.TdClassName
{
border-color: #EBA7FB;
}
.TagClassName
{
border-color: #EBA7FB;
}
</style>