Shades of Mauve #E8B1FD
Tints of Mauve #E8B1FD
RGB
CMYK
RGB Variations
Color information
#E8B1FD (or 0xE8B1FD) is known color: Mauve. HEX triplet: E8, B1 and FD. RGB value is (232,177,253). Sum of RGB (Red+Green+Blue) = 232+177+253=662 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.05% from 662); Green value is 177 (69.53% from 255 or 26.74% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8B1FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8B1FD is #174E02. Grayscale: #C9C9C9. Windows color (decimal): -1527299 or 16626152. OLE color: 16626152.
HSL color Cylindrical-coordinate representation of color #E8B1FD: hue angle of 283.42º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E8B1FD is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 177 | 253 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.01 |
| HSL | 283.42º | 0.95% | 0.84% | - |
| HSV(B) | 283.42º | 0.3% | 0.99% | - |
| XYZ | 66.73 | 55.69 | 100.16 | - |
| YUV | 202.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 177 | 253 | 0.08 | 0.30 | 0 | 0.01 | 283.42 | 0.95 | 0.84 |
| Hex | E8 | B1 | FD | 8 | 1E | 0 | 1 | 11B | 5F | 54 |
| Octal | 350 | 261 | 375 | 10 | 36 | 0 | 1 | 433 | 137 | 124 |
| Binary | 11101000 | 10110001 | 11111101 | 1000 | 11110 | 0 | 1 | 100011011 | 1011111 | 1010100 |
Color Harmonies of #E8B1FD
Complementary color
Monochromatic Colors of #E8B1FD
Black with #E8B1FD
Text Example
Text Example
White with #E8B1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B1FD; }
p { color: rgb(232,177,253); }
H1.HeaderClassName
{
color: #E8B1FD;
}
.AnyTagClassName
{
color: #E8B1FD;
}
</style>
background-color css
<style>
a { background-color: #E8B1FD; }
a { background-color: rgb(232,177,253); }
div.DivClassName
{
background-color: #E8B1FD;
}
.BgClassName
{
background-color: #E8B1FD;
}
</style>
border-color css
<style>
span { border-color: #E8B1FD; }
span { border-color: rgb(232,177,253); }
td.TdClassName
{
border-color: #E8B1FD;
}
.TagClassName
{
border-color: #E8B1FD;
}
</style>