Shades of Mauve #E493FE
Tints of Mauve #E493FE
RGB
CMYK
RGB Variations
Color information
#E493FE (or 0xE493FE) is known color: Mauve. HEX triplet: E4, 93 and FE. RGB value is (228,147,254). Sum of RGB (Red+Green+Blue) = 228+147+254=629 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.25% from 629); Green value is 147 (57.81% from 255 or 23.37% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #E493FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E493FE is #1B6C01. Grayscale: #B7B7B7. Windows color (decimal): -1797122 or 16684004. OLE color: 16684004.
HSL color Cylindrical-coordinate representation of color #E493FE: hue angle of 285.42º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E493FE is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 147 | 254 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.00 |
| HSL | 285.42º | 0.98% | 0.79% | - |
| HSV(B) | 285.42º | 0.42% | 1% | - |
| XYZ | 60.32 | 44.52 | 99.18 | - |
| YUV | 183.42 | 167.84 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 147 | 254 | 0.10 | 0.42 | 0 | 0.00 | 285.42 | 0.98 | 0.79 |
| Hex | E4 | 93 | FE | A | 2A | 0 | 0 | 11D | 62 | 4F |
| Octal | 344 | 223 | 376 | 12 | 52 | 0 | 0 | 435 | 142 | 117 |
| Binary | 11100100 | 10010011 | 11111110 | 1010 | 101010 | 0 | 0 | 100011101 | 1100010 | 1001111 |
Color Harmonies of #E493FE
Complementary color
Monochromatic Colors of #E493FE
Black with #E493FE
Text Example
Text Example
White with #E493FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E493FE; }
p { color: rgb(228,147,254); }
H1.HeaderClassName
{
color: #E493FE;
}
.AnyTagClassName
{
color: #E493FE;
}
</style>
background-color css
<style>
a { background-color: #E493FE; }
a { background-color: rgb(228,147,254); }
div.DivClassName
{
background-color: #E493FE;
}
.BgClassName
{
background-color: #E493FE;
}
</style>
border-color css
<style>
span { border-color: #E493FE; }
span { border-color: rgb(228,147,254); }
td.TdClassName
{
border-color: #E493FE;
}
.TagClassName
{
border-color: #E493FE;
}
</style>