Shades of Mauve #E09AFA
Tints of Mauve #E09AFA
RGB
CMYK
RGB Variations
Color information
#E09AFA (or 0xE09AFA) is known color: Mauve. HEX triplet: E0, 9A and FA. RGB value is (224,154,250). Sum of RGB (Red+Green+Blue) = 224+154+250=628 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.67% from 628); Green value is 154 (60.55% from 255 or 24.52% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #E09AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09AFA is #1F6505. Grayscale: #B9B9B9. Windows color (decimal): -2057478 or 16423648. OLE color: 16423648.
HSL color Cylindrical-coordinate representation of color #E09AFA: hue angle of 283.75º degrees, saturation: 0.91, 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 #E09AFA is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 154 | 250 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.02 |
| HSL | 283.75º | 0.91% | 0.79% | - |
| HSV(B) | 283.75º | 0.38% | 0.98% | - |
| XYZ | 59.55 | 45.86 | 96.16 | - |
| YUV | 185.87 | 164.19 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 250 | 0.10 | 0.38 | 0 | 0.02 | 283.75 | 0.91 | 0.79 |
| Hex | E0 | 9A | FA | A | 26 | 0 | 2 | 11C | 5B | 4F |
| Octal | 340 | 232 | 372 | 12 | 46 | 0 | 2 | 434 | 133 | 117 |
| Binary | 11100000 | 10011010 | 11111010 | 1010 | 100110 | 0 | 10 | 100011100 | 1011011 | 1001111 |
Color Harmonies of #E09AFA
Complementary color
Monochromatic Colors of #E09AFA
Black with #E09AFA
Text Example
Text Example
White with #E09AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09AFA; }
p { color: rgb(224,154,250); }
H1.HeaderClassName
{
color: #E09AFA;
}
.AnyTagClassName
{
color: #E09AFA;
}
</style>
background-color css
<style>
a { background-color: #E09AFA; }
a { background-color: rgb(224,154,250); }
div.DivClassName
{
background-color: #E09AFA;
}
.BgClassName
{
background-color: #E09AFA;
}
</style>
border-color css
<style>
span { border-color: #E09AFA; }
span { border-color: rgb(224,154,250); }
td.TdClassName
{
border-color: #E09AFA;
}
.TagClassName
{
border-color: #E09AFA;
}
</style>