Shades of Mauvelous #E985A2
Tints of Mauvelous #E985A2
RGB
CMYK
RGB Variations
Color information
#E985A2 (or 0xE985A2) is known color: Mauvelous. HEX triplet: E9, 85 and A2. RGB value is (233,133,162). Sum of RGB (Red+Green+Blue) = 233+133+162=528 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.13% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 162 (63.67% from 255 or 30.68% from 528); Max value from RGB is 233 - color contains mainly: red. Hex color #E985A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E985A2 is #167A5D. Grayscale: #A6A6A6. Windows color (decimal): -1473118 or 10651113. OLE color: 10651113.
HSL color Cylindrical-coordinate representation of color #E985A2: hue angle of 342.6º 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 #E985A2 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 133 | 162 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.09 |
| HSL | 342.6º | 0.69% | 0.72% | - |
| HSV(B) | 342.6º | 0.43% | 0.91% | - |
| XYZ | 48.51 | 36.71 | 38.71 | - |
| YUV | 166.21 | 125.63 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 133 | 162 | 0 | 0.43 | 0.30 | 0.09 | 342.6 | 0.69 | 0.72 |
| Hex | E9 | 85 | A2 | 0 | 2B | 1E | 9 | 157 | 45 | 48 |
| Octal | 351 | 205 | 242 | 0 | 53 | 36 | 11 | 527 | 105 | 110 |
| Binary | 11101001 | 10000101 | 10100010 | 0 | 101011 | 11110 | 1001 | 101010111 | 1000101 | 1001000 |
Color Harmonies of #E985A2
Complementary color
Monochromatic Colors of #E985A2
Black with #E985A2
Text Example
Text Example
White with #E985A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E985A2; }
p { color: rgb(233,133,162); }
H1.HeaderClassName
{
color: #E985A2;
}
.AnyTagClassName
{
color: #E985A2;
}
</style>
background-color css
<style>
a { background-color: #E985A2; }
a { background-color: rgb(233,133,162); }
div.DivClassName
{
background-color: #E985A2;
}
.BgClassName
{
background-color: #E985A2;
}
</style>
border-color css
<style>
span { border-color: #E985A2; }
span { border-color: rgb(233,133,162); }
td.TdClassName
{
border-color: #E985A2;
}
.TagClassName
{
border-color: #E985A2;
}
</style>