Shades of Mauve #E09AF9
Tints of Mauve #E09AF9
RGB
CMYK
RGB Variations
Color information
#E09AF9 (or 0xE09AF9) is known color: Mauve. HEX triplet: E0, 9A and F9. RGB value is (224,154,249). Sum of RGB (Red+Green+Blue) = 224+154+249=627 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.73% from 627); Green value is 154 (60.55% from 255 or 24.56% from 627); Blue value is 249 (97.66% from 255 or 39.71% from 627); Max value from RGB is 249 - color contains mainly: blue. Hex color #E09AF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09AF9 is #1F6506. Grayscale: #B9B9B9. Windows color (decimal): -2057479 or 16358112. OLE color: 16358112.
HSL color Cylindrical-coordinate representation of color #E09AF9: hue angle of 284.21º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E09AF9 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 154 | 249 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.02 |
| HSL | 284.21º | 0.89% | 0.79% | - |
| HSV(B) | 284.21º | 0.38% | 0.98% | - |
| XYZ | 59.39 | 45.8 | 95.33 | - |
| YUV | 185.76 | 163.69 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 249 | 0.10 | 0.38 | 0 | 0.02 | 284.21 | 0.89 | 0.79 |
| Hex | E0 | 9A | F9 | A | 26 | 0 | 2 | 11C | 59 | 4F |
| Octal | 340 | 232 | 371 | 12 | 46 | 0 | 2 | 434 | 131 | 117 |
| Binary | 11100000 | 10011010 | 11111001 | 1010 | 100110 | 0 | 10 | 100011100 | 1011001 | 1001111 |
Color Harmonies of #E09AF9
Complementary color
Monochromatic Colors of #E09AF9
Black with #E09AF9
Text Example
Text Example
White with #E09AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09AF9; }
p { color: rgb(224,154,249); }
H1.HeaderClassName
{
color: #E09AF9;
}
.AnyTagClassName
{
color: #E09AF9;
}
</style>
background-color css
<style>
a { background-color: #E09AF9; }
a { background-color: rgb(224,154,249); }
div.DivClassName
{
background-color: #E09AF9;
}
.BgClassName
{
background-color: #E09AF9;
}
</style>
border-color css
<style>
span { border-color: #E09AF9; }
span { border-color: rgb(224,154,249); }
td.TdClassName
{
border-color: #E09AF9;
}
.TagClassName
{
border-color: #E09AF9;
}
</style>