Shades of Mauve #E0BDF5
Tints of Mauve #E0BDF5
RGB
CMYK
RGB Variations
Color information
#E0BDF5 (or 0xE0BDF5) is known color: Mauve. HEX triplet: E0, BD and F5. RGB value is (224,189,245). Sum of RGB (Red+Green+Blue) = 224+189+245=658 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.04% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 245 (96.09% from 255 or 37.23% from 658); Max value from RGB is 245 - color contains mainly: blue. Hex color #E0BDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BDF5 is #1F420A. Grayscale: #CDCDCD. Windows color (decimal): -2048523 or 16104928. OLE color: 16104928.
HSL color Cylindrical-coordinate representation of color #E0BDF5: hue angle of 277.5º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0BDF5 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 189 | 245 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.04 |
| HSL | 277.5º | 0.74% | 0.85% | - |
| HSV(B) | 277.5º | 0.23% | 0.96% | - |
| XYZ | 65.42 | 58.84 | 94.29 | - |
| YUV | 205.85 | 150.1 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 245 | 0.09 | 0.23 | 0 | 0.04 | 277.5 | 0.74 | 0.85 |
| Hex | E0 | BD | F5 | 9 | 17 | 0 | 4 | 116 | 4A | 55 |
| Octal | 340 | 275 | 365 | 11 | 27 | 0 | 4 | 426 | 112 | 125 |
| Binary | 11100000 | 10111101 | 11110101 | 1001 | 10111 | 0 | 100 | 100010110 | 1001010 | 1010101 |
Color Harmonies of #E0BDF5
Complementary color
Monochromatic Colors of #E0BDF5
Black with #E0BDF5
Text Example
Text Example
White with #E0BDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BDF5; }
p { color: rgb(224,189,245); }
H1.HeaderClassName
{
color: #E0BDF5;
}
.AnyTagClassName
{
color: #E0BDF5;
}
</style>
background-color css
<style>
a { background-color: #E0BDF5; }
a { background-color: rgb(224,189,245); }
div.DivClassName
{
background-color: #E0BDF5;
}
.BgClassName
{
background-color: #E0BDF5;
}
</style>
border-color css
<style>
span { border-color: #E0BDF5; }
span { border-color: rgb(224,189,245); }
td.TdClassName
{
border-color: #E0BDF5;
}
.TagClassName
{
border-color: #E0BDF5;
}
</style>