Shades of Mauve #E5B0F8
Tints of Mauve #E5B0F8
RGB
CMYK
RGB Variations
Color information
#E5B0F8 (or 0xE5B0F8) is known color: Mauve. HEX triplet: E5, B0 and F8. RGB value is (229,176,248). Sum of RGB (Red+Green+Blue) = 229+176+248=653 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.07% from 653); Green value is 176 (69.14% from 255 or 26.95% from 653); Blue value is 248 (97.27% from 255 or 37.98% from 653); Max value from RGB is 248 - color contains mainly: blue. Hex color #E5B0F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5B0F8 is #1A4F07. Grayscale: #C7C7C7. Windows color (decimal): -1724168 or 16298213. OLE color: 16298213.
HSL color Cylindrical-coordinate representation of color #E5B0F8: hue angle of 284.17º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5B0F8 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 176 | 248 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.03 |
| HSL | 284.17º | 0.84% | 0.83% | - |
| HSV(B) | 284.17º | 0.29% | 0.97% | - |
| XYZ | 64.78 | 54.49 | 95.91 | - |
| YUV | 200.06 | 155.06 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 176 | 248 | 0.08 | 0.29 | 0 | 0.03 | 284.17 | 0.84 | 0.83 |
| Hex | E5 | B0 | F8 | 8 | 1D | 0 | 3 | 11C | 54 | 53 |
| Octal | 345 | 260 | 370 | 10 | 35 | 0 | 3 | 434 | 124 | 123 |
| Binary | 11100101 | 10110000 | 11111000 | 1000 | 11101 | 0 | 11 | 100011100 | 1010100 | 1010011 |
Color Harmonies of #E5B0F8
Complementary color
Monochromatic Colors of #E5B0F8
Black with #E5B0F8
Text Example
Text Example
White with #E5B0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B0F8; }
p { color: rgb(229,176,248); }
H1.HeaderClassName
{
color: #E5B0F8;
}
.AnyTagClassName
{
color: #E5B0F8;
}
</style>
background-color css
<style>
a { background-color: #E5B0F8; }
a { background-color: rgb(229,176,248); }
div.DivClassName
{
background-color: #E5B0F8;
}
.BgClassName
{
background-color: #E5B0F8;
}
</style>
border-color css
<style>
span { border-color: #E5B0F8; }
span { border-color: rgb(229,176,248); }
td.TdClassName
{
border-color: #E5B0F8;
}
.TagClassName
{
border-color: #E5B0F8;
}
</style>