Shades of Mauve #E5C0FB
Tints of Mauve #E5C0FB
RGB
CMYK
RGB Variations
Color information
#E5C0FB (or 0xE5C0FB) is known color: Mauve. HEX triplet: E5, C0 and FB. RGB value is (229,192,251). Sum of RGB (Red+Green+Blue) = 229+192+251=672 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.08% from 672); Green value is 192 (75.39% from 255 or 28.57% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5C0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C0FB is #1A3F04. Grayscale: #D1D1D1. Windows color (decimal): -1720069 or 16498917. OLE color: 16498917.
HSL color Cylindrical-coordinate representation of color #E5C0FB: hue angle of 277.63º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5C0FB is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 192 | 251 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.02 |
| HSL | 277.63º | 0.88% | 0.87% | - |
| HSV(B) | 277.63º | 0.24% | 0.98% | - |
| XYZ | 68.58 | 61.32 | 99.49 | - |
| YUV | 209.79 | 151.26 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 192 | 251 | 0.09 | 0.24 | 0 | 0.02 | 277.63 | 0.88 | 0.87 |
| Hex | E5 | C0 | FB | 9 | 18 | 0 | 2 | 116 | 58 | 57 |
| Octal | 345 | 300 | 373 | 11 | 30 | 0 | 2 | 426 | 130 | 127 |
| Binary | 11100101 | 11000000 | 11111011 | 1001 | 11000 | 0 | 10 | 100010110 | 1011000 | 1010111 |
Color Harmonies of #E5C0FB
Complementary color
Monochromatic Colors of #E5C0FB
Black with #E5C0FB
Text Example
Text Example
White with #E5C0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C0FB; }
p { color: rgb(229,192,251); }
H1.HeaderClassName
{
color: #E5C0FB;
}
.AnyTagClassName
{
color: #E5C0FB;
}
</style>
background-color css
<style>
a { background-color: #E5C0FB; }
a { background-color: rgb(229,192,251); }
div.DivClassName
{
background-color: #E5C0FB;
}
.BgClassName
{
background-color: #E5C0FB;
}
</style>
border-color css
<style>
span { border-color: #E5C0FB; }
span { border-color: rgb(229,192,251); }
td.TdClassName
{
border-color: #E5C0FB;
}
.TagClassName
{
border-color: #E5C0FB;
}
</style>