Shades of Mauve #E8B3FD
Tints of Mauve #E8B3FD
RGB
CMYK
RGB Variations
Color information
#E8B3FD (or 0xE8B3FD) is known color: Mauve. HEX triplet: E8, B3 and FD. RGB value is (232,179,253). Sum of RGB (Red+Green+Blue) = 232+179+253=664 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.94% from 664); Green value is 179 (70.31% from 255 or 26.96% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8B3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8B3FD is #174C02. Grayscale: #CBCBCB. Windows color (decimal): -1526787 or 16626664. OLE color: 16626664.
HSL color Cylindrical-coordinate representation of color #E8B3FD: hue angle of 282.97º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8B3FD is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 179 | 253 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.01 |
| HSL | 282.97º | 0.95% | 0.85% | - |
| HSV(B) | 282.97º | 0.29% | 0.99% | - |
| XYZ | 67.13 | 56.49 | 100.29 | - |
| YUV | 203.28 | 156.06 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 179 | 253 | 0.08 | 0.29 | 0 | 0.01 | 282.97 | 0.95 | 0.85 |
| Hex | E8 | B3 | FD | 8 | 1D | 0 | 1 | 11B | 5F | 55 |
| Octal | 350 | 263 | 375 | 10 | 35 | 0 | 1 | 433 | 137 | 125 |
| Binary | 11101000 | 10110011 | 11111101 | 1000 | 11101 | 0 | 1 | 100011011 | 1011111 | 1010101 |
Color Harmonies of #E8B3FD
Complementary color
Monochromatic Colors of #E8B3FD
Black with #E8B3FD
Text Example
Text Example
White with #E8B3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B3FD; }
p { color: rgb(232,179,253); }
H1.HeaderClassName
{
color: #E8B3FD;
}
.AnyTagClassName
{
color: #E8B3FD;
}
</style>
background-color css
<style>
a { background-color: #E8B3FD; }
a { background-color: rgb(232,179,253); }
div.DivClassName
{
background-color: #E8B3FD;
}
.BgClassName
{
background-color: #E8B3FD;
}
</style>
border-color css
<style>
span { border-color: #E8B3FD; }
span { border-color: rgb(232,179,253); }
td.TdClassName
{
border-color: #E8B3FD;
}
.TagClassName
{
border-color: #E8B3FD;
}
</style>