Shades of Mauve #E0B0FE
Tints of Mauve #E0B0FE
RGB
CMYK
RGB Variations
Color information
#E0B0FE (or 0xE0B0FE) is known color: Mauve. HEX triplet: E0, B0 and FE. RGB value is (224,176,254). Sum of RGB (Red+Green+Blue) = 224+176+254=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 176 (69.14% from 255 or 26.91% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0B0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0B0FE is #1F4F01. Grayscale: #C6C6C6. Windows color (decimal): -2051842 or 16691424. OLE color: 16691424.
HSL color Cylindrical-coordinate representation of color #E0B0FE: hue angle of 276.92º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0B0FE is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 176 | 254 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.00 |
| HSL | 276.92º | 0.98% | 0.84% | - |
| HSV(B) | 276.92º | 0.31% | 1% | - |
| XYZ | 64.16 | 54.05 | 100.82 | - |
| YUV | 199.24 | 158.9 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 176 | 254 | 0.12 | 0.31 | 0 | 0.00 | 276.92 | 0.98 | 0.84 |
| Hex | E0 | B0 | FE | C | 1F | 0 | 0 | 115 | 62 | 54 |
| Octal | 340 | 260 | 376 | 14 | 37 | 0 | 0 | 425 | 142 | 124 |
| Binary | 11100000 | 10110000 | 11111110 | 1100 | 11111 | 0 | 0 | 100010101 | 1100010 | 1010100 |
Color Harmonies of #E0B0FE
Complementary color
Monochromatic Colors of #E0B0FE
Black with #E0B0FE
Text Example
Text Example
White with #E0B0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B0FE; }
p { color: rgb(224,176,254); }
H1.HeaderClassName
{
color: #E0B0FE;
}
.AnyTagClassName
{
color: #E0B0FE;
}
</style>
background-color css
<style>
a { background-color: #E0B0FE; }
a { background-color: rgb(224,176,254); }
div.DivClassName
{
background-color: #E0B0FE;
}
.BgClassName
{
background-color: #E0B0FE;
}
</style>
border-color css
<style>
span { border-color: #E0B0FE; }
span { border-color: rgb(224,176,254); }
td.TdClassName
{
border-color: #E0B0FE;
}
.TagClassName
{
border-color: #E0B0FE;
}
</style>