Shades of Mauve #E5ACFF
Tints of Mauve #E5ACFF
RGB
CMYK
RGB Variations
Color information
#E5ACFF (or 0xE5ACFF) is known color: Mauve. HEX triplet: E5, AC and FF. RGB value is (229,172,255). Sum of RGB (Red+Green+Blue) = 229+172+255=656 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.91% from 656); Green value is 172 (67.58% from 255 or 26.22% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ACFF is #1A5300. Grayscale: #C6C6C6. Windows color (decimal): -1725185 or 16755941. OLE color: 16755941.
HSL color Cylindrical-coordinate representation of color #E5ACFF: hue angle of 281.2º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E5ACFF is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 172 | 255 | - |
| CMYK | 0.10 | 0.33 | 0 | 0 |
| HSL | 281.2º | 1% | 0.84% | - |
| HSV(B) | 281.2º | 0.33% | 1% | - |
| XYZ | 65.12 | 53.38 | 101.48 | - |
| YUV | 198.51 | 159.88 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 172 | 255 | 0.10 | 0.33 | 0 | 0 | 281.2 | 1 | 0.84 |
| Hex | E5 | AC | FF | A | 21 | 0 | 0 | 119 | 64 | 54 |
| Octal | 345 | 254 | 377 | 12 | 41 | 0 | 0 | 431 | 144 | 124 |
| Binary | 11100101 | 10101100 | 11111111 | 1010 | 100001 | 0 | 0 | 100011001 | 1100100 | 1010100 |
Color Harmonies of #E5ACFF
Complementary color
Monochromatic Colors of #E5ACFF
Black with #E5ACFF
Text Example
Text Example
White with #E5ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ACFF; }
p { color: rgb(229,172,255); }
H1.HeaderClassName
{
color: #E5ACFF;
}
.AnyTagClassName
{
color: #E5ACFF;
}
</style>
background-color css
<style>
a { background-color: #E5ACFF; }
a { background-color: rgb(229,172,255); }
div.DivClassName
{
background-color: #E5ACFF;
}
.BgClassName
{
background-color: #E5ACFF;
}
</style>
border-color css
<style>
span { border-color: #E5ACFF; }
span { border-color: rgb(229,172,255); }
td.TdClassName
{
border-color: #E5ACFF;
}
.TagClassName
{
border-color: #E5ACFF;
}
</style>