Shades of Mauve #E0BDF1
Tints of Mauve #E0BDF1
RGB
CMYK
RGB Variations
Color information
#E0BDF1 (or 0xE0BDF1) is known color: Mauve. HEX triplet: E0, BD and F1. RGB value is (224,189,241). Sum of RGB (Red+Green+Blue) = 224+189+241=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #E0BDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BDF1 is #1F420E. Grayscale: #CDCDCD. Windows color (decimal): -2048527 or 15842784. OLE color: 15842784.
HSL color Cylindrical-coordinate representation of color #E0BDF1: hue angle of 280.38º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0BDF1 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 189 | 241 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.05 |
| HSL | 280.38º | 0.65% | 0.84% | - |
| HSV(B) | 280.38º | 0.22% | 0.95% | - |
| XYZ | 64.82 | 58.59 | 91.11 | - |
| YUV | 205.39 | 148.1 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 241 | 0.07 | 0.22 | 0 | 0.05 | 280.38 | 0.65 | 0.84 |
| Hex | E0 | BD | F1 | 7 | 16 | 0 | 5 | 118 | 41 | 54 |
| Octal | 340 | 275 | 361 | 7 | 26 | 0 | 5 | 430 | 101 | 124 |
| Binary | 11100000 | 10111101 | 11110001 | 111 | 10110 | 0 | 101 | 100011000 | 1000001 | 1010100 |
Color Harmonies of #E0BDF1
Complementary color
Monochromatic Colors of #E0BDF1
Black with #E0BDF1
Text Example
Text Example
White with #E0BDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BDF1; }
p { color: rgb(224,189,241); }
H1.HeaderClassName
{
color: #E0BDF1;
}
.AnyTagClassName
{
color: #E0BDF1;
}
</style>
background-color css
<style>
a { background-color: #E0BDF1; }
a { background-color: rgb(224,189,241); }
div.DivClassName
{
background-color: #E0BDF1;
}
.BgClassName
{
background-color: #E0BDF1;
}
</style>
border-color css
<style>
span { border-color: #E0BDF1; }
span { border-color: rgb(224,189,241); }
td.TdClassName
{
border-color: #E0BDF1;
}
.TagClassName
{
border-color: #E0BDF1;
}
</style>