Shades of Mauve #E69CFF
Tints of Mauve #E69CFF
RGB
CMYK
RGB Variations
Color information
#E69CFF (or 0xE69CFF) is known color: Mauve. HEX triplet: E6, 9C and FF. RGB value is (230,156,255). Sum of RGB (Red+Green+Blue) = 230+156+255=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 156 (61.33% from 255 or 24.34% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #E69CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69CFF is #196300. Grayscale: #BDBDBD. Windows color (decimal): -1663745 or 16751846. OLE color: 16751846.
HSL color Cylindrical-coordinate representation of color #E69CFF: hue angle of 284.85º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E69CFF is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 156 | 255 | - |
| CMYK | 0.10 | 0.39 | 0 | 0 |
| HSL | 284.85º | 1% | 0.81% | - |
| HSV(B) | 284.85º | 0.39% | 1% | - |
| XYZ | 62.57 | 47.82 | 100.54 | - |
| YUV | 189.41 | 165.02 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 156 | 255 | 0.10 | 0.39 | 0 | 0 | 284.85 | 1 | 0.81 |
| Hex | E6 | 9C | FF | A | 27 | 0 | 0 | 11D | 64 | 51 |
| Octal | 346 | 234 | 377 | 12 | 47 | 0 | 0 | 435 | 144 | 121 |
| Binary | 11100110 | 10011100 | 11111111 | 1010 | 100111 | 0 | 0 | 100011101 | 1100100 | 1010001 |
Color Harmonies of #E69CFF
Complementary color
Monochromatic Colors of #E69CFF
Black with #E69CFF
Text Example
Text Example
White with #E69CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69CFF; }
p { color: rgb(230,156,255); }
H1.HeaderClassName
{
color: #E69CFF;
}
.AnyTagClassName
{
color: #E69CFF;
}
</style>
background-color css
<style>
a { background-color: #E69CFF; }
a { background-color: rgb(230,156,255); }
div.DivClassName
{
background-color: #E69CFF;
}
.BgClassName
{
background-color: #E69CFF;
}
</style>
border-color css
<style>
span { border-color: #E69CFF; }
span { border-color: rgb(230,156,255); }
td.TdClassName
{
border-color: #E69CFF;
}
.TagClassName
{
border-color: #E69CFF;
}
</style>