Shades of Mauve #E798FE
Tints of Mauve #E798FE
RGB
CMYK
RGB Variations
Color information
#E798FE (or 0xE798FE) is known color: Mauve. HEX triplet: E7, 98 and FE. RGB value is (231,152,254). Sum of RGB (Red+Green+Blue) = 231+152+254=637 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.26% from 637); Green value is 152 (59.77% from 255 or 23.86% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #E798FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E798FE is #186701. Grayscale: #BABABA. Windows color (decimal): -1599234 or 16685287. OLE color: 16685287.
HSL color Cylindrical-coordinate representation of color #E798FE: hue angle of 286.47º 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 #E798FE is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 152 | 254 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.00 |
| HSL | 286.47º | 0.98% | 0.8% | - |
| HSV(B) | 286.47º | 0.4% | 1% | - |
| XYZ | 62.07 | 46.6 | 99.49 | - |
| YUV | 187.25 | 165.67 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 152 | 254 | 0.09 | 0.40 | 0 | 0.00 | 286.47 | 0.98 | 0.8 |
| Hex | E7 | 98 | FE | 9 | 28 | 0 | 0 | 11E | 62 | 50 |
| Octal | 347 | 230 | 376 | 11 | 50 | 0 | 0 | 436 | 142 | 120 |
| Binary | 11100111 | 10011000 | 11111110 | 1001 | 101000 | 0 | 0 | 100011110 | 1100010 | 1010000 |
Color Harmonies of #E798FE
Complementary color
Monochromatic Colors of #E798FE
Black with #E798FE
Text Example
Text Example
White with #E798FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E798FE; }
p { color: rgb(231,152,254); }
H1.HeaderClassName
{
color: #E798FE;
}
.AnyTagClassName
{
color: #E798FE;
}
</style>
background-color css
<style>
a { background-color: #E798FE; }
a { background-color: rgb(231,152,254); }
div.DivClassName
{
background-color: #E798FE;
}
.BgClassName
{
background-color: #E798FE;
}
</style>
border-color css
<style>
span { border-color: #E798FE; }
span { border-color: rgb(231,152,254); }
td.TdClassName
{
border-color: #E798FE;
}
.TagClassName
{
border-color: #E798FE;
}
</style>