Shades of Mauve #E09FFD
Tints of Mauve #E09FFD
RGB
CMYK
RGB Variations
Color information
#E09FFD (or 0xE09FFD) is known color: Mauve. HEX triplet: E0, 9F and FD. RGB value is (224,159,253). Sum of RGB (Red+Green+Blue) = 224+159+253=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 159 (62.5% from 255 or 25% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #E09FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09FFD is #1F6002. Grayscale: #BCBCBC. Windows color (decimal): -2056195 or 16621536. OLE color: 16621536.
HSL color Cylindrical-coordinate representation of color #E09FFD: hue angle of 281.49º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E09FFD is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 159 | 253 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.01 |
| HSL | 281.49º | 0.96% | 0.81% | - |
| HSV(B) | 281.49º | 0.37% | 0.99% | - |
| XYZ | 60.87 | 47.74 | 98.93 | - |
| YUV | 189.15 | 164.03 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 159 | 253 | 0.11 | 0.37 | 0 | 0.01 | 281.49 | 0.96 | 0.81 |
| Hex | E0 | 9F | FD | B | 25 | 0 | 1 | 119 | 60 | 51 |
| Octal | 340 | 237 | 375 | 13 | 45 | 0 | 1 | 431 | 140 | 121 |
| Binary | 11100000 | 10011111 | 11111101 | 1011 | 100101 | 0 | 1 | 100011001 | 1100000 | 1010001 |
Color Harmonies of #E09FFD
Complementary color
Monochromatic Colors of #E09FFD
Black with #E09FFD
Text Example
Text Example
White with #E09FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09FFD; }
p { color: rgb(224,159,253); }
H1.HeaderClassName
{
color: #E09FFD;
}
.AnyTagClassName
{
color: #E09FFD;
}
</style>
background-color css
<style>
a { background-color: #E09FFD; }
a { background-color: rgb(224,159,253); }
div.DivClassName
{
background-color: #E09FFD;
}
.BgClassName
{
background-color: #E09FFD;
}
</style>
border-color css
<style>
span { border-color: #E09FFD; }
span { border-color: rgb(224,159,253); }
td.TdClassName
{
border-color: #E09FFD;
}
.TagClassName
{
border-color: #E09FFD;
}
</style>