Shades of Mauve #E094FF
Tints of Mauve #E094FF
RGB
CMYK
RGB Variations
Color information
#E094FF (or 0xE094FF) is known color: Mauve. HEX triplet: E0, 94 and FF. RGB value is (224,148,255). Sum of RGB (Red+Green+Blue) = 224+148+255=627 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.73% from 627); Green value is 148 (58.20% from 255 or 23.60% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #E094FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E094FF is #1F6B00. Grayscale: #B6B6B6. Windows color (decimal): -2059009 or 16749792. OLE color: 16749792.
HSL color Cylindrical-coordinate representation of color #E094FF: hue angle of 282.62º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E094FF is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 148 | 255 | - |
| CMYK | 0.12 | 0.42 | 0 | 0 |
| HSL | 282.62º | 1% | 0.79% | - |
| HSV(B) | 282.62º | 0.42% | 1% | - |
| XYZ | 59.38 | 44.25 | 100.02 | - |
| YUV | 182.92 | 168.68 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 255 | 0.12 | 0.42 | 0 | 0 | 282.62 | 1 | 0.79 |
| Hex | E0 | 94 | FF | C | 2A | 0 | 0 | 11B | 64 | 4F |
| Octal | 340 | 224 | 377 | 14 | 52 | 0 | 0 | 433 | 144 | 117 |
| Binary | 11100000 | 10010100 | 11111111 | 1100 | 101010 | 0 | 0 | 100011011 | 1100100 | 1001111 |
Color Harmonies of #E094FF
Complementary color
Monochromatic Colors of #E094FF
Black with #E094FF
Text Example
Text Example
White with #E094FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E094FF; }
p { color: rgb(224,148,255); }
H1.HeaderClassName
{
color: #E094FF;
}
.AnyTagClassName
{
color: #E094FF;
}
</style>
background-color css
<style>
a { background-color: #E094FF; }
a { background-color: rgb(224,148,255); }
div.DivClassName
{
background-color: #E094FF;
}
.BgClassName
{
background-color: #E094FF;
}
</style>
border-color css
<style>
span { border-color: #E094FF; }
span { border-color: rgb(224,148,255); }
td.TdClassName
{
border-color: #E094FF;
}
.TagClassName
{
border-color: #E094FF;
}
</style>