Shades of Mauve #E0B7FD
Tints of Mauve #E0B7FD
RGB
CMYK
RGB Variations
Color information
#E0B7FD (or 0xE0B7FD) is known color: Mauve. HEX triplet: E0, B7 and FD. RGB value is (224,183,253). Sum of RGB (Red+Green+Blue) = 224+183+253=660 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.94% from 660); Green value is 183 (71.88% from 255 or 27.73% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0B7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B7FD is #1F4802. Grayscale: #CBCBCB. Windows color (decimal): -2050051 or 16627680. OLE color: 16627680.
HSL color Cylindrical-coordinate representation of color #E0B7FD: hue angle of 275.14º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0B7FD is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 183 | 253 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.01 |
| HSL | 275.14º | 0.95% | 0.85% | - |
| HSV(B) | 275.14º | 0.28% | 0.99% | - |
| XYZ | 65.4 | 56.81 | 100.45 | - |
| YUV | 203.24 | 156.08 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 183 | 253 | 0.11 | 0.28 | 0 | 0.01 | 275.14 | 0.95 | 0.85 |
| Hex | E0 | B7 | FD | B | 1C | 0 | 1 | 113 | 5F | 55 |
| Octal | 340 | 267 | 375 | 13 | 34 | 0 | 1 | 423 | 137 | 125 |
| Binary | 11100000 | 10110111 | 11111101 | 1011 | 11100 | 0 | 1 | 100010011 | 1011111 | 1010101 |
Color Harmonies of #E0B7FD
Complementary color
Monochromatic Colors of #E0B7FD
Black with #E0B7FD
Text Example
Text Example
White with #E0B7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B7FD; }
p { color: rgb(224,183,253); }
H1.HeaderClassName
{
color: #E0B7FD;
}
.AnyTagClassName
{
color: #E0B7FD;
}
</style>
background-color css
<style>
a { background-color: #E0B7FD; }
a { background-color: rgb(224,183,253); }
div.DivClassName
{
background-color: #E0B7FD;
}
.BgClassName
{
background-color: #E0B7FD;
}
</style>
border-color css
<style>
span { border-color: #E0B7FD; }
span { border-color: rgb(224,183,253); }
td.TdClassName
{
border-color: #E0B7FD;
}
.TagClassName
{
border-color: #E0B7FD;
}
</style>