Shades of Mauve #E8C5FC
Tints of Mauve #E8C5FC
RGB
CMYK
RGB Variations
Color information
#E8C5FC (or 0xE8C5FC) is known color: Mauve. HEX triplet: E8, C5 and FC. RGB value is (232,197,252). Sum of RGB (Red+Green+Blue) = 232+197+252=681 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.07% from 681); Green value is 197 (77.34% from 255 or 28.93% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8C5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C5FC is #173A03. Grayscale: #D5D5D5. Windows color (decimal): -1522180 or 16565736. OLE color: 16565736.
HSL color Cylindrical-coordinate representation of color #E8C5FC: hue angle of 278.18º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E8C5FC is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 197 | 252 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.01 |
| HSL | 278.18º | 0.9% | 0.88% | - |
| HSV(B) | 278.18º | 0.22% | 0.99% | - |
| XYZ | 70.82 | 64.12 | 100.74 | - |
| YUV | 213.74 | 149.6 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 197 | 252 | 0.08 | 0.22 | 0 | 0.01 | 278.18 | 0.9 | 0.88 |
| Hex | E8 | C5 | FC | 8 | 16 | 0 | 1 | 116 | 5A | 58 |
| Octal | 350 | 305 | 374 | 10 | 26 | 0 | 1 | 426 | 132 | 130 |
| Binary | 11101000 | 11000101 | 11111100 | 1000 | 10110 | 0 | 1 | 100010110 | 1011010 | 1011000 |
Color Harmonies of #E8C5FC
Complementary color
Monochromatic Colors of #E8C5FC
Black with #E8C5FC
Text Example
Text Example
White with #E8C5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C5FC; }
p { color: rgb(232,197,252); }
H1.HeaderClassName
{
color: #E8C5FC;
}
.AnyTagClassName
{
color: #E8C5FC;
}
</style>
background-color css
<style>
a { background-color: #E8C5FC; }
a { background-color: rgb(232,197,252); }
div.DivClassName
{
background-color: #E8C5FC;
}
.BgClassName
{
background-color: #E8C5FC;
}
</style>
border-color css
<style>
span { border-color: #E8C5FC; }
span { border-color: rgb(232,197,252); }
td.TdClassName
{
border-color: #E8C5FC;
}
.TagClassName
{
border-color: #E8C5FC;
}
</style>