Shades of Mauve #E8ACFD
Tints of Mauve #E8ACFD
RGB
CMYK
RGB Variations
Color information
#E8ACFD (or 0xE8ACFD) is known color: Mauve. HEX triplet: E8, AC and FD. RGB value is (232,172,253). Sum of RGB (Red+Green+Blue) = 232+172+253=657 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.31% from 657); Green value is 172 (67.58% from 255 or 26.18% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8ACFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ACFD is #175302. Grayscale: #C6C6C6. Windows color (decimal): -1528579 or 16624872. OLE color: 16624872.
HSL color Cylindrical-coordinate representation of color #E8ACFD: hue angle of 284.44º 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 #E8ACFD is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 172 | 253 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.01 |
| HSL | 284.44º | 0.95% | 0.83% | - |
| HSV(B) | 284.44º | 0.32% | 0.99% | - |
| XYZ | 65.76 | 53.75 | 99.84 | - |
| YUV | 199.17 | 158.38 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 172 | 253 | 0.08 | 0.32 | 0 | 0.01 | 284.44 | 0.95 | 0.83 |
| Hex | E8 | AC | FD | 8 | 20 | 0 | 1 | 11C | 5F | 53 |
| Octal | 350 | 254 | 375 | 10 | 40 | 0 | 1 | 434 | 137 | 123 |
| Binary | 11101000 | 10101100 | 11111101 | 1000 | 100000 | 0 | 1 | 100011100 | 1011111 | 1010011 |
Color Harmonies of #E8ACFD
Complementary color
Monochromatic Colors of #E8ACFD
Black with #E8ACFD
Text Example
Text Example
White with #E8ACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ACFD; }
p { color: rgb(232,172,253); }
H1.HeaderClassName
{
color: #E8ACFD;
}
.AnyTagClassName
{
color: #E8ACFD;
}
</style>
background-color css
<style>
a { background-color: #E8ACFD; }
a { background-color: rgb(232,172,253); }
div.DivClassName
{
background-color: #E8ACFD;
}
.BgClassName
{
background-color: #E8ACFD;
}
</style>
border-color css
<style>
span { border-color: #E8ACFD; }
span { border-color: rgb(232,172,253); }
td.TdClassName
{
border-color: #E8ACFD;
}
.TagClassName
{
border-color: #E8ACFD;
}
</style>