Shades of Mauve #E09CFA
Tints of Mauve #E09CFA
RGB
CMYK
RGB Variations
Color information
#E09CFA (or 0xE09CFA) is known color: Mauve. HEX triplet: E0, 9C and FA. RGB value is (224,156,250). Sum of RGB (Red+Green+Blue) = 224+156+250=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 156 (61.33% from 255 or 24.76% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #E09CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09CFA is #1F6305. Grayscale: #BABABA. Windows color (decimal): -2056966 or 16424160. OLE color: 16424160.
HSL color Cylindrical-coordinate representation of color #E09CFA: hue angle of 283.4º 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 #E09CFA is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 156 | 250 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.02 |
| HSL | 283.4º | 0.9% | 0.8% | - |
| HSV(B) | 283.4º | 0.38% | 0.98% | - |
| XYZ | 59.88 | 46.53 | 96.27 | - |
| YUV | 187.05 | 163.53 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 250 | 0.10 | 0.38 | 0 | 0.02 | 283.4 | 0.9 | 0.8 |
| Hex | E0 | 9C | FA | A | 26 | 0 | 2 | 11B | 5A | 50 |
| Octal | 340 | 234 | 372 | 12 | 46 | 0 | 2 | 433 | 132 | 120 |
| Binary | 11100000 | 10011100 | 11111010 | 1010 | 100110 | 0 | 10 | 100011011 | 1011010 | 1010000 |
Color Harmonies of #E09CFA
Complementary color
Monochromatic Colors of #E09CFA
Black with #E09CFA
Text Example
Text Example
White with #E09CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09CFA; }
p { color: rgb(224,156,250); }
H1.HeaderClassName
{
color: #E09CFA;
}
.AnyTagClassName
{
color: #E09CFA;
}
</style>
background-color css
<style>
a { background-color: #E09CFA; }
a { background-color: rgb(224,156,250); }
div.DivClassName
{
background-color: #E09CFA;
}
.BgClassName
{
background-color: #E09CFA;
}
</style>
border-color css
<style>
span { border-color: #E09CFA; }
span { border-color: rgb(224,156,250); }
td.TdClassName
{
border-color: #E09CFA;
}
.TagClassName
{
border-color: #E09CFA;
}
</style>