Shades of Mauve #E698FE
Tints of Mauve #E698FE
RGB
CMYK
RGB Variations
Color information
#E698FE (or 0xE698FE) is known color: Mauve. HEX triplet: E6, 98 and FE. RGB value is (230,152,254). Sum of RGB (Red+Green+Blue) = 230+152+254=636 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.16% from 636); Green value is 152 (59.77% from 255 or 23.90% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #E698FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E698FE is #196701. Grayscale: #BABABA. Windows color (decimal): -1664770 or 16685286. OLE color: 16685286.
HSL color Cylindrical-coordinate representation of color #E698FE: hue angle of 285.88º 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 #E698FE is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 152 | 254 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.00 |
| HSL | 285.88º | 0.98% | 0.8% | - |
| HSV(B) | 285.88º | 0.4% | 1% | - |
| XYZ | 61.75 | 46.44 | 99.47 | - |
| YUV | 186.95 | 165.84 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 152 | 254 | 0.09 | 0.40 | 0 | 0.00 | 285.88 | 0.98 | 0.8 |
| Hex | E6 | 98 | FE | 9 | 28 | 0 | 0 | 11E | 62 | 50 |
| Octal | 346 | 230 | 376 | 11 | 50 | 0 | 0 | 436 | 142 | 120 |
| Binary | 11100110 | 10011000 | 11111110 | 1001 | 101000 | 0 | 0 | 100011110 | 1100010 | 1010000 |
Color Harmonies of #E698FE
Complementary color
Monochromatic Colors of #E698FE
Black with #E698FE
Text Example
Text Example
White with #E698FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E698FE; }
p { color: rgb(230,152,254); }
H1.HeaderClassName
{
color: #E698FE;
}
.AnyTagClassName
{
color: #E698FE;
}
</style>
background-color css
<style>
a { background-color: #E698FE; }
a { background-color: rgb(230,152,254); }
div.DivClassName
{
background-color: #E698FE;
}
.BgClassName
{
background-color: #E698FE;
}
</style>
border-color css
<style>
span { border-color: #E698FE; }
span { border-color: rgb(230,152,254); }
td.TdClassName
{
border-color: #E698FE;
}
.TagClassName
{
border-color: #E698FE;
}
</style>