Shades of Mauve #E6B2F6
Tints of Mauve #E6B2F6
RGB
CMYK
RGB Variations
Color information
#E6B2F6 (or 0xE6B2F6) is known color: Mauve. HEX triplet: E6, B2 and F6. RGB value is (230,178,246). Sum of RGB (Red+Green+Blue) = 230+178+246=654 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.17% from 654); Green value is 178 (69.92% from 255 or 27.22% from 654); Blue value is 246 (96.48% from 255 or 37.61% from 654); Max value from RGB is 246 - color contains mainly: blue. Hex color #E6B2F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6B2F6 is #194D09. Grayscale: #C9C9C9. Windows color (decimal): -1658122 or 16167654. OLE color: 16167654.
HSL color Cylindrical-coordinate representation of color #E6B2F6: hue angle of 285.88º 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 #E6B2F6 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 178 | 246 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.04 |
| HSL | 285.88º | 0.79% | 0.83% | - |
| HSV(B) | 285.88º | 0.28% | 0.96% | - |
| XYZ | 65.19 | 55.32 | 94.43 | - |
| YUV | 201.3 | 153.23 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 178 | 246 | 0.07 | 0.28 | 0 | 0.04 | 285.88 | 0.79 | 0.83 |
| Hex | E6 | B2 | F6 | 7 | 1C | 0 | 4 | 11E | 4F | 53 |
| Octal | 346 | 262 | 366 | 7 | 34 | 0 | 4 | 436 | 117 | 123 |
| Binary | 11100110 | 10110010 | 11110110 | 111 | 11100 | 0 | 100 | 100011110 | 1001111 | 1010011 |
Color Harmonies of #E6B2F6
Complementary color
Monochromatic Colors of #E6B2F6
Black with #E6B2F6
Text Example
Text Example
White with #E6B2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B2F6; }
p { color: rgb(230,178,246); }
H1.HeaderClassName
{
color: #E6B2F6;
}
.AnyTagClassName
{
color: #E6B2F6;
}
</style>
background-color css
<style>
a { background-color: #E6B2F6; }
a { background-color: rgb(230,178,246); }
div.DivClassName
{
background-color: #E6B2F6;
}
.BgClassName
{
background-color: #E6B2F6;
}
</style>
border-color css
<style>
span { border-color: #E6B2F6; }
span { border-color: rgb(230,178,246); }
td.TdClassName
{
border-color: #E6B2F6;
}
.TagClassName
{
border-color: #E6B2F6;
}
</style>