Shades of Mauve #E4ACFD
Tints of Mauve #E4ACFD
RGB
CMYK
RGB Variations
Color information
#E4ACFD (or 0xE4ACFD) is known color: Mauve. HEX triplet: E4, AC and FD. RGB value is (228,172,253). Sum of RGB (Red+Green+Blue) = 228+172+253=653 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.92% from 653); Green value is 172 (67.58% from 255 or 26.34% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4ACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4ACFD is #1B5302. Grayscale: #C5C5C5. Windows color (decimal): -1790723 or 16624868. OLE color: 16624868.
HSL color Cylindrical-coordinate representation of color #E4ACFD: hue angle of 281.48º degrees, saturation: 0.95, 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 #E4ACFD is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 172 | 253 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.01 |
| HSL | 281.48º | 0.95% | 0.83% | - |
| HSV(B) | 281.48º | 0.32% | 0.99% | - |
| XYZ | 64.48 | 53.09 | 99.78 | - |
| YUV | 197.98 | 159.05 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 172 | 253 | 0.10 | 0.32 | 0 | 0.01 | 281.48 | 0.95 | 0.83 |
| Hex | E4 | AC | FD | A | 20 | 0 | 1 | 119 | 5F | 53 |
| Octal | 344 | 254 | 375 | 12 | 40 | 0 | 1 | 431 | 137 | 123 |
| Binary | 11100100 | 10101100 | 11111101 | 1010 | 100000 | 0 | 1 | 100011001 | 1011111 | 1010011 |
Color Harmonies of #E4ACFD
Complementary color
Monochromatic Colors of #E4ACFD
Black with #E4ACFD
Text Example
Text Example
White with #E4ACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4ACFD; }
p { color: rgb(228,172,253); }
H1.HeaderClassName
{
color: #E4ACFD;
}
.AnyTagClassName
{
color: #E4ACFD;
}
</style>
background-color css
<style>
a { background-color: #E4ACFD; }
a { background-color: rgb(228,172,253); }
div.DivClassName
{
background-color: #E4ACFD;
}
.BgClassName
{
background-color: #E4ACFD;
}
</style>
border-color css
<style>
span { border-color: #E4ACFD; }
span { border-color: rgb(228,172,253); }
td.TdClassName
{
border-color: #E4ACFD;
}
.TagClassName
{
border-color: #E4ACFD;
}
</style>