Shades of Mauve #E0BCF0
Tints of Mauve #E0BCF0
RGB
CMYK
RGB Variations
Color information
#E0BCF0 (or 0xE0BCF0) is known color: Mauve. HEX triplet: E0, BC and F0. RGB value is (224,188,240). Sum of RGB (Red+Green+Blue) = 224+188+240=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 240 (94.14% from 255 or 36.81% from 652); Max value from RGB is 240 - color contains mainly: blue. Hex color #E0BCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BCF0 is #1F430F. Grayscale: #CCCCCC. Windows color (decimal): -2048784 or 15776992. OLE color: 15776992.
HSL color Cylindrical-coordinate representation of color #E0BCF0: hue angle of 281.54º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0BCF0 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 188 | 240 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.06 |
| HSL | 281.54º | 0.63% | 0.84% | - |
| HSV(B) | 281.54º | 0.22% | 0.94% | - |
| XYZ | 64.45 | 58.11 | 90.26 | - |
| YUV | 204.69 | 147.93 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 240 | 0.07 | 0.22 | 0 | 0.06 | 281.54 | 0.63 | 0.84 |
| Hex | E0 | BC | F0 | 7 | 16 | 0 | 6 | 11A | 3F | 54 |
| Octal | 340 | 274 | 360 | 7 | 26 | 0 | 6 | 432 | 77 | 124 |
| Binary | 11100000 | 10111100 | 11110000 | 111 | 10110 | 0 | 110 | 100011010 | 111111 | 1010100 |
Color Harmonies of #E0BCF0
Complementary color
Monochromatic Colors of #E0BCF0
Black with #E0BCF0
Text Example
Text Example
White with #E0BCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BCF0; }
p { color: rgb(224,188,240); }
H1.HeaderClassName
{
color: #E0BCF0;
}
.AnyTagClassName
{
color: #E0BCF0;
}
</style>
background-color css
<style>
a { background-color: #E0BCF0; }
a { background-color: rgb(224,188,240); }
div.DivClassName
{
background-color: #E0BCF0;
}
.BgClassName
{
background-color: #E0BCF0;
}
</style>
border-color css
<style>
span { border-color: #E0BCF0; }
span { border-color: rgb(224,188,240); }
td.TdClassName
{
border-color: #E0BCF0;
}
.TagClassName
{
border-color: #E0BCF0;
}
</style>