Shades of Mauve #E4ACF9
Tints of Mauve #E4ACF9
RGB
CMYK
RGB Variations
Color information
#E4ACF9 (or 0xE4ACF9) is known color: Mauve. HEX triplet: E4, AC and F9. RGB value is (228,172,249). Sum of RGB (Red+Green+Blue) = 228+172+249=649 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.13% from 649); Green value is 172 (67.58% from 255 or 26.50% from 649); Blue value is 249 (97.66% from 255 or 38.37% from 649); Max value from RGB is 249 - color contains mainly: blue. Hex color #E4ACF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4ACF9 is #1B5306. Grayscale: #C5C5C5. Windows color (decimal): -1790727 or 16362724. OLE color: 16362724.
HSL color Cylindrical-coordinate representation of color #E4ACF9: hue angle of 283.64º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E4ACF9 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 172 | 249 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.02 |
| HSL | 283.64º | 0.87% | 0.83% | - |
| HSV(B) | 283.64º | 0.31% | 0.98% | - |
| XYZ | 63.85 | 52.84 | 96.46 | - |
| YUV | 197.52 | 157.05 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 172 | 249 | 0.08 | 0.31 | 0 | 0.02 | 283.64 | 0.87 | 0.83 |
| Hex | E4 | AC | F9 | 8 | 1F | 0 | 2 | 11C | 57 | 53 |
| Octal | 344 | 254 | 371 | 10 | 37 | 0 | 2 | 434 | 127 | 123 |
| Binary | 11100100 | 10101100 | 11111001 | 1000 | 11111 | 0 | 10 | 100011100 | 1010111 | 1010011 |
Color Harmonies of #E4ACF9
Complementary color
Monochromatic Colors of #E4ACF9
Black with #E4ACF9
Text Example
Text Example
White with #E4ACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4ACF9; }
p { color: rgb(228,172,249); }
H1.HeaderClassName
{
color: #E4ACF9;
}
.AnyTagClassName
{
color: #E4ACF9;
}
</style>
background-color css
<style>
a { background-color: #E4ACF9; }
a { background-color: rgb(228,172,249); }
div.DivClassName
{
background-color: #E4ACF9;
}
.BgClassName
{
background-color: #E4ACF9;
}
</style>
border-color css
<style>
span { border-color: #E4ACF9; }
span { border-color: rgb(228,172,249); }
td.TdClassName
{
border-color: #E4ACF9;
}
.TagClassName
{
border-color: #E4ACF9;
}
</style>