Shades of Mauve #E09CFB
Tints of Mauve #E09CFB
RGB
CMYK
RGB Variations
Color information
#E09CFB (or 0xE09CFB) is known color: Mauve. HEX triplet: E0, 9C and FB. RGB value is (224,156,251). Sum of RGB (Red+Green+Blue) = 224+156+251=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 156 (61.33% from 255 or 24.72% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #E09CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09CFB is #1F6304. Grayscale: #BABABA. Windows color (decimal): -2056965 or 16489696. OLE color: 16489696.
HSL color Cylindrical-coordinate representation of color #E09CFB: hue angle of 282.95º degrees, saturation: 0.92, 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 #E09CFB is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 156 | 251 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.02 |
| HSL | 282.95º | 0.92% | 0.8% | - |
| HSV(B) | 282.95º | 0.38% | 0.98% | - |
| XYZ | 60.04 | 46.59 | 97.09 | - |
| YUV | 187.16 | 164.03 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 251 | 0.11 | 0.38 | 0 | 0.02 | 282.95 | 0.92 | 0.8 |
| Hex | E0 | 9C | FB | B | 26 | 0 | 2 | 11B | 5C | 50 |
| Octal | 340 | 234 | 373 | 13 | 46 | 0 | 2 | 433 | 134 | 120 |
| Binary | 11100000 | 10011100 | 11111011 | 1011 | 100110 | 0 | 10 | 100011011 | 1011100 | 1010000 |
Color Harmonies of #E09CFB
Complementary color
Monochromatic Colors of #E09CFB
Black with #E09CFB
Text Example
Text Example
White with #E09CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09CFB; }
p { color: rgb(224,156,251); }
H1.HeaderClassName
{
color: #E09CFB;
}
.AnyTagClassName
{
color: #E09CFB;
}
</style>
background-color css
<style>
a { background-color: #E09CFB; }
a { background-color: rgb(224,156,251); }
div.DivClassName
{
background-color: #E09CFB;
}
.BgClassName
{
background-color: #E09CFB;
}
</style>
border-color css
<style>
span { border-color: #E09CFB; }
span { border-color: rgb(224,156,251); }
td.TdClassName
{
border-color: #E09CFB;
}
.TagClassName
{
border-color: #E09CFB;
}
</style>