Shades of Mauve #E9A5FE
Tints of Mauve #E9A5FE
RGB
CMYK
RGB Variations
Color information
#E9A5FE (or 0xE9A5FE) is known color: Mauve. HEX triplet: E9, A5 and FE. RGB value is (233,165,254). Sum of RGB (Red+Green+Blue) = 233+165+254=652 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.74% from 652); Green value is 165 (64.84% from 255 or 25.31% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9A5FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A5FE is #165A01. Grayscale: #C3C3C3. Windows color (decimal): -1464834 or 16688617. OLE color: 16688617.
HSL color Cylindrical-coordinate representation of color #E9A5FE: hue angle of 285.84º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E9A5FE is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 165 | 254 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.00 |
| HSL | 285.84º | 0.98% | 0.82% | - |
| HSV(B) | 285.84º | 0.35% | 1% | - |
| XYZ | 64.95 | 51.39 | 100.26 | - |
| YUV | 195.48 | 161.03 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 165 | 254 | 0.08 | 0.35 | 0 | 0.00 | 285.84 | 0.98 | 0.82 |
| Hex | E9 | A5 | FE | 8 | 23 | 0 | 0 | 11E | 62 | 52 |
| Octal | 351 | 245 | 376 | 10 | 43 | 0 | 0 | 436 | 142 | 122 |
| Binary | 11101001 | 10100101 | 11111110 | 1000 | 100011 | 0 | 0 | 100011110 | 1100010 | 1010010 |
Color Harmonies of #E9A5FE
Complementary color
Monochromatic Colors of #E9A5FE
Black with #E9A5FE
Text Example
Text Example
White with #E9A5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A5FE; }
p { color: rgb(233,165,254); }
H1.HeaderClassName
{
color: #E9A5FE;
}
.AnyTagClassName
{
color: #E9A5FE;
}
</style>
background-color css
<style>
a { background-color: #E9A5FE; }
a { background-color: rgb(233,165,254); }
div.DivClassName
{
background-color: #E9A5FE;
}
.BgClassName
{
background-color: #E9A5FE;
}
</style>
border-color css
<style>
span { border-color: #E9A5FE; }
span { border-color: rgb(233,165,254); }
td.TdClassName
{
border-color: #E9A5FE;
}
.TagClassName
{
border-color: #E9A5FE;
}
</style>