Shades of Mauvelous #E88CA8
Tints of Mauvelous #E88CA8
RGB
CMYK
RGB Variations
Color information
#E88CA8 (or 0xE88CA8) is known color: Mauvelous. HEX triplet: E8, 8C and A8. RGB value is (232,140,168). Sum of RGB (Red+Green+Blue) = 232+140+168=540 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.96% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 168 (66.02% from 255 or 31.11% from 540); Max value from RGB is 232 - color contains mainly: red. Hex color #E88CA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88CA8 is #177357. Grayscale: #AAAAAA. Windows color (decimal): -1536856 or 11046120. OLE color: 11046120.
HSL color Cylindrical-coordinate representation of color #E88CA8: hue angle of 341.74º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E88CA8 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 140 | 168 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.09 |
| HSL | 341.74º | 0.67% | 0.73% | - |
| HSV(B) | 341.74º | 0.4% | 0.91% | - |
| XYZ | 49.72 | 38.74 | 41.9 | - |
| YUV | 170.7 | 126.48 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 140 | 168 | 0 | 0.40 | 0.28 | 0.09 | 341.74 | 0.67 | 0.73 |
| Hex | E8 | 8C | A8 | 0 | 28 | 1C | 9 | 156 | 43 | 49 |
| Octal | 350 | 214 | 250 | 0 | 50 | 34 | 11 | 526 | 103 | 111 |
| Binary | 11101000 | 10001100 | 10101000 | 0 | 101000 | 11100 | 1001 | 101010110 | 1000011 | 1001001 |
Color Harmonies of #E88CA8
Complementary color
Monochromatic Colors of #E88CA8
Black with #E88CA8
Text Example
Text Example
White with #E88CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88CA8; }
p { color: rgb(232,140,168); }
H1.HeaderClassName
{
color: #E88CA8;
}
.AnyTagClassName
{
color: #E88CA8;
}
</style>
background-color css
<style>
a { background-color: #E88CA8; }
a { background-color: rgb(232,140,168); }
div.DivClassName
{
background-color: #E88CA8;
}
.BgClassName
{
background-color: #E88CA8;
}
</style>
border-color css
<style>
span { border-color: #E88CA8; }
span { border-color: rgb(232,140,168); }
td.TdClassName
{
border-color: #E88CA8;
}
.TagClassName
{
border-color: #E88CA8;
}
</style>