Shades of Mauve #E09AFF
Tints of Mauve #E09AFF
RGB
CMYK
RGB Variations
Color information
#E09AFF (or 0xE09AFF) is known color: Mauve. HEX triplet: E0, 9A and FF. RGB value is (224,154,255). Sum of RGB (Red+Green+Blue) = 224+154+255=633 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.39% from 633); Green value is 154 (60.55% from 255 or 24.33% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #E09AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09AFF is #1F6500. Grayscale: #BABABA. Windows color (decimal): -2057473 or 16751328. OLE color: 16751328.
HSL color Cylindrical-coordinate representation of color #E09AFF: hue angle of 281.58º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E09AFF is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 154 | 255 | - |
| CMYK | 0.12 | 0.40 | 0 | 0 |
| HSL | 281.58º | 1% | 0.8% | - |
| HSV(B) | 281.58º | 0.4% | 1% | - |
| XYZ | 60.35 | 46.18 | 100.34 | - |
| YUV | 186.44 | 166.69 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 255 | 0.12 | 0.40 | 0 | 0 | 281.58 | 1 | 0.8 |
| Hex | E0 | 9A | FF | C | 28 | 0 | 0 | 11A | 64 | 50 |
| Octal | 340 | 232 | 377 | 14 | 50 | 0 | 0 | 432 | 144 | 120 |
| Binary | 11100000 | 10011010 | 11111111 | 1100 | 101000 | 0 | 0 | 100011010 | 1100100 | 1010000 |
Color Harmonies of #E09AFF
Complementary color
Monochromatic Colors of #E09AFF
Black with #E09AFF
Text Example
Text Example
White with #E09AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09AFF; }
p { color: rgb(224,154,255); }
H1.HeaderClassName
{
color: #E09AFF;
}
.AnyTagClassName
{
color: #E09AFF;
}
</style>
background-color css
<style>
a { background-color: #E09AFF; }
a { background-color: rgb(224,154,255); }
div.DivClassName
{
background-color: #E09AFF;
}
.BgClassName
{
background-color: #E09AFF;
}
</style>
border-color css
<style>
span { border-color: #E09AFF; }
span { border-color: rgb(224,154,255); }
td.TdClassName
{
border-color: #E09AFF;
}
.TagClassName
{
border-color: #E09AFF;
}
</style>