Shades of Mauve #E8B9FF
Tints of Mauve #E8B9FF
RGB
CMYK
RGB Variations
Color information
#E8B9FF (or 0xE8B9FF) is known color: Mauve. HEX triplet: E8, B9 and FF. RGB value is (232,185,255). Sum of RGB (Red+Green+Blue) = 232+185+255=672 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.52% from 672); Green value is 185 (72.66% from 255 or 27.53% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8B9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8B9FF is #174600. Grayscale: #CECECE. Windows color (decimal): -1525249 or 16759272. OLE color: 16759272.
HSL color Cylindrical-coordinate representation of color #E8B9FF: hue angle of 280.29º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8B9FF is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 185 | 255 | - |
| CMYK | 0.09 | 0.27 | 0 | 0 |
| HSL | 280.29º | 1% | 0.86% | - |
| HSV(B) | 280.29º | 0.27% | 1% | - |
| XYZ | 68.68 | 59.07 | 102.39 | - |
| YUV | 207.03 | 155.07 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 185 | 255 | 0.09 | 0.27 | 0 | 0 | 280.29 | 1 | 0.86 |
| Hex | E8 | B9 | FF | 9 | 1B | 0 | 0 | 118 | 64 | 56 |
| Octal | 350 | 271 | 377 | 11 | 33 | 0 | 0 | 430 | 144 | 126 |
| Binary | 11101000 | 10111001 | 11111111 | 1001 | 11011 | 0 | 0 | 100011000 | 1100100 | 1010110 |
Color Harmonies of #E8B9FF
Complementary color
Monochromatic Colors of #E8B9FF
Black with #E8B9FF
Text Example
Text Example
White with #E8B9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B9FF; }
p { color: rgb(232,185,255); }
H1.HeaderClassName
{
color: #E8B9FF;
}
.AnyTagClassName
{
color: #E8B9FF;
}
</style>
background-color css
<style>
a { background-color: #E8B9FF; }
a { background-color: rgb(232,185,255); }
div.DivClassName
{
background-color: #E8B9FF;
}
.BgClassName
{
background-color: #E8B9FF;
}
</style>
border-color css
<style>
span { border-color: #E8B9FF; }
span { border-color: rgb(232,185,255); }
td.TdClassName
{
border-color: #E8B9FF;
}
.TagClassName
{
border-color: #E8B9FF;
}
</style>