Shades of Mauvelous #E985A6
Tints of Mauvelous #E985A6
RGB
CMYK
RGB Variations
Color information
#E985A6 (or 0xE985A6) is known color: Mauvelous. HEX triplet: E9, 85 and A6. RGB value is (233,133,166). Sum of RGB (Red+Green+Blue) = 233+133+166=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 166 (65.23% from 255 or 31.20% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E985A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E985A6 is #167A59. Grayscale: #A6A6A6. Windows color (decimal): -1473114 or 10913257. OLE color: 10913257.
HSL color Cylindrical-coordinate representation of color #E985A6: hue angle of 340.2º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E985A6 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 133 | 166 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.09 |
| HSL | 340.2º | 0.69% | 0.72% | - |
| HSV(B) | 340.2º | 0.43% | 0.91% | - |
| XYZ | 48.87 | 36.85 | 40.61 | - |
| YUV | 166.66 | 127.63 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 133 | 166 | 0 | 0.43 | 0.29 | 0.09 | 340.2 | 0.69 | 0.72 |
| Hex | E9 | 85 | A6 | 0 | 2B | 1D | 9 | 154 | 45 | 48 |
| Octal | 351 | 205 | 246 | 0 | 53 | 35 | 11 | 524 | 105 | 110 |
| Binary | 11101001 | 10000101 | 10100110 | 0 | 101011 | 11101 | 1001 | 101010100 | 1000101 | 1001000 |
Color Harmonies of #E985A6
Complementary color
Monochromatic Colors of #E985A6
Black with #E985A6
Text Example
Text Example
White with #E985A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E985A6; }
p { color: rgb(233,133,166); }
H1.HeaderClassName
{
color: #E985A6;
}
.AnyTagClassName
{
color: #E985A6;
}
</style>
background-color css
<style>
a { background-color: #E985A6; }
a { background-color: rgb(233,133,166); }
div.DivClassName
{
background-color: #E985A6;
}
.BgClassName
{
background-color: #E985A6;
}
</style>
border-color css
<style>
span { border-color: #E985A6; }
span { border-color: rgb(233,133,166); }
td.TdClassName
{
border-color: #E985A6;
}
.TagClassName
{
border-color: #E985A6;
}
</style>