Shades of Mauvelous #E988A1
Tints of Mauvelous #E988A1
RGB
CMYK
RGB Variations
Color information
#E988A1 (or 0xE988A1) is known color: Mauvelous. HEX triplet: E9, 88 and A1. RGB value is (233,136,161). Sum of RGB (Red+Green+Blue) = 233+136+161=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 136 (53.52% from 255 or 25.66% from 530); Blue value is 161 (63.28% from 255 or 30.38% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E988A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E988A1 is #16775E. Grayscale: #A7A7A7. Windows color (decimal): -1472351 or 10586345. OLE color: 10586345.
HSL color Cylindrical-coordinate representation of color #E988A1: hue angle of 344.54º 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 #E988A1 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 136 | 161 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.09 |
| HSL | 344.54º | 0.69% | 0.72% | - |
| HSV(B) | 344.54º | 0.42% | 0.91% | - |
| XYZ | 48.84 | 37.51 | 38.38 | - |
| YUV | 167.85 | 124.14 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 136 | 161 | 0 | 0.42 | 0.31 | 0.09 | 344.54 | 0.69 | 0.72 |
| Hex | E9 | 88 | A1 | 0 | 2A | 1F | 9 | 159 | 45 | 48 |
| Octal | 351 | 210 | 241 | 0 | 52 | 37 | 11 | 531 | 105 | 110 |
| Binary | 11101001 | 10001000 | 10100001 | 0 | 101010 | 11111 | 1001 | 101011001 | 1000101 | 1001000 |
Color Harmonies of #E988A1
Complementary color
Monochromatic Colors of #E988A1
Black with #E988A1
Text Example
Text Example
White with #E988A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E988A1; }
p { color: rgb(233,136,161); }
H1.HeaderClassName
{
color: #E988A1;
}
.AnyTagClassName
{
color: #E988A1;
}
</style>
background-color css
<style>
a { background-color: #E988A1; }
a { background-color: rgb(233,136,161); }
div.DivClassName
{
background-color: #E988A1;
}
.BgClassName
{
background-color: #E988A1;
}
</style>
border-color css
<style>
span { border-color: #E988A1; }
span { border-color: rgb(233,136,161); }
td.TdClassName
{
border-color: #E988A1;
}
.TagClassName
{
border-color: #E988A1;
}
</style>