Shades of Mauve #E8B4FE
Tints of Mauve #E8B4FE
RGB
CMYK
RGB Variations
Color information
#E8B4FE (or 0xE8B4FE) is known color: Mauve. HEX triplet: E8, B4 and FE. RGB value is (232,180,254). Sum of RGB (Red+Green+Blue) = 232+180+254=666 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.83% from 666); Green value is 180 (70.70% from 255 or 27.03% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8B4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8B4FE is #174B01. Grayscale: #CBCBCB. Windows color (decimal): -1526530 or 16692456. OLE color: 16692456.
HSL color Cylindrical-coordinate representation of color #E8B4FE: hue angle of 282.16º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8B4FE is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 180 | 254 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.00 |
| HSL | 282.16º | 0.97% | 0.85% | - |
| HSV(B) | 282.16º | 0.29% | 1% | - |
| XYZ | 67.49 | 56.95 | 101.2 | - |
| YUV | 203.98 | 156.23 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 180 | 254 | 0.09 | 0.29 | 0 | 0.00 | 282.16 | 0.97 | 0.85 |
| Hex | E8 | B4 | FE | 9 | 1D | 0 | 0 | 11A | 61 | 55 |
| Octal | 350 | 264 | 376 | 11 | 35 | 0 | 0 | 432 | 141 | 125 |
| Binary | 11101000 | 10110100 | 11111110 | 1001 | 11101 | 0 | 0 | 100011010 | 1100001 | 1010101 |
Color Harmonies of #E8B4FE
Complementary color
Monochromatic Colors of #E8B4FE
Black with #E8B4FE
Text Example
Text Example
White with #E8B4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B4FE; }
p { color: rgb(232,180,254); }
H1.HeaderClassName
{
color: #E8B4FE;
}
.AnyTagClassName
{
color: #E8B4FE;
}
</style>
background-color css
<style>
a { background-color: #E8B4FE; }
a { background-color: rgb(232,180,254); }
div.DivClassName
{
background-color: #E8B4FE;
}
.BgClassName
{
background-color: #E8B4FE;
}
</style>
border-color css
<style>
span { border-color: #E8B4FE; }
span { border-color: rgb(232,180,254); }
td.TdClassName
{
border-color: #E8B4FE;
}
.TagClassName
{
border-color: #E8B4FE;
}
</style>