Shades of Mauve #E0B4ED
Tints of Mauve #E0B4ED
RGB
CMYK
RGB Variations
Color information
#E0B4ED (or 0xE0B4ED) is known color: Mauve. HEX triplet: E0, B4 and ED. RGB value is (224,180,237). Sum of RGB (Red+Green+Blue) = 224+180+237=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 180 (70.70% from 255 or 28.08% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0B4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B4ED is #1F4B12. Grayscale: #C7C7C7. Windows color (decimal): -2050835 or 15578336. OLE color: 15578336.
HSL color Cylindrical-coordinate representation of color #E0B4ED: hue angle of 286.32º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0B4ED is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 180 | 237 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.07 |
| HSL | 286.32º | 0.61% | 0.82% | - |
| HSV(B) | 286.32º | 0.24% | 0.93% | - |
| XYZ | 62.35 | 54.6 | 87.37 | - |
| YUV | 199.65 | 149.08 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 180 | 237 | 0.05 | 0.24 | 0 | 0.07 | 286.32 | 0.61 | 0.82 |
| Hex | E0 | B4 | ED | 5 | 18 | 0 | 7 | 11E | 3D | 52 |
| Octal | 340 | 264 | 355 | 5 | 30 | 0 | 7 | 436 | 75 | 122 |
| Binary | 11100000 | 10110100 | 11101101 | 101 | 11000 | 0 | 111 | 100011110 | 111101 | 1010010 |
Color Harmonies of #E0B4ED
Complementary color
Monochromatic Colors of #E0B4ED
Black with #E0B4ED
Text Example
Text Example
White with #E0B4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B4ED; }
p { color: rgb(224,180,237); }
H1.HeaderClassName
{
color: #E0B4ED;
}
.AnyTagClassName
{
color: #E0B4ED;
}
</style>
background-color css
<style>
a { background-color: #E0B4ED; }
a { background-color: rgb(224,180,237); }
div.DivClassName
{
background-color: #E0B4ED;
}
.BgClassName
{
background-color: #E0B4ED;
}
</style>
border-color css
<style>
span { border-color: #E0B4ED; }
span { border-color: rgb(224,180,237); }
td.TdClassName
{
border-color: #E0B4ED;
}
.TagClassName
{
border-color: #E0B4ED;
}
</style>