Shades of Mauve #E9C5FA
Tints of Mauve #E9C5FA
RGB
CMYK
RGB Variations
Color information
#E9C5FA (or 0xE9C5FA) is known color: Mauve. HEX triplet: E9, C5 and FA. RGB value is (233,197,250). Sum of RGB (Red+Green+Blue) = 233+197+250=680 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.26% from 680); Green value is 197 (77.34% from 255 or 28.97% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9C5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9C5FA is #163A05. Grayscale: #D5D5D5. Windows color (decimal): -1456646 or 16434665. OLE color: 16434665.
HSL color Cylindrical-coordinate representation of color #E9C5FA: hue angle of 280.75º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E9C5FA is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 197 | 250 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.02 |
| HSL | 280.75º | 0.84% | 0.88% | - |
| HSV(B) | 280.75º | 0.21% | 0.98% | - |
| XYZ | 70.83 | 64.16 | 99.09 | - |
| YUV | 213.81 | 148.43 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 197 | 250 | 0.07 | 0.21 | 0 | 0.02 | 280.75 | 0.84 | 0.88 |
| Hex | E9 | C5 | FA | 7 | 15 | 0 | 2 | 119 | 54 | 58 |
| Octal | 351 | 305 | 372 | 7 | 25 | 0 | 2 | 431 | 124 | 130 |
| Binary | 11101001 | 11000101 | 11111010 | 111 | 10101 | 0 | 10 | 100011001 | 1010100 | 1011000 |
Color Harmonies of #E9C5FA
Complementary color
Monochromatic Colors of #E9C5FA
Black with #E9C5FA
Text Example
Text Example
White with #E9C5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C5FA; }
p { color: rgb(233,197,250); }
H1.HeaderClassName
{
color: #E9C5FA;
}
.AnyTagClassName
{
color: #E9C5FA;
}
</style>
background-color css
<style>
a { background-color: #E9C5FA; }
a { background-color: rgb(233,197,250); }
div.DivClassName
{
background-color: #E9C5FA;
}
.BgClassName
{
background-color: #E9C5FA;
}
</style>
border-color css
<style>
span { border-color: #E9C5FA; }
span { border-color: rgb(233,197,250); }
td.TdClassName
{
border-color: #E9C5FA;
}
.TagClassName
{
border-color: #E9C5FA;
}
</style>