Shades of Mauve #E9ACF3
Tints of Mauve #E9ACF3
RGB
CMYK
RGB Variations
Color information
#E9ACF3 (or 0xE9ACF3) is known color: Mauve. HEX triplet: E9, AC and F3. RGB value is (233,172,243). Sum of RGB (Red+Green+Blue) = 233+172+243=648 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.96% from 648); Green value is 172 (67.58% from 255 or 26.54% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 243 - color contains mainly: blue. Hex color #E9ACF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ACF3 is #16530C. Grayscale: #C6C6C6. Windows color (decimal): -1463053 or 15969513. OLE color: 15969513.
HSL color Cylindrical-coordinate representation of color #E9ACF3: hue angle of 291.55º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9ACF3 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 172 | 243 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.05 |
| HSL | 291.55º | 0.75% | 0.81% | - |
| HSV(B) | 291.55º | 0.29% | 0.95% | - |
| XYZ | 64.53 | 53.3 | 91.68 | - |
| YUV | 198.33 | 153.21 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 172 | 243 | 0.04 | 0.29 | 0 | 0.05 | 291.55 | 0.75 | 0.81 |
| Hex | E9 | AC | F3 | 4 | 1D | 0 | 5 | 124 | 4B | 51 |
| Octal | 351 | 254 | 363 | 4 | 35 | 0 | 5 | 444 | 113 | 121 |
| Binary | 11101001 | 10101100 | 11110011 | 100 | 11101 | 0 | 101 | 100100100 | 1001011 | 1010001 |
Color Harmonies of #E9ACF3
Complementary color
Monochromatic Colors of #E9ACF3
Black with #E9ACF3
Text Example
Text Example
White with #E9ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ACF3; }
p { color: rgb(233,172,243); }
H1.HeaderClassName
{
color: #E9ACF3;
}
.AnyTagClassName
{
color: #E9ACF3;
}
</style>
background-color css
<style>
a { background-color: #E9ACF3; }
a { background-color: rgb(233,172,243); }
div.DivClassName
{
background-color: #E9ACF3;
}
.BgClassName
{
background-color: #E9ACF3;
}
</style>
border-color css
<style>
span { border-color: #E9ACF3; }
span { border-color: rgb(233,172,243); }
td.TdClassName
{
border-color: #E9ACF3;
}
.TagClassName
{
border-color: #E9ACF3;
}
</style>