Shades of Mauve #E09FFE
Tints of Mauve #E09FFE
RGB
CMYK
RGB Variations
Color information
#E09FFE (or 0xE09FFE) is known color: Mauve. HEX triplet: E0, 9F and FE. RGB value is (224,159,254). Sum of RGB (Red+Green+Blue) = 224+159+254=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 159 (62.5% from 255 or 24.96% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #E09FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09FFE is #1F6001. Grayscale: #BCBCBC. Windows color (decimal): -2056194 or 16687072. OLE color: 16687072.
HSL color Cylindrical-coordinate representation of color #E09FFE: hue angle of 281.05º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E09FFE is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 159 | 254 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.00 |
| HSL | 281.05º | 0.98% | 0.81% | - |
| HSV(B) | 281.05º | 0.37% | 1% | - |
| XYZ | 61.03 | 47.8 | 99.78 | - |
| YUV | 189.27 | 164.53 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 159 | 254 | 0.12 | 0.37 | 0 | 0.00 | 281.05 | 0.98 | 0.81 |
| Hex | E0 | 9F | FE | C | 25 | 0 | 0 | 119 | 62 | 51 |
| Octal | 340 | 237 | 376 | 14 | 45 | 0 | 0 | 431 | 142 | 121 |
| Binary | 11100000 | 10011111 | 11111110 | 1100 | 100101 | 0 | 0 | 100011001 | 1100010 | 1010001 |
Color Harmonies of #E09FFE
Complementary color
Monochromatic Colors of #E09FFE
Black with #E09FFE
Text Example
Text Example
White with #E09FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09FFE; }
p { color: rgb(224,159,254); }
H1.HeaderClassName
{
color: #E09FFE;
}
.AnyTagClassName
{
color: #E09FFE;
}
</style>
background-color css
<style>
a { background-color: #E09FFE; }
a { background-color: rgb(224,159,254); }
div.DivClassName
{
background-color: #E09FFE;
}
.BgClassName
{
background-color: #E09FFE;
}
</style>
border-color css
<style>
span { border-color: #E09FFE; }
span { border-color: rgb(224,159,254); }
td.TdClassName
{
border-color: #E09FFE;
}
.TagClassName
{
border-color: #E09FFE;
}
</style>