Shades of Mauve #E9ACF5
Tints of Mauve #E9ACF5
RGB
CMYK
RGB Variations
Color information
#E9ACF5 (or 0xE9ACF5) is known color: Mauve. HEX triplet: E9, AC and F5. RGB value is (233,172,245). Sum of RGB (Red+Green+Blue) = 233+172+245=650 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.85% from 650); Green value is 172 (67.58% from 255 or 26.46% from 650); Blue value is 245 (96.09% from 255 or 37.69% from 650); Max value from RGB is 245 - color contains mainly: blue. Hex color #E9ACF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ACF5 is #16530A. Grayscale: #C6C6C6. Windows color (decimal): -1463051 or 16100585. OLE color: 16100585.
HSL color Cylindrical-coordinate representation of color #E9ACF5: hue angle of 290.14º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9ACF5 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 233 | 172 | 245 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.04 |
| HSL | 290.14º | 0.78% | 0.82% | - |
| HSV(B) | 290.14º | 0.3% | 0.96% | - |
| XYZ | 64.84 | 53.42 | 93.28 | - |
| YUV | 198.56 | 154.21 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 172 | 245 | 0.05 | 0.30 | 0 | 0.04 | 290.14 | 0.78 | 0.82 |
| Hex | E9 | AC | F5 | 5 | 1E | 0 | 4 | 122 | 4E | 52 |
| Octal | 351 | 254 | 365 | 5 | 36 | 0 | 4 | 442 | 116 | 122 |
| Binary | 11101001 | 10101100 | 11110101 | 101 | 11110 | 0 | 100 | 100100010 | 1001110 | 1010010 |
Color Harmonies of #E9ACF5
Complementary color
Monochromatic Colors of #E9ACF5
Black with #E9ACF5
Text Example
Text Example
White with #E9ACF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ACF5; }
p { color: rgb(233,172,245); }
H1.HeaderClassName
{
color: #E9ACF5;
}
.AnyTagClassName
{
color: #E9ACF5;
}
</style>
background-color css
<style>
a { background-color: #E9ACF5; }
a { background-color: rgb(233,172,245); }
div.DivClassName
{
background-color: #E9ACF5;
}
.BgClassName
{
background-color: #E9ACF5;
}
</style>
border-color css
<style>
span { border-color: #E9ACF5; }
span { border-color: rgb(233,172,245); }
td.TdClassName
{
border-color: #E9ACF5;
}
.TagClassName
{
border-color: #E9ACF5;
}
</style>