Shades of Mauvelous #E88FA1
Tints of Mauvelous #E88FA1
RGB
CMYK
RGB Variations
Color information
#E88FA1 (or 0xE88FA1) is known color: Mauvelous. HEX triplet: E8, 8F and A1. RGB value is (232,143,161). Sum of RGB (Red+Green+Blue) = 232+143+161=536 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.28% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 161 (63.28% from 255 or 30.04% from 536); Max value from RGB is 232 - color contains mainly: red. Hex color #E88FA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88FA1 is #17705E. Grayscale: #ABABAB. Windows color (decimal): -1536095 or 10588136. OLE color: 10588136.
HSL color Cylindrical-coordinate representation of color #E88FA1: hue angle of 347.87º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E88FA1 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 143 | 161 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.09 |
| HSL | 347.87º | 0.66% | 0.74% | - |
| HSV(B) | 347.87º | 0.38% | 0.91% | - |
| XYZ | 49.53 | 39.37 | 38.71 | - |
| YUV | 171.66 | 121.99 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 143 | 161 | 0 | 0.38 | 0.31 | 0.09 | 347.87 | 0.66 | 0.74 |
| Hex | E8 | 8F | A1 | 0 | 26 | 1F | 9 | 15C | 42 | 4A |
| Octal | 350 | 217 | 241 | 0 | 46 | 37 | 11 | 534 | 102 | 112 |
| Binary | 11101000 | 10001111 | 10100001 | 0 | 100110 | 11111 | 1001 | 101011100 | 1000010 | 1001010 |
Color Harmonies of #E88FA1
Complementary color
Monochromatic Colors of #E88FA1
Black with #E88FA1
Text Example
Text Example
White with #E88FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88FA1; }
p { color: rgb(232,143,161); }
H1.HeaderClassName
{
color: #E88FA1;
}
.AnyTagClassName
{
color: #E88FA1;
}
</style>
background-color css
<style>
a { background-color: #E88FA1; }
a { background-color: rgb(232,143,161); }
div.DivClassName
{
background-color: #E88FA1;
}
.BgClassName
{
background-color: #E88FA1;
}
</style>
border-color css
<style>
span { border-color: #E88FA1; }
span { border-color: rgb(232,143,161); }
td.TdClassName
{
border-color: #E88FA1;
}
.TagClassName
{
border-color: #E88FA1;
}
</style>