Shades of Mauve #E5B1FD
Tints of Mauve #E5B1FD
RGB
CMYK
RGB Variations
Color information
#E5B1FD (or 0xE5B1FD) is known color: Mauve. HEX triplet: E5, B1 and FD. RGB value is (229,177,253). Sum of RGB (Red+Green+Blue) = 229+177+253=659 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.75% from 659); Green value is 177 (69.53% from 255 or 26.86% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5B1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5B1FD is #1A4E02. Grayscale: #C8C8C8. Windows color (decimal): -1723907 or 16626149. OLE color: 16626149.
HSL color Cylindrical-coordinate representation of color #E5B1FD: hue angle of 281.05º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5B1FD is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 177 | 253 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.01 |
| HSL | 281.05º | 0.95% | 0.84% | - |
| HSV(B) | 281.05º | 0.3% | 0.99% | - |
| XYZ | 65.76 | 55.19 | 100.12 | - |
| YUV | 201.21 | 157.23 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 177 | 253 | 0.09 | 0.30 | 0 | 0.01 | 281.05 | 0.95 | 0.84 |
| Hex | E5 | B1 | FD | 9 | 1E | 0 | 1 | 119 | 5F | 54 |
| Octal | 345 | 261 | 375 | 11 | 36 | 0 | 1 | 431 | 137 | 124 |
| Binary | 11100101 | 10110001 | 11111101 | 1001 | 11110 | 0 | 1 | 100011001 | 1011111 | 1010100 |
Color Harmonies of #E5B1FD
Complementary color
Monochromatic Colors of #E5B1FD
Black with #E5B1FD
Text Example
Text Example
White with #E5B1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B1FD; }
p { color: rgb(229,177,253); }
H1.HeaderClassName
{
color: #E5B1FD;
}
.AnyTagClassName
{
color: #E5B1FD;
}
</style>
background-color css
<style>
a { background-color: #E5B1FD; }
a { background-color: rgb(229,177,253); }
div.DivClassName
{
background-color: #E5B1FD;
}
.BgClassName
{
background-color: #E5B1FD;
}
</style>
border-color css
<style>
span { border-color: #E5B1FD; }
span { border-color: rgb(229,177,253); }
td.TdClassName
{
border-color: #E5B1FD;
}
.TagClassName
{
border-color: #E5B1FD;
}
</style>