Shades of Mauve #EBA3FA
Tints of Mauve #EBA3FA
RGB
CMYK
RGB Variations
Color information
#EBA3FA (or 0xEBA3FA) is known color: Mauve. HEX triplet: EB, A3 and FA. RGB value is (235,163,250). Sum of RGB (Red+Green+Blue) = 235+163+250=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 163 (64.06% from 255 or 25.15% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBA3FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA3FA is #145C05. Grayscale: #C2C2C2. Windows color (decimal): -1334278 or 16425963. OLE color: 16425963.
HSL color Cylindrical-coordinate representation of color #EBA3FA: hue angle of 289.66º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBA3FA is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 163 | 250 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.02 |
| HSL | 289.66º | 0.9% | 0.81% | - |
| HSV(B) | 289.66º | 0.35% | 0.98% | - |
| XYZ | 64.61 | 50.76 | 96.83 | - |
| YUV | 194.45 | 159.35 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 250 | 0.06 | 0.35 | 0 | 0.02 | 289.66 | 0.9 | 0.81 |
| Hex | EB | A3 | FA | 6 | 23 | 0 | 2 | 122 | 5A | 51 |
| Octal | 353 | 243 | 372 | 6 | 43 | 0 | 2 | 442 | 132 | 121 |
| Binary | 11101011 | 10100011 | 11111010 | 110 | 100011 | 0 | 10 | 100100010 | 1011010 | 1010001 |
Color Harmonies of #EBA3FA
Complementary color
Monochromatic Colors of #EBA3FA
Black with #EBA3FA
Text Example
Text Example
White with #EBA3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA3FA; }
p { color: rgb(235,163,250); }
H1.HeaderClassName
{
color: #EBA3FA;
}
.AnyTagClassName
{
color: #EBA3FA;
}
</style>
background-color css
<style>
a { background-color: #EBA3FA; }
a { background-color: rgb(235,163,250); }
div.DivClassName
{
background-color: #EBA3FA;
}
.BgClassName
{
background-color: #EBA3FA;
}
</style>
border-color css
<style>
span { border-color: #EBA3FA; }
span { border-color: rgb(235,163,250); }
td.TdClassName
{
border-color: #EBA3FA;
}
.TagClassName
{
border-color: #EBA3FA;
}
</style>