Shades of Mauve #E09CF4
Tints of Mauve #E09CF4
RGB
CMYK
RGB Variations
Color information
#E09CF4 (or 0xE09CF4) is known color: Mauve. HEX triplet: E0, 9C and F4. RGB value is (224,156,244). Sum of RGB (Red+Green+Blue) = 224+156+244=624 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.90% from 624); Green value is 156 (61.33% from 255 or 25% from 624); Blue value is 244 (95.70% from 255 or 39.10% from 624); Max value from RGB is 244 - color contains mainly: blue. Hex color #E09CF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09CF4 is #1F630B. Grayscale: #BABABA. Windows color (decimal): -2056972 or 16030944. OLE color: 16030944.
HSL color Cylindrical-coordinate representation of color #E09CF4: hue angle of 286.36º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E09CF4 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 156 | 244 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.04 |
| HSL | 286.36º | 0.8% | 0.78% | - |
| HSV(B) | 286.36º | 0.36% | 0.96% | - |
| XYZ | 58.96 | 46.16 | 91.39 | - |
| YUV | 186.36 | 160.53 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 244 | 0.08 | 0.36 | 0 | 0.04 | 286.36 | 0.8 | 0.78 |
| Hex | E0 | 9C | F4 | 8 | 24 | 0 | 4 | 11E | 50 | 4E |
| Octal | 340 | 234 | 364 | 10 | 44 | 0 | 4 | 436 | 120 | 116 |
| Binary | 11100000 | 10011100 | 11110100 | 1000 | 100100 | 0 | 100 | 100011110 | 1010000 | 1001110 |
Color Harmonies of #E09CF4
Complementary color
Monochromatic Colors of #E09CF4
Black with #E09CF4
Text Example
Text Example
White with #E09CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09CF4; }
p { color: rgb(224,156,244); }
H1.HeaderClassName
{
color: #E09CF4;
}
.AnyTagClassName
{
color: #E09CF4;
}
</style>
background-color css
<style>
a { background-color: #E09CF4; }
a { background-color: rgb(224,156,244); }
div.DivClassName
{
background-color: #E09CF4;
}
.BgClassName
{
background-color: #E09CF4;
}
</style>
border-color css
<style>
span { border-color: #E09CF4; }
span { border-color: rgb(224,156,244); }
td.TdClassName
{
border-color: #E09CF4;
}
.TagClassName
{
border-color: #E09CF4;
}
</style>