Shades of Mauve #EBA9FE
Tints of Mauve #EBA9FE
RGB
CMYK
RGB Variations
Color information
#EBA9FE (or 0xEBA9FE) is known color: Mauve. HEX triplet: EB, A9 and FE. RGB value is (235,169,254). Sum of RGB (Red+Green+Blue) = 235+169+254=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 169 (66.41% from 255 or 25.68% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBA9FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA9FE is #145601. Grayscale: #C6C6C6. Windows color (decimal): -1332738 or 16689643. OLE color: 16689643.
HSL color Cylindrical-coordinate representation of color #EBA9FE: hue angle of 286.59º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBA9FE is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 169 | 254 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.00 |
| HSL | 286.59º | 0.98% | 0.83% | - |
| HSV(B) | 286.59º | 0.33% | 1% | - |
| XYZ | 66.34 | 53.19 | 100.54 | - |
| YUV | 198.42 | 159.37 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 254 | 0.07 | 0.33 | 0 | 0.00 | 286.59 | 0.98 | 0.83 |
| Hex | EB | A9 | FE | 7 | 21 | 0 | 0 | 11F | 62 | 53 |
| Octal | 353 | 251 | 376 | 7 | 41 | 0 | 0 | 437 | 142 | 123 |
| Binary | 11101011 | 10101001 | 11111110 | 111 | 100001 | 0 | 0 | 100011111 | 1100010 | 1010011 |
Color Harmonies of #EBA9FE
Complementary color
Monochromatic Colors of #EBA9FE
Black with #EBA9FE
Text Example
Text Example
White with #EBA9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA9FE; }
p { color: rgb(235,169,254); }
H1.HeaderClassName
{
color: #EBA9FE;
}
.AnyTagClassName
{
color: #EBA9FE;
}
</style>
background-color css
<style>
a { background-color: #EBA9FE; }
a { background-color: rgb(235,169,254); }
div.DivClassName
{
background-color: #EBA9FE;
}
.BgClassName
{
background-color: #EBA9FE;
}
</style>
border-color css
<style>
span { border-color: #EBA9FE; }
span { border-color: rgb(235,169,254); }
td.TdClassName
{
border-color: #EBA9FE;
}
.TagClassName
{
border-color: #EBA9FE;
}
</style>