Shades of Mauve #E8C2FE
Tints of Mauve #E8C2FE
RGB
CMYK
RGB Variations
Color information
#E8C2FE (or 0xE8C2FE) is known color: Mauve. HEX triplet: E8, C2 and FE. RGB value is (232,194,254). Sum of RGB (Red+Green+Blue) = 232+194+254=680 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.12% from 680); Green value is 194 (76.17% from 255 or 28.53% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8C2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C2FE is #173D01. Grayscale: #D4D4D4. Windows color (decimal): -1522946 or 16696040. OLE color: 16696040.
HSL color Cylindrical-coordinate representation of color #E8C2FE: hue angle of 278º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E8C2FE is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 194 | 254 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.00 |
| HSL | 278º | 0.97% | 0.88% | - |
| HSV(B) | 278º | 0.24% | 1% | - |
| XYZ | 70.46 | 62.9 | 102.19 | - |
| YUV | 212.2 | 151.59 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 194 | 254 | 0.09 | 0.24 | 0 | 0.00 | 278 | 0.97 | 0.88 |
| Hex | E8 | C2 | FE | 9 | 18 | 0 | 0 | 116 | 61 | 58 |
| Octal | 350 | 302 | 376 | 11 | 30 | 0 | 0 | 426 | 141 | 130 |
| Binary | 11101000 | 11000010 | 11111110 | 1001 | 11000 | 0 | 0 | 100010110 | 1100001 | 1011000 |
Color Harmonies of #E8C2FE
Complementary color
Monochromatic Colors of #E8C2FE
Black with #E8C2FE
Text Example
Text Example
White with #E8C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C2FE; }
p { color: rgb(232,194,254); }
H1.HeaderClassName
{
color: #E8C2FE;
}
.AnyTagClassName
{
color: #E8C2FE;
}
</style>
background-color css
<style>
a { background-color: #E8C2FE; }
a { background-color: rgb(232,194,254); }
div.DivClassName
{
background-color: #E8C2FE;
}
.BgClassName
{
background-color: #E8C2FE;
}
</style>
border-color css
<style>
span { border-color: #E8C2FE; }
span { border-color: rgb(232,194,254); }
td.TdClassName
{
border-color: #E8C2FE;
}
.TagClassName
{
border-color: #E8C2FE;
}
</style>