Shades of Mauve #E497FE
Tints of Mauve #E497FE
RGB
CMYK
RGB Variations
Color information
#E497FE (or 0xE497FE) is known color: Mauve. HEX triplet: E4, 97 and FE. RGB value is (228,151,254). Sum of RGB (Red+Green+Blue) = 228+151+254=633 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.02% from 633); Green value is 151 (59.38% from 255 or 23.85% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #E497FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E497FE is #1B6801. Grayscale: #B9B9B9. Windows color (decimal): -1796098 or 16685028. OLE color: 16685028.
HSL color Cylindrical-coordinate representation of color #E497FE: hue angle of 284.85º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E497FE is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 151 | 254 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.00 |
| HSL | 284.85º | 0.98% | 0.79% | - |
| HSV(B) | 284.85º | 0.41% | 1% | - |
| XYZ | 60.95 | 45.78 | 99.39 | - |
| YUV | 185.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 151 | 254 | 0.10 | 0.41 | 0 | 0.00 | 284.85 | 0.98 | 0.79 |
| Hex | E4 | 97 | FE | A | 29 | 0 | 0 | 11D | 62 | 4F |
| Octal | 344 | 227 | 376 | 12 | 51 | 0 | 0 | 435 | 142 | 117 |
| Binary | 11100100 | 10010111 | 11111110 | 1010 | 101001 | 0 | 0 | 100011101 | 1100010 | 1001111 |
Color Harmonies of #E497FE
Complementary color
Monochromatic Colors of #E497FE
Black with #E497FE
Text Example
Text Example
White with #E497FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E497FE; }
p { color: rgb(228,151,254); }
H1.HeaderClassName
{
color: #E497FE;
}
.AnyTagClassName
{
color: #E497FE;
}
</style>
background-color css
<style>
a { background-color: #E497FE; }
a { background-color: rgb(228,151,254); }
div.DivClassName
{
background-color: #E497FE;
}
.BgClassName
{
background-color: #E497FE;
}
</style>
border-color css
<style>
span { border-color: #E497FE; }
span { border-color: rgb(228,151,254); }
td.TdClassName
{
border-color: #E497FE;
}
.TagClassName
{
border-color: #E497FE;
}
</style>