Shades of Mauve #E499FE
Tints of Mauve #E499FE
RGB
CMYK
RGB Variations
Color information
#E499FE (or 0xE499FE) is known color: Mauve. HEX triplet: E4, 99 and FE. RGB value is (228,153,254). Sum of RGB (Red+Green+Blue) = 228+153+254=635 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.91% from 635); Green value is 153 (60.16% from 255 or 24.09% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #E499FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E499FE is #1B6601. Grayscale: #BABABA. Windows color (decimal): -1795586 or 16685540. OLE color: 16685540.
HSL color Cylindrical-coordinate representation of color #E499FE: hue angle of 284.55º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E499FE is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 153 | 254 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.00 |
| HSL | 284.55º | 0.98% | 0.8% | - |
| HSV(B) | 284.55º | 0.4% | 1% | - |
| XYZ | 61.28 | 46.43 | 99.5 | - |
| YUV | 186.94 | 165.85 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 153 | 254 | 0.10 | 0.40 | 0 | 0.00 | 284.55 | 0.98 | 0.8 |
| Hex | E4 | 99 | FE | A | 28 | 0 | 0 | 11D | 62 | 50 |
| Octal | 344 | 231 | 376 | 12 | 50 | 0 | 0 | 435 | 142 | 120 |
| Binary | 11100100 | 10011001 | 11111110 | 1010 | 101000 | 0 | 0 | 100011101 | 1100010 | 1010000 |
Color Harmonies of #E499FE
Complementary color
Monochromatic Colors of #E499FE
Black with #E499FE
Text Example
Text Example
White with #E499FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E499FE; }
p { color: rgb(228,153,254); }
H1.HeaderClassName
{
color: #E499FE;
}
.AnyTagClassName
{
color: #E499FE;
}
</style>
background-color css
<style>
a { background-color: #E499FE; }
a { background-color: rgb(228,153,254); }
div.DivClassName
{
background-color: #E499FE;
}
.BgClassName
{
background-color: #E499FE;
}
</style>
border-color css
<style>
span { border-color: #E499FE; }
span { border-color: rgb(228,153,254); }
td.TdClassName
{
border-color: #E499FE;
}
.TagClassName
{
border-color: #E499FE;
}
</style>