Shades of Mauve #EBA2FE
Tints of Mauve #EBA2FE
RGB
CMYK
RGB Variations
Color information
#EBA2FE (or 0xEBA2FE) is known color: Mauve. HEX triplet: EB, A2 and FE. RGB value is (235,162,254). Sum of RGB (Red+Green+Blue) = 235+162+254=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 162 (63.67% from 255 or 24.88% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBA2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA2FE is #145D01. Grayscale: #C2C2C2. Windows color (decimal): -1334530 or 16687851. OLE color: 16687851.
HSL color Cylindrical-coordinate representation of color #EBA2FE: hue angle of 287.61º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBA2FE is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 162 | 254 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.00 |
| HSL | 287.61º | 0.98% | 0.82% | - |
| HSV(B) | 287.61º | 0.36% | 1% | - |
| XYZ | 65.07 | 50.66 | 100.11 | - |
| YUV | 194.32 | 161.68 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 254 | 0.07 | 0.36 | 0 | 0.00 | 287.61 | 0.98 | 0.82 |
| Hex | EB | A2 | FE | 7 | 24 | 0 | 0 | 120 | 62 | 52 |
| Octal | 353 | 242 | 376 | 7 | 44 | 0 | 0 | 440 | 142 | 122 |
| Binary | 11101011 | 10100010 | 11111110 | 111 | 100100 | 0 | 0 | 100100000 | 1100010 | 1010010 |
Color Harmonies of #EBA2FE
Complementary color
Monochromatic Colors of #EBA2FE
Black with #EBA2FE
Text Example
Text Example
White with #EBA2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA2FE; }
p { color: rgb(235,162,254); }
H1.HeaderClassName
{
color: #EBA2FE;
}
.AnyTagClassName
{
color: #EBA2FE;
}
</style>
background-color css
<style>
a { background-color: #EBA2FE; }
a { background-color: rgb(235,162,254); }
div.DivClassName
{
background-color: #EBA2FE;
}
.BgClassName
{
background-color: #EBA2FE;
}
</style>
border-color css
<style>
span { border-color: #EBA2FE; }
span { border-color: rgb(235,162,254); }
td.TdClassName
{
border-color: #EBA2FE;
}
.TagClassName
{
border-color: #EBA2FE;
}
</style>