Shades of Mauve #E0B5FA
Tints of Mauve #E0B5FA
RGB
CMYK
RGB Variations
Color information
#E0B5FA (or 0xE0B5FA) is known color: Mauve. HEX triplet: E0, B5 and FA. RGB value is (224,181,250). Sum of RGB (Red+Green+Blue) = 224+181+250=655 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.20% from 655); Green value is 181 (71.09% from 255 or 27.63% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0B5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B5FA is #1F4A05. Grayscale: #C9C9C9. Windows color (decimal): -2050566 or 16430560. OLE color: 16430560.
HSL color Cylindrical-coordinate representation of color #E0B5FA: hue angle of 277.39º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0B5FA is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 181 | 250 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.02 |
| HSL | 277.39º | 0.87% | 0.85% | - |
| HSV(B) | 277.39º | 0.28% | 0.98% | - |
| XYZ | 64.52 | 55.8 | 97.81 | - |
| YUV | 201.72 | 155.25 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 181 | 250 | 0.10 | 0.28 | 0 | 0.02 | 277.39 | 0.87 | 0.85 |
| Hex | E0 | B5 | FA | A | 1C | 0 | 2 | 115 | 57 | 55 |
| Octal | 340 | 265 | 372 | 12 | 34 | 0 | 2 | 425 | 127 | 125 |
| Binary | 11100000 | 10110101 | 11111010 | 1010 | 11100 | 0 | 10 | 100010101 | 1010111 | 1010101 |
Color Harmonies of #E0B5FA
Complementary color
Monochromatic Colors of #E0B5FA
Black with #E0B5FA
Text Example
Text Example
White with #E0B5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B5FA; }
p { color: rgb(224,181,250); }
H1.HeaderClassName
{
color: #E0B5FA;
}
.AnyTagClassName
{
color: #E0B5FA;
}
</style>
background-color css
<style>
a { background-color: #E0B5FA; }
a { background-color: rgb(224,181,250); }
div.DivClassName
{
background-color: #E0B5FA;
}
.BgClassName
{
background-color: #E0B5FA;
}
</style>
border-color css
<style>
span { border-color: #E0B5FA; }
span { border-color: rgb(224,181,250); }
td.TdClassName
{
border-color: #E0B5FA;
}
.TagClassName
{
border-color: #E0B5FA;
}
</style>