Shades of Mauve #EA9FFE
Tints of Mauve #EA9FFE
RGB
CMYK
RGB Variations
Color information
#EA9FFE (or 0xEA9FFE) is known color: Mauve. HEX triplet: EA, 9F and FE. RGB value is (234,159,254). Sum of RGB (Red+Green+Blue) = 234+159+254=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 159 (62.5% from 255 or 24.57% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA9FFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9FFE is #156001. Grayscale: #BFBFBF. Windows color (decimal): -1400834 or 16687082. OLE color: 16687082.
HSL color Cylindrical-coordinate representation of color #EA9FFE: hue angle of 287.37º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EA9FFE is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 159 | 254 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.00 |
| HSL | 287.37º | 0.98% | 0.81% | - |
| HSV(B) | 287.37º | 0.37% | 1% | - |
| XYZ | 64.22 | 49.44 | 99.92 | - |
| YUV | 192.26 | 162.85 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 254 | 0.08 | 0.37 | 0 | 0.00 | 287.37 | 0.98 | 0.81 |
| Hex | EA | 9F | FE | 8 | 25 | 0 | 0 | 11F | 62 | 51 |
| Octal | 352 | 237 | 376 | 10 | 45 | 0 | 0 | 437 | 142 | 121 |
| Binary | 11101010 | 10011111 | 11111110 | 1000 | 100101 | 0 | 0 | 100011111 | 1100010 | 1010001 |
Color Harmonies of #EA9FFE
Complementary color
Monochromatic Colors of #EA9FFE
Black with #EA9FFE
Text Example
Text Example
White with #EA9FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9FFE; }
p { color: rgb(234,159,254); }
H1.HeaderClassName
{
color: #EA9FFE;
}
.AnyTagClassName
{
color: #EA9FFE;
}
</style>
background-color css
<style>
a { background-color: #EA9FFE; }
a { background-color: rgb(234,159,254); }
div.DivClassName
{
background-color: #EA9FFE;
}
.BgClassName
{
background-color: #EA9FFE;
}
</style>
border-color css
<style>
span { border-color: #EA9FFE; }
span { border-color: rgb(234,159,254); }
td.TdClassName
{
border-color: #EA9FFE;
}
.TagClassName
{
border-color: #EA9FFE;
}
</style>