Shades of Mauve #E09CFE
Tints of Mauve #E09CFE
RGB
CMYK
RGB Variations
Color information
#E09CFE (or 0xE09CFE) is known color: Mauve. HEX triplet: E0, 9C and FE. RGB value is (224,156,254). Sum of RGB (Red+Green+Blue) = 224+156+254=634 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.33% from 634); Green value is 156 (61.33% from 255 or 24.61% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #E09CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09CFE is #1F6301. Grayscale: #BBBBBB. Windows color (decimal): -2056962 or 16686304. OLE color: 16686304.
HSL color Cylindrical-coordinate representation of color #E09CFE: hue angle of 281.63º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E09CFE is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 156 | 254 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.00 |
| HSL | 281.63º | 0.98% | 0.8% | - |
| HSV(B) | 281.63º | 0.39% | 1% | - |
| XYZ | 60.52 | 46.78 | 99.61 | - |
| YUV | 187.5 | 165.53 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 254 | 0.12 | 0.39 | 0 | 0.00 | 281.63 | 0.98 | 0.8 |
| Hex | E0 | 9C | FE | C | 27 | 0 | 0 | 11A | 62 | 50 |
| Octal | 340 | 234 | 376 | 14 | 47 | 0 | 0 | 432 | 142 | 120 |
| Binary | 11100000 | 10011100 | 11111110 | 1100 | 100111 | 0 | 0 | 100011010 | 1100010 | 1010000 |
Color Harmonies of #E09CFE
Complementary color
Monochromatic Colors of #E09CFE
Black with #E09CFE
Text Example
Text Example
White with #E09CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09CFE; }
p { color: rgb(224,156,254); }
H1.HeaderClassName
{
color: #E09CFE;
}
.AnyTagClassName
{
color: #E09CFE;
}
</style>
background-color css
<style>
a { background-color: #E09CFE; }
a { background-color: rgb(224,156,254); }
div.DivClassName
{
background-color: #E09CFE;
}
.BgClassName
{
background-color: #E09CFE;
}
</style>
border-color css
<style>
span { border-color: #E09CFE; }
span { border-color: rgb(224,156,254); }
td.TdClassName
{
border-color: #E09CFE;
}
.TagClassName
{
border-color: #E09CFE;
}
</style>