Shades of Mauve #E6B2F2
Tints of Mauve #E6B2F2
RGB
CMYK
RGB Variations
Color information
#E6B2F2 (or 0xE6B2F2) is known color: Mauve. HEX triplet: E6, B2 and F2. RGB value is (230,178,242). Sum of RGB (Red+Green+Blue) = 230+178+242=650 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.38% from 650); Green value is 178 (69.92% from 255 or 27.38% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #E6B2F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6B2F2 is #194D0D. Grayscale: #C8C8C8. Windows color (decimal): -1658126 or 15905510. OLE color: 15905510.
HSL color Cylindrical-coordinate representation of color #E6B2F2: hue angle of 288.75º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6B2F2 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 178 | 242 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.05 |
| HSL | 288.75º | 0.71% | 0.82% | - |
| HSV(B) | 288.75º | 0.26% | 0.95% | - |
| XYZ | 64.58 | 55.07 | 91.23 | - |
| YUV | 200.84 | 151.23 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 178 | 242 | 0.05 | 0.26 | 0 | 0.05 | 288.75 | 0.71 | 0.82 |
| Hex | E6 | B2 | F2 | 5 | 1A | 0 | 5 | 121 | 47 | 52 |
| Octal | 346 | 262 | 362 | 5 | 32 | 0 | 5 | 441 | 107 | 122 |
| Binary | 11100110 | 10110010 | 11110010 | 101 | 11010 | 0 | 101 | 100100001 | 1000111 | 1010010 |
Color Harmonies of #E6B2F2
Complementary color
Monochromatic Colors of #E6B2F2
Black with #E6B2F2
Text Example
Text Example
White with #E6B2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B2F2; }
p { color: rgb(230,178,242); }
H1.HeaderClassName
{
color: #E6B2F2;
}
.AnyTagClassName
{
color: #E6B2F2;
}
</style>
background-color css
<style>
a { background-color: #E6B2F2; }
a { background-color: rgb(230,178,242); }
div.DivClassName
{
background-color: #E6B2F2;
}
.BgClassName
{
background-color: #E6B2F2;
}
</style>
border-color css
<style>
span { border-color: #E6B2F2; }
span { border-color: rgb(230,178,242); }
td.TdClassName
{
border-color: #E6B2F2;
}
.TagClassName
{
border-color: #E6B2F2;
}
</style>