Shades of Mauve #E0B4F7
Tints of Mauve #E0B4F7
RGB
CMYK
RGB Variations
Color information
#E0B4F7 (or 0xE0B4F7) is known color: Mauve. HEX triplet: E0, B4 and F7. RGB value is (224,180,247). Sum of RGB (Red+Green+Blue) = 224+180+247=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 180 (70.70% from 255 or 27.65% from 651); Blue value is 247 (96.88% from 255 or 37.94% from 651); Max value from RGB is 247 - color contains mainly: blue. Hex color #E0B4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B4F7 is #1F4B08. Grayscale: #C8C8C8. Windows color (decimal): -2050825 or 16233696. OLE color: 16233696.
HSL color Cylindrical-coordinate representation of color #E0B4F7: hue angle of 279.4º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0B4F7 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 180 | 247 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.03 |
| HSL | 279.4º | 0.81% | 0.84% | - |
| HSV(B) | 279.4º | 0.27% | 0.97% | - |
| XYZ | 63.85 | 55.21 | 95.29 | - |
| YUV | 200.79 | 154.08 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 180 | 247 | 0.09 | 0.27 | 0 | 0.03 | 279.4 | 0.81 | 0.84 |
| Hex | E0 | B4 | F7 | 9 | 1B | 0 | 3 | 117 | 51 | 54 |
| Octal | 340 | 264 | 367 | 11 | 33 | 0 | 3 | 427 | 121 | 124 |
| Binary | 11100000 | 10110100 | 11110111 | 1001 | 11011 | 0 | 11 | 100010111 | 1010001 | 1010100 |
Color Harmonies of #E0B4F7
Complementary color
Monochromatic Colors of #E0B4F7
Black with #E0B4F7
Text Example
Text Example
White with #E0B4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B4F7; }
p { color: rgb(224,180,247); }
H1.HeaderClassName
{
color: #E0B4F7;
}
.AnyTagClassName
{
color: #E0B4F7;
}
</style>
background-color css
<style>
a { background-color: #E0B4F7; }
a { background-color: rgb(224,180,247); }
div.DivClassName
{
background-color: #E0B4F7;
}
.BgClassName
{
background-color: #E0B4F7;
}
</style>
border-color css
<style>
span { border-color: #E0B4F7; }
span { border-color: rgb(224,180,247); }
td.TdClassName
{
border-color: #E0B4F7;
}
.TagClassName
{
border-color: #E0B4F7;
}
</style>