Shades of Mauve #E69CFA
Tints of Mauve #E69CFA
RGB
CMYK
RGB Variations
Color information
#E69CFA (or 0xE69CFA) is known color: Mauve. HEX triplet: E6, 9C and FA. RGB value is (230,156,250). Sum of RGB (Red+Green+Blue) = 230+156+250=636 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.16% from 636); Green value is 156 (61.33% from 255 or 24.53% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #E69CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69CFA is #196305. Grayscale: #BCBCBC. Windows color (decimal): -1663750 or 16424166. OLE color: 16424166.
HSL color Cylindrical-coordinate representation of color #E69CFA: hue angle of 287.23º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E69CFA is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 156 | 250 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.02 |
| HSL | 287.23º | 0.9% | 0.8% | - |
| HSV(B) | 287.23º | 0.38% | 0.98% | - |
| XYZ | 61.78 | 47.5 | 96.36 | - |
| YUV | 188.84 | 162.52 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 156 | 250 | 0.08 | 0.38 | 0 | 0.02 | 287.23 | 0.9 | 0.8 |
| Hex | E6 | 9C | FA | 8 | 26 | 0 | 2 | 11F | 5A | 50 |
| Octal | 346 | 234 | 372 | 10 | 46 | 0 | 2 | 437 | 132 | 120 |
| Binary | 11100110 | 10011100 | 11111010 | 1000 | 100110 | 0 | 10 | 100011111 | 1011010 | 1010000 |
Color Harmonies of #E69CFA
Complementary color
Monochromatic Colors of #E69CFA
Black with #E69CFA
Text Example
Text Example
White with #E69CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69CFA; }
p { color: rgb(230,156,250); }
H1.HeaderClassName
{
color: #E69CFA;
}
.AnyTagClassName
{
color: #E69CFA;
}
</style>
background-color css
<style>
a { background-color: #E69CFA; }
a { background-color: rgb(230,156,250); }
div.DivClassName
{
background-color: #E69CFA;
}
.BgClassName
{
background-color: #E69CFA;
}
</style>
border-color css
<style>
span { border-color: #E69CFA; }
span { border-color: rgb(230,156,250); }
td.TdClassName
{
border-color: #E69CFA;
}
.TagClassName
{
border-color: #E69CFA;
}
</style>