Shades of Mauve #E8C3FA
Tints of Mauve #E8C3FA
RGB
CMYK
RGB Variations
Color information
#E8C3FA (or 0xE8C3FA) is known color: Mauve. HEX triplet: E8, C3 and FA. RGB value is (232,195,250). Sum of RGB (Red+Green+Blue) = 232+195+250=677 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.27% from 677); Green value is 195 (76.56% from 255 or 28.80% from 677); Blue value is 250 (98.05% from 255 or 36.93% from 677); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8C3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C3FA is #173C05. Grayscale: #D4D4D4. Windows color (decimal): -1522694 or 16434152. OLE color: 16434152.
HSL color Cylindrical-coordinate representation of color #E8C3FA: hue angle of 280.36º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E8C3FA is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 195 | 250 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.02 |
| HSL | 280.36º | 0.85% | 0.87% | - |
| HSV(B) | 280.36º | 0.22% | 0.98% | - |
| XYZ | 70.05 | 63.09 | 98.93 | - |
| YUV | 212.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 195 | 250 | 0.07 | 0.22 | 0 | 0.02 | 280.36 | 0.85 | 0.87 |
| Hex | E8 | C3 | FA | 7 | 16 | 0 | 2 | 118 | 55 | 57 |
| Octal | 350 | 303 | 372 | 7 | 26 | 0 | 2 | 430 | 125 | 127 |
| Binary | 11101000 | 11000011 | 11111010 | 111 | 10110 | 0 | 10 | 100011000 | 1010101 | 1010111 |
Color Harmonies of #E8C3FA
Complementary color
Monochromatic Colors of #E8C3FA
Black with #E8C3FA
Text Example
Text Example
White with #E8C3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C3FA; }
p { color: rgb(232,195,250); }
H1.HeaderClassName
{
color: #E8C3FA;
}
.AnyTagClassName
{
color: #E8C3FA;
}
</style>
background-color css
<style>
a { background-color: #E8C3FA; }
a { background-color: rgb(232,195,250); }
div.DivClassName
{
background-color: #E8C3FA;
}
.BgClassName
{
background-color: #E8C3FA;
}
</style>
border-color css
<style>
span { border-color: #E8C3FA; }
span { border-color: rgb(232,195,250); }
td.TdClassName
{
border-color: #E8C3FA;
}
.TagClassName
{
border-color: #E8C3FA;
}
</style>