Shades of Mauve #E69FFF
Tints of Mauve #E69FFF
RGB
CMYK
RGB Variations
Color information
#E69FFF (or 0xE69FFF) is known color: Mauve. HEX triplet: E6, 9F and FF. RGB value is (230,159,255). Sum of RGB (Red+Green+Blue) = 230+159+255=644 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.71% from 644); Green value is 159 (62.5% from 255 or 24.69% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #E69FFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69FFF is #196000. Grayscale: #BEBEBE. Windows color (decimal): -1662977 or 16752614. OLE color: 16752614.
HSL color Cylindrical-coordinate representation of color #E69FFF: hue angle of 284.38º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E69FFF is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 159 | 255 | - |
| CMYK | 0.10 | 0.38 | 0 | 0 |
| HSL | 284.38º | 1% | 0.81% | - |
| HSV(B) | 284.38º | 0.38% | 1% | - |
| XYZ | 63.08 | 48.84 | 100.71 | - |
| YUV | 191.17 | 164.02 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 159 | 255 | 0.10 | 0.38 | 0 | 0 | 284.38 | 1 | 0.81 |
| Hex | E6 | 9F | FF | A | 26 | 0 | 0 | 11C | 64 | 51 |
| Octal | 346 | 237 | 377 | 12 | 46 | 0 | 0 | 434 | 144 | 121 |
| Binary | 11100110 | 10011111 | 11111111 | 1010 | 100110 | 0 | 0 | 100011100 | 1100100 | 1010001 |
Color Harmonies of #E69FFF
Complementary color
Monochromatic Colors of #E69FFF
Black with #E69FFF
Text Example
Text Example
White with #E69FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69FFF; }
p { color: rgb(230,159,255); }
H1.HeaderClassName
{
color: #E69FFF;
}
.AnyTagClassName
{
color: #E69FFF;
}
</style>
background-color css
<style>
a { background-color: #E69FFF; }
a { background-color: rgb(230,159,255); }
div.DivClassName
{
background-color: #E69FFF;
}
.BgClassName
{
background-color: #E69FFF;
}
</style>
border-color css
<style>
span { border-color: #E69FFF; }
span { border-color: rgb(230,159,255); }
td.TdClassName
{
border-color: #E69FFF;
}
.TagClassName
{
border-color: #E69FFF;
}
</style>