Shades of Mauve #EBAAFF
Tints of Mauve #EBAAFF
RGB
CMYK
RGB Variations
Color information
#EBAAFF (or 0xEBAAFF) is known color: Mauve. HEX triplet: EB, AA and FF. RGB value is (235,170,255). Sum of RGB (Red+Green+Blue) = 235+170+255=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 170 (66.80% from 255 or 25.76% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBAAFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAFF is #145500. Grayscale: #C6C6C6. Windows color (decimal): -1332481 or 16755435. OLE color: 16755435.
HSL color Cylindrical-coordinate representation of color #EBAAFF: hue angle of 285.88º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBAAFF is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 170 | 255 | - |
| CMYK | 0.08 | 0.33 | 0 | 0 |
| HSL | 285.88º | 1% | 0.83% | - |
| HSV(B) | 285.88º | 0.33% | 1% | - |
| XYZ | 66.69 | 53.63 | 101.45 | - |
| YUV | 199.13 | 159.53 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 170 | 255 | 0.08 | 0.33 | 0 | 0 | 285.88 | 1 | 0.83 |
| Hex | EB | AA | FF | 8 | 21 | 0 | 0 | 11E | 64 | 53 |
| Octal | 353 | 252 | 377 | 10 | 41 | 0 | 0 | 436 | 144 | 123 |
| Binary | 11101011 | 10101010 | 11111111 | 1000 | 100001 | 0 | 0 | 100011110 | 1100100 | 1010011 |
Color Harmonies of #EBAAFF
Complementary color
Monochromatic Colors of #EBAAFF
Black with #EBAAFF
Text Example
Text Example
White with #EBAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAAFF; }
p { color: rgb(235,170,255); }
H1.HeaderClassName
{
color: #EBAAFF;
}
.AnyTagClassName
{
color: #EBAAFF;
}
</style>
background-color css
<style>
a { background-color: #EBAAFF; }
a { background-color: rgb(235,170,255); }
div.DivClassName
{
background-color: #EBAAFF;
}
.BgClassName
{
background-color: #EBAAFF;
}
</style>
border-color css
<style>
span { border-color: #EBAAFF; }
span { border-color: rgb(235,170,255); }
td.TdClassName
{
border-color: #EBAAFF;
}
.TagClassName
{
border-color: #EBAAFF;
}
</style>