Shades of Mauve #E094FA
Tints of Mauve #E094FA
RGB
CMYK
RGB Variations
Color information
#E094FA (or 0xE094FA) is known color: Mauve. HEX triplet: E0, 94 and FA. RGB value is (224,148,250). Sum of RGB (Red+Green+Blue) = 224+148+250=622 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.01% from 622); Green value is 148 (58.20% from 255 or 23.79% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #E094FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E094FA is #1F6B05. Grayscale: #B6B6B6. Windows color (decimal): -2059014 or 16422112. OLE color: 16422112.
HSL color Cylindrical-coordinate representation of color #E094FA: hue angle of 284.71º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E094FA is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 148 | 250 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.02 |
| HSL | 284.71º | 0.91% | 0.78% | - |
| HSV(B) | 284.71º | 0.41% | 0.98% | - |
| XYZ | 58.59 | 43.93 | 95.83 | - |
| YUV | 182.35 | 166.18 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 250 | 0.10 | 0.41 | 0 | 0.02 | 284.71 | 0.91 | 0.78 |
| Hex | E0 | 94 | FA | A | 29 | 0 | 2 | 11D | 5B | 4E |
| Octal | 340 | 224 | 372 | 12 | 51 | 0 | 2 | 435 | 133 | 116 |
| Binary | 11100000 | 10010100 | 11111010 | 1010 | 101001 | 0 | 10 | 100011101 | 1011011 | 1001110 |
Color Harmonies of #E094FA
Complementary color
Monochromatic Colors of #E094FA
Black with #E094FA
Text Example
Text Example
White with #E094FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E094FA; }
p { color: rgb(224,148,250); }
H1.HeaderClassName
{
color: #E094FA;
}
.AnyTagClassName
{
color: #E094FA;
}
</style>
background-color css
<style>
a { background-color: #E094FA; }
a { background-color: rgb(224,148,250); }
div.DivClassName
{
background-color: #E094FA;
}
.BgClassName
{
background-color: #E094FA;
}
</style>
border-color css
<style>
span { border-color: #E094FA; }
span { border-color: rgb(224,148,250); }
td.TdClassName
{
border-color: #E094FA;
}
.TagClassName
{
border-color: #E094FA;
}
</style>