Shades of Mauvelous #E88FA4
Tints of Mauvelous #E88FA4
RGB
CMYK
RGB Variations
Color information
#E88FA4 (or 0xE88FA4) is known color: Mauvelous. HEX triplet: E8, 8F and A4. RGB value is (232,143,164). Sum of RGB (Red+Green+Blue) = 232+143+164=539 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.04% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 164 (64.45% from 255 or 30.43% from 539); Max value from RGB is 232 - color contains mainly: red. Hex color #E88FA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88FA4 is #17705B. Grayscale: #ACACAC. Windows color (decimal): -1536092 or 10784744. OLE color: 10784744.
HSL color Cylindrical-coordinate representation of color #E88FA4: hue angle of 345.84º 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 #E88FA4 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 143 | 164 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.09 |
| HSL | 345.84º | 0.66% | 0.74% | - |
| HSV(B) | 345.84º | 0.38% | 0.91% | - |
| XYZ | 49.8 | 39.48 | 40.12 | - |
| YUV | 172.01 | 123.49 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 143 | 164 | 0 | 0.38 | 0.29 | 0.09 | 345.84 | 0.66 | 0.74 |
| Hex | E8 | 8F | A4 | 0 | 26 | 1D | 9 | 15A | 42 | 4A |
| Octal | 350 | 217 | 244 | 0 | 46 | 35 | 11 | 532 | 102 | 112 |
| Binary | 11101000 | 10001111 | 10100100 | 0 | 100110 | 11101 | 1001 | 101011010 | 1000010 | 1001010 |
Color Harmonies of #E88FA4
Complementary color
Monochromatic Colors of #E88FA4
Black with #E88FA4
Text Example
Text Example
White with #E88FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88FA4; }
p { color: rgb(232,143,164); }
H1.HeaderClassName
{
color: #E88FA4;
}
.AnyTagClassName
{
color: #E88FA4;
}
</style>
background-color css
<style>
a { background-color: #E88FA4; }
a { background-color: rgb(232,143,164); }
div.DivClassName
{
background-color: #E88FA4;
}
.BgClassName
{
background-color: #E88FA4;
}
</style>
border-color css
<style>
span { border-color: #E88FA4; }
span { border-color: rgb(232,143,164); }
td.TdClassName
{
border-color: #E88FA4;
}
.TagClassName
{
border-color: #E88FA4;
}
</style>