Shades of Mauve #E4ACF5
Tints of Mauve #E4ACF5
RGB
CMYK
RGB Variations
Color information
#E4ACF5 (or 0xE4ACF5) is known color: Mauve. HEX triplet: E4, AC and F5. RGB value is (228,172,245). Sum of RGB (Red+Green+Blue) = 228+172+245=645 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.35% from 645); Green value is 172 (67.58% from 255 or 26.67% from 645); Blue value is 245 (96.09% from 255 or 37.98% from 645); Max value from RGB is 245 - color contains mainly: blue. Hex color #E4ACF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4ACF5 is #1B530A. Grayscale: #C4C4C4. Windows color (decimal): -1790731 or 16100580. OLE color: 16100580.
HSL color Cylindrical-coordinate representation of color #E4ACF5: hue angle of 286.03º 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 #E4ACF5 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 228 | 172 | 245 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.04 |
| HSL | 286.03º | 0.78% | 0.82% | - |
| HSV(B) | 286.03º | 0.3% | 0.96% | - |
| XYZ | 63.23 | 52.59 | 93.2 | - |
| YUV | 197.07 | 155.05 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 172 | 245 | 0.07 | 0.30 | 0 | 0.04 | 286.03 | 0.78 | 0.82 |
| Hex | E4 | AC | F5 | 7 | 1E | 0 | 4 | 11E | 4E | 52 |
| Octal | 344 | 254 | 365 | 7 | 36 | 0 | 4 | 436 | 116 | 122 |
| Binary | 11100100 | 10101100 | 11110101 | 111 | 11110 | 0 | 100 | 100011110 | 1001110 | 1010010 |
Color Harmonies of #E4ACF5
Complementary color
Monochromatic Colors of #E4ACF5
Black with #E4ACF5
Text Example
Text Example
White with #E4ACF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4ACF5; }
p { color: rgb(228,172,245); }
H1.HeaderClassName
{
color: #E4ACF5;
}
.AnyTagClassName
{
color: #E4ACF5;
}
</style>
background-color css
<style>
a { background-color: #E4ACF5; }
a { background-color: rgb(228,172,245); }
div.DivClassName
{
background-color: #E4ACF5;
}
.BgClassName
{
background-color: #E4ACF5;
}
</style>
border-color css
<style>
span { border-color: #E4ACF5; }
span { border-color: rgb(228,172,245); }
td.TdClassName
{
border-color: #E4ACF5;
}
.TagClassName
{
border-color: #E4ACF5;
}
</style>