Shades of Mauvelous #E986A2
Tints of Mauvelous #E986A2
RGB
CMYK
RGB Variations
Color information
#E986A2 (or 0xE986A2) is known color: Mauvelous. HEX triplet: E9, 86 and A2. RGB value is (233,134,162). Sum of RGB (Red+Green+Blue) = 233+134+162=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 233 - color contains mainly: red. Hex color #E986A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E986A2 is #16795D. Grayscale: #A6A6A6. Windows color (decimal): -1472862 or 10651369. OLE color: 10651369.
HSL color Cylindrical-coordinate representation of color #E986A2: hue angle of 343.03º 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 #E986A2 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 134 | 162 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.09 |
| HSL | 343.03º | 0.69% | 0.72% | - |
| HSV(B) | 343.03º | 0.42% | 0.91% | - |
| XYZ | 48.65 | 36.98 | 38.76 | - |
| YUV | 166.79 | 125.3 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 134 | 162 | 0 | 0.42 | 0.30 | 0.09 | 343.03 | 0.69 | 0.72 |
| Hex | E9 | 86 | A2 | 0 | 2A | 1E | 9 | 157 | 45 | 48 |
| Octal | 351 | 206 | 242 | 0 | 52 | 36 | 11 | 527 | 105 | 110 |
| Binary | 11101001 | 10000110 | 10100010 | 0 | 101010 | 11110 | 1001 | 101010111 | 1000101 | 1001000 |
Color Harmonies of #E986A2
Complementary color
Monochromatic Colors of #E986A2
Black with #E986A2
Text Example
Text Example
White with #E986A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E986A2; }
p { color: rgb(233,134,162); }
H1.HeaderClassName
{
color: #E986A2;
}
.AnyTagClassName
{
color: #E986A2;
}
</style>
background-color css
<style>
a { background-color: #E986A2; }
a { background-color: rgb(233,134,162); }
div.DivClassName
{
background-color: #E986A2;
}
.BgClassName
{
background-color: #E986A2;
}
</style>
border-color css
<style>
span { border-color: #E986A2; }
span { border-color: rgb(233,134,162); }
td.TdClassName
{
border-color: #E986A2;
}
.TagClassName
{
border-color: #E986A2;
}
</style>