Shades of Mauve #E0B2FF
Tints of Mauve #E0B2FF
RGB
CMYK
RGB Variations
Color information
#E0B2FF (or 0xE0B2FF) is known color: Mauve. HEX triplet: E0, B2 and FF. RGB value is (224,178,255). Sum of RGB (Red+Green+Blue) = 224+178+255=657 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.09% from 657); Green value is 178 (69.92% from 255 or 27.09% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0B2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0B2FF is #1F4D00. Grayscale: #C8C8C8. Windows color (decimal): -2051329 or 16757472. OLE color: 16757472.
HSL color Cylindrical-coordinate representation of color #E0B2FF: hue angle of 275.84º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0B2FF is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 178 | 255 | - |
| CMYK | 0.12 | 0.30 | 0 | 0 |
| HSL | 275.84º | 1% | 0.85% | - |
| HSV(B) | 275.84º | 0.3% | 1% | - |
| XYZ | 64.71 | 54.91 | 101.8 | - |
| YUV | 200.53 | 158.74 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 178 | 255 | 0.12 | 0.30 | 0 | 0 | 275.84 | 1 | 0.85 |
| Hex | E0 | B2 | FF | C | 1E | 0 | 0 | 114 | 64 | 55 |
| Octal | 340 | 262 | 377 | 14 | 36 | 0 | 0 | 424 | 144 | 125 |
| Binary | 11100000 | 10110010 | 11111111 | 1100 | 11110 | 0 | 0 | 100010100 | 1100100 | 1010101 |
Color Harmonies of #E0B2FF
Complementary color
Monochromatic Colors of #E0B2FF
Black with #E0B2FF
Text Example
Text Example
White with #E0B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B2FF; }
p { color: rgb(224,178,255); }
H1.HeaderClassName
{
color: #E0B2FF;
}
.AnyTagClassName
{
color: #E0B2FF;
}
</style>
background-color css
<style>
a { background-color: #E0B2FF; }
a { background-color: rgb(224,178,255); }
div.DivClassName
{
background-color: #E0B2FF;
}
.BgClassName
{
background-color: #E0B2FF;
}
</style>
border-color css
<style>
span { border-color: #E0B2FF; }
span { border-color: rgb(224,178,255); }
td.TdClassName
{
border-color: #E0B2FF;
}
.TagClassName
{
border-color: #E0B2FF;
}
</style>