Shades of Mauve #E9A2FC
Tints of Mauve #E9A2FC
RGB
CMYK
RGB Variations
Color information
#E9A2FC (or 0xE9A2FC) is known color: Mauve. HEX triplet: E9, A2 and FC. RGB value is (233,162,252). Sum of RGB (Red+Green+Blue) = 233+162+252=647 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.01% from 647); Green value is 162 (63.67% from 255 or 25.04% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9A2FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A2FC is #165D03. Grayscale: #C1C1C1. Windows color (decimal): -1465604 or 16556777. OLE color: 16556777.
HSL color Cylindrical-coordinate representation of color #E9A2FC: hue angle of 287.33º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E9A2FC is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 162 | 252 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.01 |
| HSL | 287.33º | 0.94% | 0.81% | - |
| HSV(B) | 287.33º | 0.36% | 0.99% | - |
| XYZ | 64.1 | 50.19 | 98.41 | - |
| YUV | 193.49 | 161.02 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 162 | 252 | 0.08 | 0.36 | 0 | 0.01 | 287.33 | 0.94 | 0.81 |
| Hex | E9 | A2 | FC | 8 | 24 | 0 | 1 | 11F | 5E | 51 |
| Octal | 351 | 242 | 374 | 10 | 44 | 0 | 1 | 437 | 136 | 121 |
| Binary | 11101001 | 10100010 | 11111100 | 1000 | 100100 | 0 | 1 | 100011111 | 1011110 | 1010001 |
Color Harmonies of #E9A2FC
Complementary color
Monochromatic Colors of #E9A2FC
Black with #E9A2FC
Text Example
Text Example
White with #E9A2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A2FC; }
p { color: rgb(233,162,252); }
H1.HeaderClassName
{
color: #E9A2FC;
}
.AnyTagClassName
{
color: #E9A2FC;
}
</style>
background-color css
<style>
a { background-color: #E9A2FC; }
a { background-color: rgb(233,162,252); }
div.DivClassName
{
background-color: #E9A2FC;
}
.BgClassName
{
background-color: #E9A2FC;
}
</style>
border-color css
<style>
span { border-color: #E9A2FC; }
span { border-color: rgb(233,162,252); }
td.TdClassName
{
border-color: #E9A2FC;
}
.TagClassName
{
border-color: #E9A2FC;
}
</style>