Shades of Mauve #E6B3EF
Tints of Mauve #E6B3EF
RGB
CMYK
RGB Variations
Color information
#E6B3EF (or 0xE6B3EF) is known color: Mauve. HEX triplet: E6, B3 and EF. RGB value is (230,179,239). Sum of RGB (Red+Green+Blue) = 230+179+239=648 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.49% from 648); Green value is 179 (70.31% from 255 or 27.62% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6B3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B3EF is #194C10. Grayscale: #C8C8C8. Windows color (decimal): -1657873 or 15709158. OLE color: 15709158.
HSL color Cylindrical-coordinate representation of color #E6B3EF: hue angle of 291º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6B3EF is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 179 | 239 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.06 |
| HSL | 291º | 0.65% | 0.82% | - |
| HSV(B) | 291º | 0.25% | 0.94% | - |
| XYZ | 64.33 | 55.3 | 88.94 | - |
| YUV | 201.09 | 149.4 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 179 | 239 | 0.04 | 0.25 | 0 | 0.06 | 291 | 0.65 | 0.82 |
| Hex | E6 | B3 | EF | 4 | 19 | 0 | 6 | 123 | 41 | 52 |
| Octal | 346 | 263 | 357 | 4 | 31 | 0 | 6 | 443 | 101 | 122 |
| Binary | 11100110 | 10110011 | 11101111 | 100 | 11001 | 0 | 110 | 100100011 | 1000001 | 1010010 |
Color Harmonies of #E6B3EF
Complementary color
Monochromatic Colors of #E6B3EF
Black with #E6B3EF
Text Example
Text Example
White with #E6B3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B3EF; }
p { color: rgb(230,179,239); }
H1.HeaderClassName
{
color: #E6B3EF;
}
.AnyTagClassName
{
color: #E6B3EF;
}
</style>
background-color css
<style>
a { background-color: #E6B3EF; }
a { background-color: rgb(230,179,239); }
div.DivClassName
{
background-color: #E6B3EF;
}
.BgClassName
{
background-color: #E6B3EF;
}
</style>
border-color css
<style>
span { border-color: #E6B3EF; }
span { border-color: rgb(230,179,239); }
td.TdClassName
{
border-color: #E6B3EF;
}
.TagClassName
{
border-color: #E6B3EF;
}
</style>