Shades of Mauve #E0B6FC
Tints of Mauve #E0B6FC
RGB
CMYK
RGB Variations
Color information
#E0B6FC (or 0xE0B6FC) is known color: Mauve. HEX triplet: E0, B6 and FC. RGB value is (224,182,252). Sum of RGB (Red+Green+Blue) = 224+182+252=658 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.04% from 658); Green value is 182 (71.48% from 255 or 27.66% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0B6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B6FC is #1F4903. Grayscale: #CACACA. Windows color (decimal): -2050308 or 16561888. OLE color: 16561888.
HSL color Cylindrical-coordinate representation of color #E0B6FC: hue angle of 276º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0B6FC is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 182 | 252 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.01 |
| HSL | 276º | 0.92% | 0.85% | - |
| HSV(B) | 276º | 0.28% | 0.99% | - |
| XYZ | 65.04 | 56.33 | 99.54 | - |
| YUV | 202.54 | 155.91 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 182 | 252 | 0.11 | 0.28 | 0 | 0.01 | 276 | 0.92 | 0.85 |
| Hex | E0 | B6 | FC | B | 1C | 0 | 1 | 114 | 5C | 55 |
| Octal | 340 | 266 | 374 | 13 | 34 | 0 | 1 | 424 | 134 | 125 |
| Binary | 11100000 | 10110110 | 11111100 | 1011 | 11100 | 0 | 1 | 100010100 | 1011100 | 1010101 |
Color Harmonies of #E0B6FC
Complementary color
Monochromatic Colors of #E0B6FC
Black with #E0B6FC
Text Example
Text Example
White with #E0B6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B6FC; }
p { color: rgb(224,182,252); }
H1.HeaderClassName
{
color: #E0B6FC;
}
.AnyTagClassName
{
color: #E0B6FC;
}
</style>
background-color css
<style>
a { background-color: #E0B6FC; }
a { background-color: rgb(224,182,252); }
div.DivClassName
{
background-color: #E0B6FC;
}
.BgClassName
{
background-color: #E0B6FC;
}
</style>
border-color css
<style>
span { border-color: #E0B6FC; }
span { border-color: rgb(224,182,252); }
td.TdClassName
{
border-color: #E0B6FC;
}
.TagClassName
{
border-color: #E0B6FC;
}
</style>