Shades of Mauve #E0B8FC
Tints of Mauve #E0B8FC
RGB
CMYK
RGB Variations
Color information
#E0B8FC (or 0xE0B8FC) is known color: Mauve. HEX triplet: E0, B8 and FC. RGB value is (224,184,252). Sum of RGB (Red+Green+Blue) = 224+184+252=660 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.94% from 660); Green value is 184 (72.27% from 255 or 27.88% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0B8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B8FC is #1F4703. Grayscale: #CBCBCB. Windows color (decimal): -2049796 or 16562400. OLE color: 16562400.
HSL color Cylindrical-coordinate representation of color #E0B8FC: hue angle of 275.29º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0B8FC is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 184 | 252 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.01 |
| HSL | 275.29º | 0.92% | 0.85% | - |
| HSV(B) | 275.29º | 0.27% | 0.99% | - |
| XYZ | 65.45 | 57.16 | 99.68 | - |
| YUV | 203.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 184 | 252 | 0.11 | 0.27 | 0 | 0.01 | 275.29 | 0.92 | 0.85 |
| Hex | E0 | B8 | FC | B | 1B | 0 | 1 | 113 | 5C | 55 |
| Octal | 340 | 270 | 374 | 13 | 33 | 0 | 1 | 423 | 134 | 125 |
| Binary | 11100000 | 10111000 | 11111100 | 1011 | 11011 | 0 | 1 | 100010011 | 1011100 | 1010101 |
Color Harmonies of #E0B8FC
Complementary color
Monochromatic Colors of #E0B8FC
Black with #E0B8FC
Text Example
Text Example
White with #E0B8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B8FC; }
p { color: rgb(224,184,252); }
H1.HeaderClassName
{
color: #E0B8FC;
}
.AnyTagClassName
{
color: #E0B8FC;
}
</style>
background-color css
<style>
a { background-color: #E0B8FC; }
a { background-color: rgb(224,184,252); }
div.DivClassName
{
background-color: #E0B8FC;
}
.BgClassName
{
background-color: #E0B8FC;
}
</style>
border-color css
<style>
span { border-color: #E0B8FC; }
span { border-color: rgb(224,184,252); }
td.TdClassName
{
border-color: #E0B8FC;
}
.TagClassName
{
border-color: #E0B8FC;
}
</style>