Shades of Mauve #E3ACFE
Tints of Mauve #E3ACFE
RGB
CMYK
RGB Variations
Color information
#E3ACFE (or 0xE3ACFE) is known color: Mauve. HEX triplet: E3, AC and FE. RGB value is (227,172,254). Sum of RGB (Red+Green+Blue) = 227+172+254=653 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.76% from 653); Green value is 172 (67.58% from 255 or 26.34% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #E3ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3ACFE is #1C5301. Grayscale: #C5C5C5. Windows color (decimal): -1856258 or 16690403. OLE color: 16690403.
HSL color Cylindrical-coordinate representation of color #E3ACFE: hue angle of 280.24º 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 #E3ACFE is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 172 | 254 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.00 |
| HSL | 280.24º | 0.98% | 0.84% | - |
| HSV(B) | 280.24º | 0.32% | 1% | - |
| XYZ | 64.32 | 52.99 | 100.6 | - |
| YUV | 197.79 | 159.72 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 172 | 254 | 0.11 | 0.32 | 0 | 0.00 | 280.24 | 0.98 | 0.84 |
| Hex | E3 | AC | FE | B | 20 | 0 | 0 | 118 | 62 | 54 |
| Octal | 343 | 254 | 376 | 13 | 40 | 0 | 0 | 430 | 142 | 124 |
| Binary | 11100011 | 10101100 | 11111110 | 1011 | 100000 | 0 | 0 | 100011000 | 1100010 | 1010100 |
Color Harmonies of #E3ACFE
Complementary color
Monochromatic Colors of #E3ACFE
Black with #E3ACFE
Text Example
Text Example
White with #E3ACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3ACFE; }
p { color: rgb(227,172,254); }
H1.HeaderClassName
{
color: #E3ACFE;
}
.AnyTagClassName
{
color: #E3ACFE;
}
</style>
background-color css
<style>
a { background-color: #E3ACFE; }
a { background-color: rgb(227,172,254); }
div.DivClassName
{
background-color: #E3ACFE;
}
.BgClassName
{
background-color: #E3ACFE;
}
</style>
border-color css
<style>
span { border-color: #E3ACFE; }
span { border-color: rgb(227,172,254); }
td.TdClassName
{
border-color: #E3ACFE;
}
.TagClassName
{
border-color: #E3ACFE;
}
</style>