Shades of Mauve #E5B1F8
Tints of Mauve #E5B1F8
RGB
CMYK
RGB Variations
Color information
#E5B1F8 (or 0xE5B1F8) is known color: Mauve. HEX triplet: E5, B1 and F8. RGB value is (229,177,248). Sum of RGB (Red+Green+Blue) = 229+177+248=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 177 (69.53% from 255 or 27.06% from 654); Blue value is 248 (97.27% from 255 or 37.92% from 654); Max value from RGB is 248 - color contains mainly: blue. Hex color #E5B1F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5B1F8 is #1A4E07. Grayscale: #C8C8C8. Windows color (decimal): -1723912 or 16298469. OLE color: 16298469.
HSL color Cylindrical-coordinate representation of color #E5B1F8: hue angle of 283.94º 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 #E5B1F8 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 177 | 248 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.03 |
| HSL | 283.94º | 0.84% | 0.83% | - |
| HSV(B) | 283.94º | 0.29% | 0.97% | - |
| XYZ | 64.98 | 54.88 | 95.98 | - |
| YUV | 200.64 | 154.73 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 177 | 248 | 0.08 | 0.29 | 0 | 0.03 | 283.94 | 0.84 | 0.83 |
| Hex | E5 | B1 | F8 | 8 | 1D | 0 | 3 | 11C | 54 | 53 |
| Octal | 345 | 261 | 370 | 10 | 35 | 0 | 3 | 434 | 124 | 123 |
| Binary | 11100101 | 10110001 | 11111000 | 1000 | 11101 | 0 | 11 | 100011100 | 1010100 | 1010011 |
Color Harmonies of #E5B1F8
Complementary color
Monochromatic Colors of #E5B1F8
Black with #E5B1F8
Text Example
Text Example
White with #E5B1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B1F8; }
p { color: rgb(229,177,248); }
H1.HeaderClassName
{
color: #E5B1F8;
}
.AnyTagClassName
{
color: #E5B1F8;
}
</style>
background-color css
<style>
a { background-color: #E5B1F8; }
a { background-color: rgb(229,177,248); }
div.DivClassName
{
background-color: #E5B1F8;
}
.BgClassName
{
background-color: #E5B1F8;
}
</style>
border-color css
<style>
span { border-color: #E5B1F8; }
span { border-color: rgb(229,177,248); }
td.TdClassName
{
border-color: #E5B1F8;
}
.TagClassName
{
border-color: #E5B1F8;
}
</style>