Shades of Mauve #E1B0FE
Tints of Mauve #E1B0FE
RGB
CMYK
RGB Variations
Color information
#E1B0FE (or 0xE1B0FE) is known color: Mauve. HEX triplet: E1, B0 and FE. RGB value is (225,176,254). Sum of RGB (Red+Green+Blue) = 225+176+254=655 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.35% from 655); Green value is 176 (69.14% from 255 or 26.87% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1B0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1B0FE is #1E4F01. Grayscale: #C7C7C7. Windows color (decimal): -1986306 or 16691425. OLE color: 16691425.
HSL color Cylindrical-coordinate representation of color #E1B0FE: hue angle of 277.69º 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 #E1B0FE is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 176 | 254 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.00 |
| HSL | 277.69º | 0.98% | 0.84% | - |
| HSV(B) | 277.69º | 0.31% | 1% | - |
| XYZ | 64.47 | 54.21 | 100.83 | - |
| YUV | 199.54 | 158.73 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 176 | 254 | 0.11 | 0.31 | 0 | 0.00 | 277.69 | 0.98 | 0.84 |
| Hex | E1 | B0 | FE | B | 1F | 0 | 0 | 116 | 62 | 54 |
| Octal | 341 | 260 | 376 | 13 | 37 | 0 | 0 | 426 | 142 | 124 |
| Binary | 11100001 | 10110000 | 11111110 | 1011 | 11111 | 0 | 0 | 100010110 | 1100010 | 1010100 |
Color Harmonies of #E1B0FE
Complementary color
Monochromatic Colors of #E1B0FE
Black with #E1B0FE
Text Example
Text Example
White with #E1B0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B0FE; }
p { color: rgb(225,176,254); }
H1.HeaderClassName
{
color: #E1B0FE;
}
.AnyTagClassName
{
color: #E1B0FE;
}
</style>
background-color css
<style>
a { background-color: #E1B0FE; }
a { background-color: rgb(225,176,254); }
div.DivClassName
{
background-color: #E1B0FE;
}
.BgClassName
{
background-color: #E1B0FE;
}
</style>
border-color css
<style>
span { border-color: #E1B0FE; }
span { border-color: rgb(225,176,254); }
td.TdClassName
{
border-color: #E1B0FE;
}
.TagClassName
{
border-color: #E1B0FE;
}
</style>