Shades of Mauvelous #E885A7
Tints of Mauvelous #E885A7
RGB
CMYK
RGB Variations
Color information
#E885A7 (or 0xE885A7) is known color: Mauvelous. HEX triplet: E8, 85 and A7. RGB value is (232,133,167). Sum of RGB (Red+Green+Blue) = 232+133+167=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 167 (65.62% from 255 or 31.39% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E885A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E885A7 is #177A58. Grayscale: #A6A6A6. Windows color (decimal): -1538649 or 10978792. OLE color: 10978792.
HSL color Cylindrical-coordinate representation of color #E885A7: hue angle of 339.39º degrees, saturation: 0.68, 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 #E885A7 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 133 | 167 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.09 |
| HSL | 339.39º | 0.68% | 0.72% | - |
| HSV(B) | 339.39º | 0.43% | 0.91% | - |
| XYZ | 48.64 | 36.72 | 41.08 | - |
| YUV | 166.48 | 128.3 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 133 | 167 | 0 | 0.43 | 0.28 | 0.09 | 339.39 | 0.68 | 0.72 |
| Hex | E8 | 85 | A7 | 0 | 2B | 1C | 9 | 153 | 44 | 48 |
| Octal | 350 | 205 | 247 | 0 | 53 | 34 | 11 | 523 | 104 | 110 |
| Binary | 11101000 | 10000101 | 10100111 | 0 | 101011 | 11100 | 1001 | 101010011 | 1000100 | 1001000 |
Color Harmonies of #E885A7
Complementary color
Monochromatic Colors of #E885A7
Black with #E885A7
Text Example
Text Example
White with #E885A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E885A7; }
p { color: rgb(232,133,167); }
H1.HeaderClassName
{
color: #E885A7;
}
.AnyTagClassName
{
color: #E885A7;
}
</style>
background-color css
<style>
a { background-color: #E885A7; }
a { background-color: rgb(232,133,167); }
div.DivClassName
{
background-color: #E885A7;
}
.BgClassName
{
background-color: #E885A7;
}
</style>
border-color css
<style>
span { border-color: #E885A7; }
span { border-color: rgb(232,133,167); }
td.TdClassName
{
border-color: #E885A7;
}
.TagClassName
{
border-color: #E885A7;
}
</style>