Shades of Mauve #E097FF
Tints of Mauve #E097FF
RGB
CMYK
RGB Variations
Color information
#E097FF (or 0xE097FF) is known color: Mauve. HEX triplet: E0, 97 and FF. RGB value is (224,151,255). Sum of RGB (Red+Green+Blue) = 224+151+255=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 151 (59.38% from 255 or 23.97% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #E097FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E097FF is #1F6800. Grayscale: #B8B8B8. Windows color (decimal): -2058241 or 16750560. OLE color: 16750560.
HSL color Cylindrical-coordinate representation of color #E097FF: hue angle of 282.12º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E097FF is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 151 | 255 | - |
| CMYK | 0.12 | 0.41 | 0 | 0 |
| HSL | 282.12º | 1% | 0.8% | - |
| HSV(B) | 282.12º | 0.41% | 1% | - |
| XYZ | 59.86 | 45.2 | 100.18 | - |
| YUV | 184.68 | 167.68 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 255 | 0.12 | 0.41 | 0 | 0 | 282.12 | 1 | 0.8 |
| Hex | E0 | 97 | FF | C | 29 | 0 | 0 | 11A | 64 | 50 |
| Octal | 340 | 227 | 377 | 14 | 51 | 0 | 0 | 432 | 144 | 120 |
| Binary | 11100000 | 10010111 | 11111111 | 1100 | 101001 | 0 | 0 | 100011010 | 1100100 | 1010000 |
Color Harmonies of #E097FF
Complementary color
Monochromatic Colors of #E097FF
Black with #E097FF
Text Example
Text Example
White with #E097FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E097FF; }
p { color: rgb(224,151,255); }
H1.HeaderClassName
{
color: #E097FF;
}
.AnyTagClassName
{
color: #E097FF;
}
</style>
background-color css
<style>
a { background-color: #E097FF; }
a { background-color: rgb(224,151,255); }
div.DivClassName
{
background-color: #E097FF;
}
.BgClassName
{
background-color: #E097FF;
}
</style>
border-color css
<style>
span { border-color: #E097FF; }
span { border-color: rgb(224,151,255); }
td.TdClassName
{
border-color: #E097FF;
}
.TagClassName
{
border-color: #E097FF;
}
</style>