Shades of Mauve #EBA7F5
Tints of Mauve #EBA7F5
RGB
CMYK
RGB Variations
Color information
#EBA7F5 (or 0xEBA7F5) is known color: Mauve. HEX triplet: EB, A7 and F5. RGB value is (235,167,245). Sum of RGB (Red+Green+Blue) = 235+167+245=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 167 (65.62% from 255 or 25.81% from 647); Blue value is 245 (96.09% from 255 or 37.87% from 647); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBA7F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA7F5 is #14580A. Grayscale: #C3C3C3. Windows color (decimal): -1333259 or 16099307. OLE color: 16099307.
HSL color Cylindrical-coordinate representation of color #EBA7F5: hue angle of 292.31º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBA7F5 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 167 | 245 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.04 |
| HSL | 292.31º | 0.8% | 0.81% | - |
| HSV(B) | 292.31º | 0.32% | 0.96% | - |
| XYZ | 64.56 | 51.89 | 93 | - |
| YUV | 196.22 | 155.53 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 245 | 0.04 | 0.32 | 0 | 0.04 | 292.31 | 0.8 | 0.81 |
| Hex | EB | A7 | F5 | 4 | 20 | 0 | 4 | 124 | 50 | 51 |
| Octal | 353 | 247 | 365 | 4 | 40 | 0 | 4 | 444 | 120 | 121 |
| Binary | 11101011 | 10100111 | 11110101 | 100 | 100000 | 0 | 100 | 100100100 | 1010000 | 1010001 |
Color Harmonies of #EBA7F5
Complementary color
Monochromatic Colors of #EBA7F5
Black with #EBA7F5
Text Example
Text Example
White with #EBA7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA7F5; }
p { color: rgb(235,167,245); }
H1.HeaderClassName
{
color: #EBA7F5;
}
.AnyTagClassName
{
color: #EBA7F5;
}
</style>
background-color css
<style>
a { background-color: #EBA7F5; }
a { background-color: rgb(235,167,245); }
div.DivClassName
{
background-color: #EBA7F5;
}
.BgClassName
{
background-color: #EBA7F5;
}
</style>
border-color css
<style>
span { border-color: #EBA7F5; }
span { border-color: rgb(235,167,245); }
td.TdClassName
{
border-color: #EBA7F5;
}
.TagClassName
{
border-color: #EBA7F5;
}
</style>