Shades of Mauve #E0B3FE
Tints of Mauve #E0B3FE
RGB
CMYK
RGB Variations
Color information
#E0B3FE (or 0xE0B3FE) is known color: Mauve. HEX triplet: E0, B3 and FE. RGB value is (224,179,254). Sum of RGB (Red+Green+Blue) = 224+179+254=657 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.09% from 657); Green value is 179 (70.31% from 255 or 27.25% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0B3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B3FE is #1F4C01. Grayscale: #C8C8C8. Windows color (decimal): -2051074 or 16692192. OLE color: 16692192.
HSL color Cylindrical-coordinate representation of color #E0B3FE: hue angle of 276º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0B3FE is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 179 | 254 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.00 |
| HSL | 276º | 0.97% | 0.85% | - |
| HSV(B) | 276º | 0.3% | 1% | - |
| XYZ | 64.75 | 55.24 | 101.02 | - |
| YUV | 201.01 | 157.91 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 179 | 254 | 0.12 | 0.30 | 0 | 0.00 | 276 | 0.97 | 0.85 |
| Hex | E0 | B3 | FE | C | 1E | 0 | 0 | 114 | 61 | 55 |
| Octal | 340 | 263 | 376 | 14 | 36 | 0 | 0 | 424 | 141 | 125 |
| Binary | 11100000 | 10110011 | 11111110 | 1100 | 11110 | 0 | 0 | 100010100 | 1100001 | 1010101 |
Color Harmonies of #E0B3FE
Complementary color
Monochromatic Colors of #E0B3FE
Black with #E0B3FE
Text Example
Text Example
White with #E0B3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B3FE; }
p { color: rgb(224,179,254); }
H1.HeaderClassName
{
color: #E0B3FE;
}
.AnyTagClassName
{
color: #E0B3FE;
}
</style>
background-color css
<style>
a { background-color: #E0B3FE; }
a { background-color: rgb(224,179,254); }
div.DivClassName
{
background-color: #E0B3FE;
}
.BgClassName
{
background-color: #E0B3FE;
}
</style>
border-color css
<style>
span { border-color: #E0B3FE; }
span { border-color: rgb(224,179,254); }
td.TdClassName
{
border-color: #E0B3FE;
}
.TagClassName
{
border-color: #E0B3FE;
}
</style>