Shades of Mauve #EA9EFE
Tints of Mauve #EA9EFE
RGB
CMYK
RGB Variations
Color information
#EA9EFE (or 0xEA9EFE) is known color: Mauve. HEX triplet: EA, 9E and FE. RGB value is (234,158,254). Sum of RGB (Red+Green+Blue) = 234+158+254=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 158 (62.11% from 255 or 24.46% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA9EFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9EFE is #156101. Grayscale: #BFBFBF. Windows color (decimal): -1401090 or 16686826. OLE color: 16686826.
HSL color Cylindrical-coordinate representation of color #EA9EFE: hue angle of 287.5º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA9EFE is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 158 | 254 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.00 |
| HSL | 287.5º | 0.98% | 0.81% | - |
| HSV(B) | 287.5º | 0.38% | 1% | - |
| XYZ | 64.05 | 49.1 | 99.87 | - |
| YUV | 191.67 | 163.18 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 254 | 0.08 | 0.38 | 0 | 0.00 | 287.5 | 0.98 | 0.81 |
| Hex | EA | 9E | FE | 8 | 26 | 0 | 0 | 120 | 62 | 51 |
| Octal | 352 | 236 | 376 | 10 | 46 | 0 | 0 | 440 | 142 | 121 |
| Binary | 11101010 | 10011110 | 11111110 | 1000 | 100110 | 0 | 0 | 100100000 | 1100010 | 1010001 |
Color Harmonies of #EA9EFE
Complementary color
Monochromatic Colors of #EA9EFE
Black with #EA9EFE
Text Example
Text Example
White with #EA9EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9EFE; }
p { color: rgb(234,158,254); }
H1.HeaderClassName
{
color: #EA9EFE;
}
.AnyTagClassName
{
color: #EA9EFE;
}
</style>
background-color css
<style>
a { background-color: #EA9EFE; }
a { background-color: rgb(234,158,254); }
div.DivClassName
{
background-color: #EA9EFE;
}
.BgClassName
{
background-color: #EA9EFE;
}
</style>
border-color css
<style>
span { border-color: #EA9EFE; }
span { border-color: rgb(234,158,254); }
td.TdClassName
{
border-color: #EA9EFE;
}
.TagClassName
{
border-color: #EA9EFE;
}
</style>