Shades of Mauve #E4ACFE
Tints of Mauve #E4ACFE
RGB
CMYK
RGB Variations
Color information
#E4ACFE (or 0xE4ACFE) is known color: Mauve. HEX triplet: E4, AC and FE. RGB value is (228,172,254). Sum of RGB (Red+Green+Blue) = 228+172+254=654 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.86% from 654); Green value is 172 (67.58% from 255 or 26.30% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4ACFE is #1B5301. Grayscale: #C5C5C5. Windows color (decimal): -1790722 or 16690404. OLE color: 16690404.
HSL color Cylindrical-coordinate representation of color #E4ACFE: hue angle of 280.98º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E4ACFE is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 172 | 254 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.00 |
| HSL | 280.98º | 0.98% | 0.84% | - |
| HSV(B) | 280.98º | 0.32% | 1% | - |
| XYZ | 64.64 | 53.15 | 100.62 | - |
| YUV | 198.09 | 159.55 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 172 | 254 | 0.10 | 0.32 | 0 | 0.00 | 280.98 | 0.98 | 0.84 |
| Hex | E4 | AC | FE | A | 20 | 0 | 0 | 119 | 62 | 54 |
| Octal | 344 | 254 | 376 | 12 | 40 | 0 | 0 | 431 | 142 | 124 |
| Binary | 11100100 | 10101100 | 11111110 | 1010 | 100000 | 0 | 0 | 100011001 | 1100010 | 1010100 |
Color Harmonies of #E4ACFE
Complementary color
Monochromatic Colors of #E4ACFE
Black with #E4ACFE
Text Example
Text Example
White with #E4ACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4ACFE; }
p { color: rgb(228,172,254); }
H1.HeaderClassName
{
color: #E4ACFE;
}
.AnyTagClassName
{
color: #E4ACFE;
}
</style>
background-color css
<style>
a { background-color: #E4ACFE; }
a { background-color: rgb(228,172,254); }
div.DivClassName
{
background-color: #E4ACFE;
}
.BgClassName
{
background-color: #E4ACFE;
}
</style>
border-color css
<style>
span { border-color: #E4ACFE; }
span { border-color: rgb(228,172,254); }
td.TdClassName
{
border-color: #E4ACFE;
}
.TagClassName
{
border-color: #E4ACFE;
}
</style>