Shades of Mauve #EBA6F5
Tints of Mauve #EBA6F5
RGB
CMYK
RGB Variations
Color information
#EBA6F5 (or 0xEBA6F5) is known color: Mauve. HEX triplet: EB, A6 and F5. RGB value is (235,166,245). Sum of RGB (Red+Green+Blue) = 235+166+245=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 166 (65.23% from 255 or 25.70% from 646); Blue value is 245 (96.09% from 255 or 37.93% from 646); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBA6F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA6F5 is #14590A. Grayscale: #C3C3C3. Windows color (decimal): -1333515 or 16099051. OLE color: 16099051.
HSL color Cylindrical-coordinate representation of color #EBA6F5: hue angle of 292.41º 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 #EBA6F5 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 166 | 245 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.04 |
| HSL | 292.41º | 0.8% | 0.81% | - |
| HSV(B) | 292.41º | 0.32% | 0.96% | - |
| XYZ | 64.38 | 51.53 | 92.94 | - |
| YUV | 195.64 | 155.86 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 245 | 0.04 | 0.32 | 0 | 0.04 | 292.41 | 0.8 | 0.81 |
| Hex | EB | A6 | F5 | 4 | 20 | 0 | 4 | 124 | 50 | 51 |
| Octal | 353 | 246 | 365 | 4 | 40 | 0 | 4 | 444 | 120 | 121 |
| Binary | 11101011 | 10100110 | 11110101 | 100 | 100000 | 0 | 100 | 100100100 | 1010000 | 1010001 |
Color Harmonies of #EBA6F5
Complementary color
Monochromatic Colors of #EBA6F5
Black with #EBA6F5
Text Example
Text Example
White with #EBA6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA6F5; }
p { color: rgb(235,166,245); }
H1.HeaderClassName
{
color: #EBA6F5;
}
.AnyTagClassName
{
color: #EBA6F5;
}
</style>
background-color css
<style>
a { background-color: #EBA6F5; }
a { background-color: rgb(235,166,245); }
div.DivClassName
{
background-color: #EBA6F5;
}
.BgClassName
{
background-color: #EBA6F5;
}
</style>
border-color css
<style>
span { border-color: #EBA6F5; }
span { border-color: rgb(235,166,245); }
td.TdClassName
{
border-color: #EBA6F5;
}
.TagClassName
{
border-color: #EBA6F5;
}
</style>