Shades of Mauve #E094FB
Tints of Mauve #E094FB
RGB
CMYK
RGB Variations
Color information
#E094FB (or 0xE094FB) is known color: Mauve. HEX triplet: E0, 94 and FB. RGB value is (224,148,251). Sum of RGB (Red+Green+Blue) = 224+148+251=623 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.96% from 623); Green value is 148 (58.20% from 255 or 23.76% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #E094FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E094FB is #1F6B04. Grayscale: #B6B6B6. Windows color (decimal): -2059013 or 16487648. OLE color: 16487648.
HSL color Cylindrical-coordinate representation of color #E094FB: hue angle of 284.27º degrees, saturation: 0.93, 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 #E094FB is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 148 | 251 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.02 |
| HSL | 284.27º | 0.93% | 0.78% | - |
| HSV(B) | 284.27º | 0.41% | 0.98% | - |
| XYZ | 58.74 | 43.99 | 96.66 | - |
| YUV | 182.47 | 166.68 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 251 | 0.11 | 0.41 | 0 | 0.02 | 284.27 | 0.93 | 0.78 |
| Hex | E0 | 94 | FB | B | 29 | 0 | 2 | 11C | 5D | 4E |
| Octal | 340 | 224 | 373 | 13 | 51 | 0 | 2 | 434 | 135 | 116 |
| Binary | 11100000 | 10010100 | 11111011 | 1011 | 101001 | 0 | 10 | 100011100 | 1011101 | 1001110 |
Color Harmonies of #E094FB
Complementary color
Monochromatic Colors of #E094FB
Black with #E094FB
Text Example
Text Example
White with #E094FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E094FB; }
p { color: rgb(224,148,251); }
H1.HeaderClassName
{
color: #E094FB;
}
.AnyTagClassName
{
color: #E094FB;
}
</style>
background-color css
<style>
a { background-color: #E094FB; }
a { background-color: rgb(224,148,251); }
div.DivClassName
{
background-color: #E094FB;
}
.BgClassName
{
background-color: #E094FB;
}
</style>
border-color css
<style>
span { border-color: #E094FB; }
span { border-color: rgb(224,148,251); }
td.TdClassName
{
border-color: #E094FB;
}
.TagClassName
{
border-color: #E094FB;
}
</style>