Shades of Mauve #E8C2FF
Tints of Mauve #E8C2FF
RGB
CMYK
RGB Variations
Color information
#E8C2FF (or 0xE8C2FF) is known color: Mauve. HEX triplet: E8, C2 and FF. RGB value is (232,194,255). Sum of RGB (Red+Green+Blue) = 232+194+255=681 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.07% from 681); Green value is 194 (76.17% from 255 or 28.49% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8C2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C2FF is #173D00. Grayscale: #D4D4D4. Windows color (decimal): -1522945 or 16761576. OLE color: 16761576.
HSL color Cylindrical-coordinate representation of color #E8C2FF: hue angle of 277.38º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E8C2FF is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 194 | 255 | - |
| CMYK | 0.09 | 0.24 | 0 | 0 |
| HSL | 277.38º | 1% | 0.88% | - |
| HSV(B) | 277.38º | 0.24% | 1% | - |
| XYZ | 70.62 | 62.96 | 103.04 | - |
| YUV | 212.32 | 152.09 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 194 | 255 | 0.09 | 0.24 | 0 | 0 | 277.38 | 1 | 0.88 |
| Hex | E8 | C2 | FF | 9 | 18 | 0 | 0 | 115 | 64 | 58 |
| Octal | 350 | 302 | 377 | 11 | 30 | 0 | 0 | 425 | 144 | 130 |
| Binary | 11101000 | 11000010 | 11111111 | 1001 | 11000 | 0 | 0 | 100010101 | 1100100 | 1011000 |
Color Harmonies of #E8C2FF
Complementary color
Monochromatic Colors of #E8C2FF
Black with #E8C2FF
Text Example
Text Example
White with #E8C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C2FF; }
p { color: rgb(232,194,255); }
H1.HeaderClassName
{
color: #E8C2FF;
}
.AnyTagClassName
{
color: #E8C2FF;
}
</style>
background-color css
<style>
a { background-color: #E8C2FF; }
a { background-color: rgb(232,194,255); }
div.DivClassName
{
background-color: #E8C2FF;
}
.BgClassName
{
background-color: #E8C2FF;
}
</style>
border-color css
<style>
span { border-color: #E8C2FF; }
span { border-color: rgb(232,194,255); }
td.TdClassName
{
border-color: #E8C2FF;
}
.TagClassName
{
border-color: #E8C2FF;
}
</style>