Shades of Mauve #E4B8FE
Tints of Mauve #E4B8FE
RGB
CMYK
RGB Variations
Color information
#E4B8FE (or 0xE4B8FE) is known color: Mauve. HEX triplet: E4, B8 and FE. RGB value is (228,184,254). Sum of RGB (Red+Green+Blue) = 228+184+254=666 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.23% from 666); Green value is 184 (72.27% from 255 or 27.63% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4B8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4B8FE is #1B4701. Grayscale: #CCCCCC. Windows color (decimal): -1787650 or 16693476. OLE color: 16693476.
HSL color Cylindrical-coordinate representation of color #E4B8FE: hue angle of 277.71º 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 #E4B8FE is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 184 | 254 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.00 |
| HSL | 277.71º | 0.97% | 0.86% | - |
| HSV(B) | 277.71º | 0.28% | 1% | - |
| XYZ | 67.02 | 57.93 | 101.42 | - |
| YUV | 205.14 | 155.58 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 184 | 254 | 0.10 | 0.28 | 0 | 0.00 | 277.71 | 0.97 | 0.86 |
| Hex | E4 | B8 | FE | A | 1C | 0 | 0 | 116 | 61 | 56 |
| Octal | 344 | 270 | 376 | 12 | 34 | 0 | 0 | 426 | 141 | 126 |
| Binary | 11100100 | 10111000 | 11111110 | 1010 | 11100 | 0 | 0 | 100010110 | 1100001 | 1010110 |
Color Harmonies of #E4B8FE
Complementary color
Monochromatic Colors of #E4B8FE
Black with #E4B8FE
Text Example
Text Example
White with #E4B8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B8FE; }
p { color: rgb(228,184,254); }
H1.HeaderClassName
{
color: #E4B8FE;
}
.AnyTagClassName
{
color: #E4B8FE;
}
</style>
background-color css
<style>
a { background-color: #E4B8FE; }
a { background-color: rgb(228,184,254); }
div.DivClassName
{
background-color: #E4B8FE;
}
.BgClassName
{
background-color: #E4B8FE;
}
</style>
border-color css
<style>
span { border-color: #E4B8FE; }
span { border-color: rgb(228,184,254); }
td.TdClassName
{
border-color: #E4B8FE;
}
.TagClassName
{
border-color: #E4B8FE;
}
</style>