Shades of Mauve #E092FF
Tints of Mauve #E092FF
RGB
CMYK
RGB Variations
Color information
#E092FF (or 0xE092FF) is known color: Mauve. HEX triplet: E0, 92 and FF. RGB value is (224,146,255). Sum of RGB (Red+Green+Blue) = 224+146+255=625 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.84% from 625); Green value is 146 (57.42% from 255 or 23.36% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #E092FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E092FF is #1F6D00. Grayscale: #B5B5B5. Windows color (decimal): -2059521 or 16749280. OLE color: 16749280.
HSL color Cylindrical-coordinate representation of color #E092FF: hue angle of 282.94º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E092FF is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 146 | 255 | - |
| CMYK | 0.12 | 0.43 | 0 | 0 |
| HSL | 282.94º | 1% | 0.79% | - |
| HSV(B) | 282.94º | 0.43% | 1% | - |
| XYZ | 59.07 | 43.63 | 99.91 | - |
| YUV | 181.75 | 169.34 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 255 | 0.12 | 0.43 | 0 | 0 | 282.94 | 1 | 0.79 |
| Hex | E0 | 92 | FF | C | 2B | 0 | 0 | 11B | 64 | 4F |
| Octal | 340 | 222 | 377 | 14 | 53 | 0 | 0 | 433 | 144 | 117 |
| Binary | 11100000 | 10010010 | 11111111 | 1100 | 101011 | 0 | 0 | 100011011 | 1100100 | 1001111 |
Color Harmonies of #E092FF
Complementary color
Monochromatic Colors of #E092FF
Black with #E092FF
Text Example
Text Example
White with #E092FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E092FF; }
p { color: rgb(224,146,255); }
H1.HeaderClassName
{
color: #E092FF;
}
.AnyTagClassName
{
color: #E092FF;
}
</style>
background-color css
<style>
a { background-color: #E092FF; }
a { background-color: rgb(224,146,255); }
div.DivClassName
{
background-color: #E092FF;
}
.BgClassName
{
background-color: #E092FF;
}
</style>
border-color css
<style>
span { border-color: #E092FF; }
span { border-color: rgb(224,146,255); }
td.TdClassName
{
border-color: #E092FF;
}
.TagClassName
{
border-color: #E092FF;
}
</style>