Shades of Mauve #EBA3FF
Tints of Mauve #EBA3FF
RGB
CMYK
RGB Variations
Color information
#EBA3FF (or 0xEBA3FF) is known color: Mauve. HEX triplet: EB, A3 and FF. RGB value is (235,163,255). Sum of RGB (Red+Green+Blue) = 235+163+255=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 163 (64.06% from 255 or 24.96% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBA3FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA3FF is #145C00. Grayscale: #C2C2C2. Windows color (decimal): -1334273 or 16753643. OLE color: 16753643.
HSL color Cylindrical-coordinate representation of color #EBA3FF: hue angle of 286.96º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBA3FF is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 163 | 255 | - |
| CMYK | 0.08 | 0.36 | 0 | 0 |
| HSL | 286.96º | 1% | 0.82% | - |
| HSV(B) | 286.96º | 0.36% | 1% | - |
| XYZ | 65.41 | 51.08 | 101.02 | - |
| YUV | 195.02 | 161.85 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 255 | 0.08 | 0.36 | 0 | 0 | 286.96 | 1 | 0.82 |
| Hex | EB | A3 | FF | 8 | 24 | 0 | 0 | 11F | 64 | 52 |
| Octal | 353 | 243 | 377 | 10 | 44 | 0 | 0 | 437 | 144 | 122 |
| Binary | 11101011 | 10100011 | 11111111 | 1000 | 100100 | 0 | 0 | 100011111 | 1100100 | 1010010 |
Color Harmonies of #EBA3FF
Complementary color
Monochromatic Colors of #EBA3FF
Black with #EBA3FF
Text Example
Text Example
White with #EBA3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA3FF; }
p { color: rgb(235,163,255); }
H1.HeaderClassName
{
color: #EBA3FF;
}
.AnyTagClassName
{
color: #EBA3FF;
}
</style>
background-color css
<style>
a { background-color: #EBA3FF; }
a { background-color: rgb(235,163,255); }
div.DivClassName
{
background-color: #EBA3FF;
}
.BgClassName
{
background-color: #EBA3FF;
}
</style>
border-color css
<style>
span { border-color: #EBA3FF; }
span { border-color: rgb(235,163,255); }
td.TdClassName
{
border-color: #EBA3FF;
}
.TagClassName
{
border-color: #EBA3FF;
}
</style>