Shades of Mauve #E0B0F2
Tints of Mauve #E0B0F2
RGB
CMYK
RGB Variations
Color information
#E0B0F2 (or 0xE0B0F2) is known color: Mauve. HEX triplet: E0, B0 and F2. RGB value is (224,176,242). Sum of RGB (Red+Green+Blue) = 224+176+242=642 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.89% from 642); Green value is 176 (69.14% from 255 or 27.41% from 642); Blue value is 242 (94.92% from 255 or 37.69% from 642); Max value from RGB is 242 - color contains mainly: blue. Hex color #E0B0F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0B0F2 is #1F4F0D. Grayscale: #C5C5C5. Windows color (decimal): -2051854 or 15904992. OLE color: 15904992.
HSL color Cylindrical-coordinate representation of color #E0B0F2: hue angle of 283.64º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0B0F2 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 176 | 242 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.05 |
| HSL | 283.64º | 0.72% | 0.82% | - |
| HSV(B) | 283.64º | 0.27% | 0.95% | - |
| XYZ | 62.29 | 53.31 | 91.01 | - |
| YUV | 197.88 | 152.9 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 176 | 242 | 0.07 | 0.27 | 0 | 0.05 | 283.64 | 0.72 | 0.82 |
| Hex | E0 | B0 | F2 | 7 | 1B | 0 | 5 | 11C | 48 | 52 |
| Octal | 340 | 260 | 362 | 7 | 33 | 0 | 5 | 434 | 110 | 122 |
| Binary | 11100000 | 10110000 | 11110010 | 111 | 11011 | 0 | 101 | 100011100 | 1001000 | 1010010 |
Color Harmonies of #E0B0F2
Complementary color
Monochromatic Colors of #E0B0F2
Black with #E0B0F2
Text Example
Text Example
White with #E0B0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B0F2; }
p { color: rgb(224,176,242); }
H1.HeaderClassName
{
color: #E0B0F2;
}
.AnyTagClassName
{
color: #E0B0F2;
}
</style>
background-color css
<style>
a { background-color: #E0B0F2; }
a { background-color: rgb(224,176,242); }
div.DivClassName
{
background-color: #E0B0F2;
}
.BgClassName
{
background-color: #E0B0F2;
}
</style>
border-color css
<style>
span { border-color: #E0B0F2; }
span { border-color: rgb(224,176,242); }
td.TdClassName
{
border-color: #E0B0F2;
}
.TagClassName
{
border-color: #E0B0F2;
}
</style>