Shades of Mauve #E5B4F8
Tints of Mauve #E5B4F8
RGB
CMYK
RGB Variations
Color information
#E5B4F8 (or 0xE5B4F8) is known color: Mauve. HEX triplet: E5, B4 and F8. RGB value is (229,180,248). Sum of RGB (Red+Green+Blue) = 229+180+248=657 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.86% from 657); Green value is 180 (70.70% from 255 or 27.40% from 657); Blue value is 248 (97.27% from 255 or 37.75% from 657); Max value from RGB is 248 - color contains mainly: blue. Hex color #E5B4F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B4F8 is #1A4B07. Grayscale: #CACACA. Windows color (decimal): -1723144 or 16299237. OLE color: 16299237.
HSL color Cylindrical-coordinate representation of color #E5B4F8: hue angle of 283.24º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5B4F8 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 180 | 248 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.03 |
| HSL | 283.24º | 0.83% | 0.84% | - |
| HSV(B) | 283.24º | 0.27% | 0.97% | - |
| XYZ | 65.58 | 56.08 | 96.17 | - |
| YUV | 202.4 | 153.73 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 180 | 248 | 0.08 | 0.27 | 0 | 0.03 | 283.24 | 0.83 | 0.84 |
| Hex | E5 | B4 | F8 | 8 | 1B | 0 | 3 | 11B | 53 | 54 |
| Octal | 345 | 264 | 370 | 10 | 33 | 0 | 3 | 433 | 123 | 124 |
| Binary | 11100101 | 10110100 | 11111000 | 1000 | 11011 | 0 | 11 | 100011011 | 1010011 | 1010100 |
Color Harmonies of #E5B4F8
Complementary color
Monochromatic Colors of #E5B4F8
Black with #E5B4F8
Text Example
Text Example
White with #E5B4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B4F8; }
p { color: rgb(229,180,248); }
H1.HeaderClassName
{
color: #E5B4F8;
}
.AnyTagClassName
{
color: #E5B4F8;
}
</style>
background-color css
<style>
a { background-color: #E5B4F8; }
a { background-color: rgb(229,180,248); }
div.DivClassName
{
background-color: #E5B4F8;
}
.BgClassName
{
background-color: #E5B4F8;
}
</style>
border-color css
<style>
span { border-color: #E5B4F8; }
span { border-color: rgb(229,180,248); }
td.TdClassName
{
border-color: #E5B4F8;
}
.TagClassName
{
border-color: #E5B4F8;
}
</style>