Shades of Mauve #EBA6FF
Tints of Mauve #EBA6FF
RGB
CMYK
RGB Variations
Color information
#EBA6FF (or 0xEBA6FF) is known color: Mauve. HEX triplet: EB, A6 and FF. RGB value is (235,166,255). Sum of RGB (Red+Green+Blue) = 235+166+255=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 166 (65.23% from 255 or 25.30% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBA6FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA6FF is #145900. Grayscale: #C4C4C4. Windows color (decimal): -1333505 or 16754411. OLE color: 16754411.
HSL color Cylindrical-coordinate representation of color #EBA6FF: hue angle of 286.52º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBA6FF is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 166 | 255 | - |
| CMYK | 0.08 | 0.35 | 0 | 0 |
| HSL | 286.52º | 1% | 0.83% | - |
| HSV(B) | 286.52º | 0.35% | 1% | - |
| XYZ | 65.95 | 52.15 | 101.2 | - |
| YUV | 196.78 | 160.86 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 255 | 0.08 | 0.35 | 0 | 0 | 286.52 | 1 | 0.83 |
| Hex | EB | A6 | FF | 8 | 23 | 0 | 0 | 11F | 64 | 53 |
| Octal | 353 | 246 | 377 | 10 | 43 | 0 | 0 | 437 | 144 | 123 |
| Binary | 11101011 | 10100110 | 11111111 | 1000 | 100011 | 0 | 0 | 100011111 | 1100100 | 1010011 |
Color Harmonies of #EBA6FF
Complementary color
Monochromatic Colors of #EBA6FF
Black with #EBA6FF
Text Example
Text Example
White with #EBA6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA6FF; }
p { color: rgb(235,166,255); }
H1.HeaderClassName
{
color: #EBA6FF;
}
.AnyTagClassName
{
color: #EBA6FF;
}
</style>
background-color css
<style>
a { background-color: #EBA6FF; }
a { background-color: rgb(235,166,255); }
div.DivClassName
{
background-color: #EBA6FF;
}
.BgClassName
{
background-color: #EBA6FF;
}
</style>
border-color css
<style>
span { border-color: #EBA6FF; }
span { border-color: rgb(235,166,255); }
td.TdClassName
{
border-color: #EBA6FF;
}
.TagClassName
{
border-color: #EBA6FF;
}
</style>