Shades of Mauvelous #E894A9
Tints of Mauvelous #E894A9
RGB
CMYK
RGB Variations
Color information
#E894A9 (or 0xE894A9) is known color: Mauvelous. HEX triplet: E8, 94 and A9. RGB value is (232,148,169). Sum of RGB (Red+Green+Blue) = 232+148+169=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 169 (66.41% from 255 or 30.78% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E894A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E894A9 is #176B56. Grayscale: #AFAFAF. Windows color (decimal): -1534807 or 11113704. OLE color: 11113704.
HSL color Cylindrical-coordinate representation of color #E894A9: hue angle of 345º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E894A9 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 148 | 169 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.09 |
| HSL | 345º | 0.65% | 0.75% | - |
| HSV(B) | 345º | 0.36% | 0.91% | - |
| XYZ | 51.03 | 41.2 | 42.8 | - |
| YUV | 175.51 | 124.33 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 148 | 169 | 0 | 0.36 | 0.27 | 0.09 | 345 | 0.65 | 0.75 |
| Hex | E8 | 94 | A9 | 0 | 24 | 1B | 9 | 159 | 41 | 4B |
| Octal | 350 | 224 | 251 | 0 | 44 | 33 | 11 | 531 | 101 | 113 |
| Binary | 11101000 | 10010100 | 10101001 | 0 | 100100 | 11011 | 1001 | 101011001 | 1000001 | 1001011 |
Color Harmonies of #E894A9
Complementary color
Monochromatic Colors of #E894A9
Black with #E894A9
Text Example
Text Example
White with #E894A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E894A9; }
p { color: rgb(232,148,169); }
H1.HeaderClassName
{
color: #E894A9;
}
.AnyTagClassName
{
color: #E894A9;
}
</style>
background-color css
<style>
a { background-color: #E894A9; }
a { background-color: rgb(232,148,169); }
div.DivClassName
{
background-color: #E894A9;
}
.BgClassName
{
background-color: #E894A9;
}
</style>
border-color css
<style>
span { border-color: #E894A9; }
span { border-color: rgb(232,148,169); }
td.TdClassName
{
border-color: #E894A9;
}
.TagClassName
{
border-color: #E894A9;
}
</style>