Shades of Mauve #E698FF
Tints of Mauve #E698FF
RGB
CMYK
RGB Variations
Color information
#E698FF (or 0xE698FF) is known color: Mauve. HEX triplet: E6, 98 and FF. RGB value is (230,152,255). Sum of RGB (Red+Green+Blue) = 230+152+255=637 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.11% from 637); Green value is 152 (59.77% from 255 or 23.86% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #E698FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E698FF is #196700. Grayscale: #BABABA. Windows color (decimal): -1664769 or 16750822. OLE color: 16750822.
HSL color Cylindrical-coordinate representation of color #E698FF: hue angle of 285.44º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E698FF is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 152 | 255 | - |
| CMYK | 0.10 | 0.40 | 0 | 0 |
| HSL | 285.44º | 1% | 0.8% | - |
| HSV(B) | 285.44º | 0.4% | 1% | - |
| XYZ | 61.91 | 46.5 | 100.32 | - |
| YUV | 187.06 | 166.34 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 152 | 255 | 0.10 | 0.40 | 0 | 0 | 285.44 | 1 | 0.8 |
| Hex | E6 | 98 | FF | A | 28 | 0 | 0 | 11D | 64 | 50 |
| Octal | 346 | 230 | 377 | 12 | 50 | 0 | 0 | 435 | 144 | 120 |
| Binary | 11100110 | 10011000 | 11111111 | 1010 | 101000 | 0 | 0 | 100011101 | 1100100 | 1010000 |
Color Harmonies of #E698FF
Complementary color
Monochromatic Colors of #E698FF
Black with #E698FF
Text Example
Text Example
White with #E698FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E698FF; }
p { color: rgb(230,152,255); }
H1.HeaderClassName
{
color: #E698FF;
}
.AnyTagClassName
{
color: #E698FF;
}
</style>
background-color css
<style>
a { background-color: #E698FF; }
a { background-color: rgb(230,152,255); }
div.DivClassName
{
background-color: #E698FF;
}
.BgClassName
{
background-color: #E698FF;
}
</style>
border-color css
<style>
span { border-color: #E698FF; }
span { border-color: rgb(230,152,255); }
td.TdClassName
{
border-color: #E698FF;
}
.TagClassName
{
border-color: #E698FF;
}
</style>