Shades of Mauve #E4B7FE
Tints of Mauve #E4B7FE
RGB
CMYK
RGB Variations
Color information
#E4B7FE (or 0xE4B7FE) is known color: Mauve. HEX triplet: E4, B7 and FE. RGB value is (228,183,254). Sum of RGB (Red+Green+Blue) = 228+183+254=665 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.29% from 665); Green value is 183 (71.88% from 255 or 27.52% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4B7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4B7FE is #1B4801. Grayscale: #CCCCCC. Windows color (decimal): -1787906 or 16693220. OLE color: 16693220.
HSL color Cylindrical-coordinate representation of color #E4B7FE: hue angle of 278.03º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E4B7FE is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 183 | 254 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.00 |
| HSL | 278.03º | 0.97% | 0.86% | - |
| HSV(B) | 278.03º | 0.28% | 1% | - |
| XYZ | 66.82 | 57.52 | 101.35 | - |
| YUV | 204.55 | 155.91 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 183 | 254 | 0.10 | 0.28 | 0 | 0.00 | 278.03 | 0.97 | 0.86 |
| Hex | E4 | B7 | FE | A | 1C | 0 | 0 | 116 | 61 | 56 |
| Octal | 344 | 267 | 376 | 12 | 34 | 0 | 0 | 426 | 141 | 126 |
| Binary | 11100100 | 10110111 | 11111110 | 1010 | 11100 | 0 | 0 | 100010110 | 1100001 | 1010110 |
Color Harmonies of #E4B7FE
Complementary color
Monochromatic Colors of #E4B7FE
Black with #E4B7FE
Text Example
Text Example
White with #E4B7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B7FE; }
p { color: rgb(228,183,254); }
H1.HeaderClassName
{
color: #E4B7FE;
}
.AnyTagClassName
{
color: #E4B7FE;
}
</style>
background-color css
<style>
a { background-color: #E4B7FE; }
a { background-color: rgb(228,183,254); }
div.DivClassName
{
background-color: #E4B7FE;
}
.BgClassName
{
background-color: #E4B7FE;
}
</style>
border-color css
<style>
span { border-color: #E4B7FE; }
span { border-color: rgb(228,183,254); }
td.TdClassName
{
border-color: #E4B7FE;
}
.TagClassName
{
border-color: #E4B7FE;
}
</style>