Shades of Mauve #E6B1F6
Tints of Mauve #E6B1F6
RGB
CMYK
RGB Variations
Color information
#E6B1F6 (or 0xE6B1F6) is known color: Mauve. HEX triplet: E6, B1 and F6. RGB value is (230,177,246). Sum of RGB (Red+Green+Blue) = 230+177+246=653 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.22% from 653); Green value is 177 (69.53% from 255 or 27.11% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 246 - color contains mainly: blue. Hex color #E6B1F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6B1F6 is #194E09. Grayscale: #C8C8C8. Windows color (decimal): -1658378 or 16167398. OLE color: 16167398.
HSL color Cylindrical-coordinate representation of color #E6B1F6: hue angle of 286.09º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6B1F6 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 177 | 246 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.04 |
| HSL | 286.09º | 0.79% | 0.83% | - |
| HSV(B) | 286.09º | 0.28% | 0.96% | - |
| XYZ | 64.99 | 54.92 | 94.36 | - |
| YUV | 200.71 | 153.56 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 177 | 246 | 0.07 | 0.28 | 0 | 0.04 | 286.09 | 0.79 | 0.83 |
| Hex | E6 | B1 | F6 | 7 | 1C | 0 | 4 | 11E | 4F | 53 |
| Octal | 346 | 261 | 366 | 7 | 34 | 0 | 4 | 436 | 117 | 123 |
| Binary | 11100110 | 10110001 | 11110110 | 111 | 11100 | 0 | 100 | 100011110 | 1001111 | 1010011 |
Color Harmonies of #E6B1F6
Complementary color
Monochromatic Colors of #E6B1F6
Black with #E6B1F6
Text Example
Text Example
White with #E6B1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B1F6; }
p { color: rgb(230,177,246); }
H1.HeaderClassName
{
color: #E6B1F6;
}
.AnyTagClassName
{
color: #E6B1F6;
}
</style>
background-color css
<style>
a { background-color: #E6B1F6; }
a { background-color: rgb(230,177,246); }
div.DivClassName
{
background-color: #E6B1F6;
}
.BgClassName
{
background-color: #E6B1F6;
}
</style>
border-color css
<style>
span { border-color: #E6B1F6; }
span { border-color: rgb(230,177,246); }
td.TdClassName
{
border-color: #E6B1F6;
}
.TagClassName
{
border-color: #E6B1F6;
}
</style>