Shades of Mauve #E8B5F3
Tints of Mauve #E8B5F3
RGB
CMYK
RGB Variations
Color information
#E8B5F3 (or 0xE8B5F3) is known color: Mauve. HEX triplet: E8, B5 and F3. RGB value is (232,181,243). Sum of RGB (Red+Green+Blue) = 232+181+243=656 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.37% from 656); Green value is 181 (71.09% from 255 or 27.59% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #E8B5F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8B5F3 is #174A0C. Grayscale: #CBCBCB. Windows color (decimal): -1526285 or 15971816. OLE color: 15971816.
HSL color Cylindrical-coordinate representation of color #E8B5F3: hue angle of 289.35º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8B5F3 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 181 | 243 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.05 |
| HSL | 289.35º | 0.72% | 0.83% | - |
| HSV(B) | 289.35º | 0.26% | 0.95% | - |
| XYZ | 65.98 | 56.67 | 92.26 | - |
| YUV | 203.32 | 150.4 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 181 | 243 | 0.05 | 0.26 | 0 | 0.05 | 289.35 | 0.72 | 0.83 |
| Hex | E8 | B5 | F3 | 5 | 1A | 0 | 5 | 121 | 48 | 53 |
| Octal | 350 | 265 | 363 | 5 | 32 | 0 | 5 | 441 | 110 | 123 |
| Binary | 11101000 | 10110101 | 11110011 | 101 | 11010 | 0 | 101 | 100100001 | 1001000 | 1010011 |
Color Harmonies of #E8B5F3
Complementary color
Monochromatic Colors of #E8B5F3
Black with #E8B5F3
Text Example
Text Example
White with #E8B5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B5F3; }
p { color: rgb(232,181,243); }
H1.HeaderClassName
{
color: #E8B5F3;
}
.AnyTagClassName
{
color: #E8B5F3;
}
</style>
background-color css
<style>
a { background-color: #E8B5F3; }
a { background-color: rgb(232,181,243); }
div.DivClassName
{
background-color: #E8B5F3;
}
.BgClassName
{
background-color: #E8B5F3;
}
</style>
border-color css
<style>
span { border-color: #E8B5F3; }
span { border-color: rgb(232,181,243); }
td.TdClassName
{
border-color: #E8B5F3;
}
.TagClassName
{
border-color: #E8B5F3;
}
</style>