Shades of Mauve #E5ACFC
Tints of Mauve #E5ACFC
RGB
CMYK
RGB Variations
Color information
#E5ACFC (or 0xE5ACFC) is known color: Mauve. HEX triplet: E5, AC and FC. RGB value is (229,172,252). Sum of RGB (Red+Green+Blue) = 229+172+252=653 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.07% from 653); Green value is 172 (67.58% from 255 or 26.34% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5ACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ACFC is #1A5303. Grayscale: #C5C5C5. Windows color (decimal): -1725188 or 16559333. OLE color: 16559333.
HSL color Cylindrical-coordinate representation of color #E5ACFC: hue angle of 282.75º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E5ACFC is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 172 | 252 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.01 |
| HSL | 282.75º | 0.93% | 0.83% | - |
| HSV(B) | 282.75º | 0.32% | 0.99% | - |
| XYZ | 64.64 | 53.19 | 98.96 | - |
| YUV | 198.16 | 158.38 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 172 | 252 | 0.09 | 0.32 | 0 | 0.01 | 282.75 | 0.93 | 0.83 |
| Hex | E5 | AC | FC | 9 | 20 | 0 | 1 | 11B | 5D | 53 |
| Octal | 345 | 254 | 374 | 11 | 40 | 0 | 1 | 433 | 135 | 123 |
| Binary | 11100101 | 10101100 | 11111100 | 1001 | 100000 | 0 | 1 | 100011011 | 1011101 | 1010011 |
Color Harmonies of #E5ACFC
Complementary color
Monochromatic Colors of #E5ACFC
Black with #E5ACFC
Text Example
Text Example
White with #E5ACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ACFC; }
p { color: rgb(229,172,252); }
H1.HeaderClassName
{
color: #E5ACFC;
}
.AnyTagClassName
{
color: #E5ACFC;
}
</style>
background-color css
<style>
a { background-color: #E5ACFC; }
a { background-color: rgb(229,172,252); }
div.DivClassName
{
background-color: #E5ACFC;
}
.BgClassName
{
background-color: #E5ACFC;
}
</style>
border-color css
<style>
span { border-color: #E5ACFC; }
span { border-color: rgb(229,172,252); }
td.TdClassName
{
border-color: #E5ACFC;
}
.TagClassName
{
border-color: #E5ACFC;
}
</style>