Shades of Mauve #E0B3FD
Tints of Mauve #E0B3FD
RGB
CMYK
RGB Variations
Color information
#E0B3FD (or 0xE0B3FD) is known color: Mauve. HEX triplet: E0, B3 and FD. RGB value is (224,179,253). Sum of RGB (Red+Green+Blue) = 224+179+253=656 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.15% from 656); Green value is 179 (70.31% from 255 or 27.29% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0B3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B3FD is #1F4C02. Grayscale: #C8C8C8. Windows color (decimal): -2051075 or 16626656. OLE color: 16626656.
HSL color Cylindrical-coordinate representation of color #E0B3FD: hue angle of 276.49º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0B3FD is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 179 | 253 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.01 |
| HSL | 276.49º | 0.95% | 0.85% | - |
| HSV(B) | 276.49º | 0.29% | 0.99% | - |
| XYZ | 64.59 | 55.18 | 100.17 | - |
| YUV | 200.89 | 157.41 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 179 | 253 | 0.11 | 0.29 | 0 | 0.01 | 276.49 | 0.95 | 0.85 |
| Hex | E0 | B3 | FD | B | 1D | 0 | 1 | 114 | 5F | 55 |
| Octal | 340 | 263 | 375 | 13 | 35 | 0 | 1 | 424 | 137 | 125 |
| Binary | 11100000 | 10110011 | 11111101 | 1011 | 11101 | 0 | 1 | 100010100 | 1011111 | 1010101 |
Color Harmonies of #E0B3FD
Complementary color
Monochromatic Colors of #E0B3FD
Black with #E0B3FD
Text Example
Text Example
White with #E0B3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B3FD; }
p { color: rgb(224,179,253); }
H1.HeaderClassName
{
color: #E0B3FD;
}
.AnyTagClassName
{
color: #E0B3FD;
}
</style>
background-color css
<style>
a { background-color: #E0B3FD; }
a { background-color: rgb(224,179,253); }
div.DivClassName
{
background-color: #E0B3FD;
}
.BgClassName
{
background-color: #E0B3FD;
}
</style>
border-color css
<style>
span { border-color: #E0B3FD; }
span { border-color: rgb(224,179,253); }
td.TdClassName
{
border-color: #E0B3FD;
}
.TagClassName
{
border-color: #E0B3FD;
}
</style>