Shades of Mauve #E899FA
Tints of Mauve #E899FA
RGB
CMYK
RGB Variations
Color information
#E899FA (or 0xE899FA) is known color: Mauve. HEX triplet: E8, 99 and FA. RGB value is (232,153,250). Sum of RGB (Red+Green+Blue) = 232+153+250=635 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.54% from 635); Green value is 153 (60.16% from 255 or 24.09% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #E899FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E899FA is #176605. Grayscale: #BBBBBB. Windows color (decimal): -1533446 or 16423400. OLE color: 16423400.
HSL color Cylindrical-coordinate representation of color #E899FA: hue angle of 288.87º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E899FA is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 153 | 250 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.02 |
| HSL | 288.87º | 0.91% | 0.79% | - |
| HSV(B) | 288.87º | 0.39% | 0.98% | - |
| XYZ | 61.93 | 46.84 | 96.22 | - |
| YUV | 187.68 | 163.17 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 153 | 250 | 0.07 | 0.39 | 0 | 0.02 | 288.87 | 0.91 | 0.79 |
| Hex | E8 | 99 | FA | 7 | 27 | 0 | 2 | 121 | 5B | 4F |
| Octal | 350 | 231 | 372 | 7 | 47 | 0 | 2 | 441 | 133 | 117 |
| Binary | 11101000 | 10011001 | 11111010 | 111 | 100111 | 0 | 10 | 100100001 | 1011011 | 1001111 |
Color Harmonies of #E899FA
Complementary color
Monochromatic Colors of #E899FA
Black with #E899FA
Text Example
Text Example
White with #E899FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E899FA; }
p { color: rgb(232,153,250); }
H1.HeaderClassName
{
color: #E899FA;
}
.AnyTagClassName
{
color: #E899FA;
}
</style>
background-color css
<style>
a { background-color: #E899FA; }
a { background-color: rgb(232,153,250); }
div.DivClassName
{
background-color: #E899FA;
}
.BgClassName
{
background-color: #E899FA;
}
</style>
border-color css
<style>
span { border-color: #E899FA; }
span { border-color: rgb(232,153,250); }
td.TdClassName
{
border-color: #E899FA;
}
.TagClassName
{
border-color: #E899FA;
}
</style>