Shades of Mauve #E0B5F9
Tints of Mauve #E0B5F9
RGB
CMYK
RGB Variations
Color information
#E0B5F9 (or 0xE0B5F9) is known color: Mauve. HEX triplet: E0, B5 and F9. RGB value is (224,181,249). Sum of RGB (Red+Green+Blue) = 224+181+249=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 181 (71.09% from 255 or 27.68% from 654); Blue value is 249 (97.66% from 255 or 38.07% from 654); Max value from RGB is 249 - color contains mainly: blue. Hex color #E0B5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B5F9 is #1F4A06. Grayscale: #C9C9C9. Windows color (decimal): -2050567 or 16365024. OLE color: 16365024.
HSL color Cylindrical-coordinate representation of color #E0B5F9: hue angle of 277.94º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0B5F9 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 181 | 249 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.02 |
| HSL | 277.94º | 0.85% | 0.84% | - |
| HSV(B) | 277.94º | 0.27% | 0.98% | - |
| XYZ | 64.36 | 55.73 | 96.99 | - |
| YUV | 201.61 | 154.75 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 181 | 249 | 0.10 | 0.27 | 0 | 0.02 | 277.94 | 0.85 | 0.84 |
| Hex | E0 | B5 | F9 | A | 1B | 0 | 2 | 116 | 55 | 54 |
| Octal | 340 | 265 | 371 | 12 | 33 | 0 | 2 | 426 | 125 | 124 |
| Binary | 11100000 | 10110101 | 11111001 | 1010 | 11011 | 0 | 10 | 100010110 | 1010101 | 1010100 |
Color Harmonies of #E0B5F9
Complementary color
Monochromatic Colors of #E0B5F9
Black with #E0B5F9
Text Example
Text Example
White with #E0B5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B5F9; }
p { color: rgb(224,181,249); }
H1.HeaderClassName
{
color: #E0B5F9;
}
.AnyTagClassName
{
color: #E0B5F9;
}
</style>
background-color css
<style>
a { background-color: #E0B5F9; }
a { background-color: rgb(224,181,249); }
div.DivClassName
{
background-color: #E0B5F9;
}
.BgClassName
{
background-color: #E0B5F9;
}
</style>
border-color css
<style>
span { border-color: #E0B5F9; }
span { border-color: rgb(224,181,249); }
td.TdClassName
{
border-color: #E0B5F9;
}
.TagClassName
{
border-color: #E0B5F9;
}
</style>