Shades of Mauvelous #E986A6
Tints of Mauvelous #E986A6
RGB
CMYK
RGB Variations
Color information
#E986A6 (or 0xE986A6) is known color: Mauvelous. HEX triplet: E9, 86 and A6. RGB value is (233,134,166). Sum of RGB (Red+Green+Blue) = 233+134+166=533 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.71% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 233 - color contains mainly: red. Hex color #E986A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E986A6 is #167959. Grayscale: #A7A7A7. Windows color (decimal): -1472858 or 10913513. OLE color: 10913513.
HSL color Cylindrical-coordinate representation of color #E986A6: hue angle of 340.61º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E986A6 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 134 | 166 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.09 |
| HSL | 340.61º | 0.69% | 0.72% | - |
| HSV(B) | 340.61º | 0.42% | 0.91% | - |
| XYZ | 49.01 | 37.13 | 40.66 | - |
| YUV | 167.25 | 127.3 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 134 | 166 | 0 | 0.42 | 0.29 | 0.09 | 340.61 | 0.69 | 0.72 |
| Hex | E9 | 86 | A6 | 0 | 2A | 1D | 9 | 155 | 45 | 48 |
| Octal | 351 | 206 | 246 | 0 | 52 | 35 | 11 | 525 | 105 | 110 |
| Binary | 11101001 | 10000110 | 10100110 | 0 | 101010 | 11101 | 1001 | 101010101 | 1000101 | 1001000 |
Color Harmonies of #E986A6
Complementary color
Monochromatic Colors of #E986A6
Black with #E986A6
Text Example
Text Example
White with #E986A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E986A6; }
p { color: rgb(233,134,166); }
H1.HeaderClassName
{
color: #E986A6;
}
.AnyTagClassName
{
color: #E986A6;
}
</style>
background-color css
<style>
a { background-color: #E986A6; }
a { background-color: rgb(233,134,166); }
div.DivClassName
{
background-color: #E986A6;
}
.BgClassName
{
background-color: #E986A6;
}
</style>
border-color css
<style>
span { border-color: #E986A6; }
span { border-color: rgb(233,134,166); }
td.TdClassName
{
border-color: #E986A6;
}
.TagClassName
{
border-color: #E986A6;
}
</style>