Shades of Mauve #E0B3F8
Tints of Mauve #E0B3F8
RGB
CMYK
RGB Variations
Color information
#E0B3F8 (or 0xE0B3F8) is known color: Mauve. HEX triplet: E0, B3 and F8. RGB value is (224,179,248). Sum of RGB (Red+Green+Blue) = 224+179+248=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 179 (70.31% from 255 or 27.50% from 651); Blue value is 248 (97.27% from 255 or 38.10% from 651); Max value from RGB is 248 - color contains mainly: blue. Hex color #E0B3F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B3F8 is #1F4C07. Grayscale: #C8C8C8. Windows color (decimal): -2051080 or 16298976. OLE color: 16298976.
HSL color Cylindrical-coordinate representation of color #E0B3F8: hue angle of 279.13º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0B3F8 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 179 | 248 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.03 |
| HSL | 279.13º | 0.83% | 0.84% | - |
| HSV(B) | 279.13º | 0.28% | 0.97% | - |
| XYZ | 63.8 | 54.86 | 96.03 | - |
| YUV | 200.32 | 154.91 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 179 | 248 | 0.10 | 0.28 | 0 | 0.03 | 279.13 | 0.83 | 0.84 |
| Hex | E0 | B3 | F8 | A | 1C | 0 | 3 | 117 | 53 | 54 |
| Octal | 340 | 263 | 370 | 12 | 34 | 0 | 3 | 427 | 123 | 124 |
| Binary | 11100000 | 10110011 | 11111000 | 1010 | 11100 | 0 | 11 | 100010111 | 1010011 | 1010100 |
Color Harmonies of #E0B3F8
Complementary color
Monochromatic Colors of #E0B3F8
Black with #E0B3F8
Text Example
Text Example
White with #E0B3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B3F8; }
p { color: rgb(224,179,248); }
H1.HeaderClassName
{
color: #E0B3F8;
}
.AnyTagClassName
{
color: #E0B3F8;
}
</style>
background-color css
<style>
a { background-color: #E0B3F8; }
a { background-color: rgb(224,179,248); }
div.DivClassName
{
background-color: #E0B3F8;
}
.BgClassName
{
background-color: #E0B3F8;
}
</style>
border-color css
<style>
span { border-color: #E0B3F8; }
span { border-color: rgb(224,179,248); }
td.TdClassName
{
border-color: #E0B3F8;
}
.TagClassName
{
border-color: #E0B3F8;
}
</style>