Shades of Mauve #E09EFE
Tints of Mauve #E09EFE
RGB
CMYK
RGB Variations
Color information
#E09EFE (or 0xE09EFE) is known color: Mauve. HEX triplet: E0, 9E and FE. RGB value is (224,158,254). Sum of RGB (Red+Green+Blue) = 224+158+254=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 158 (62.11% from 255 or 24.84% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #E09EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09EFE is #1F6101. Grayscale: #BCBCBC. Windows color (decimal): -2056450 or 16686816. OLE color: 16686816.
HSL color Cylindrical-coordinate representation of color #E09EFE: hue angle of 281.25º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E09EFE is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 158 | 254 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.00 |
| HSL | 281.25º | 0.98% | 0.81% | - |
| HSV(B) | 281.25º | 0.38% | 1% | - |
| XYZ | 60.86 | 47.46 | 99.72 | - |
| YUV | 188.68 | 164.87 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 158 | 254 | 0.12 | 0.38 | 0 | 0.00 | 281.25 | 0.98 | 0.81 |
| Hex | E0 | 9E | FE | C | 26 | 0 | 0 | 119 | 62 | 51 |
| Octal | 340 | 236 | 376 | 14 | 46 | 0 | 0 | 431 | 142 | 121 |
| Binary | 11100000 | 10011110 | 11111110 | 1100 | 100110 | 0 | 0 | 100011001 | 1100010 | 1010001 |
Color Harmonies of #E09EFE
Complementary color
Monochromatic Colors of #E09EFE
Black with #E09EFE
Text Example
Text Example
White with #E09EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09EFE; }
p { color: rgb(224,158,254); }
H1.HeaderClassName
{
color: #E09EFE;
}
.AnyTagClassName
{
color: #E09EFE;
}
</style>
background-color css
<style>
a { background-color: #E09EFE; }
a { background-color: rgb(224,158,254); }
div.DivClassName
{
background-color: #E09EFE;
}
.BgClassName
{
background-color: #E09EFE;
}
</style>
border-color css
<style>
span { border-color: #E09EFE; }
span { border-color: rgb(224,158,254); }
td.TdClassName
{
border-color: #E09EFE;
}
.TagClassName
{
border-color: #E09EFE;
}
</style>