Shades of Mauve #E99AFE
Tints of Mauve #E99AFE
RGB
CMYK
RGB Variations
Color information
#E99AFE (or 0xE99AFE) is known color: Mauve. HEX triplet: E9, 9A and FE. RGB value is (233,154,254). Sum of RGB (Red+Green+Blue) = 233+154+254=641 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.35% from 641); Green value is 154 (60.55% from 255 or 24.02% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #E99AFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99AFE is #166501. Grayscale: #BCBCBC. Windows color (decimal): -1467650 or 16685801. OLE color: 16685801.
HSL color Cylindrical-coordinate representation of color #E99AFE: hue angle of 287.4º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E99AFE is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 154 | 254 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.00 |
| HSL | 287.4º | 0.98% | 0.8% | - |
| HSV(B) | 287.4º | 0.39% | 1% | - |
| XYZ | 63.05 | 47.59 | 99.63 | - |
| YUV | 189.02 | 164.67 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 154 | 254 | 0.08 | 0.39 | 0 | 0.00 | 287.4 | 0.98 | 0.8 |
| Hex | E9 | 9A | FE | 8 | 27 | 0 | 0 | 11F | 62 | 50 |
| Octal | 351 | 232 | 376 | 10 | 47 | 0 | 0 | 437 | 142 | 120 |
| Binary | 11101001 | 10011010 | 11111110 | 1000 | 100111 | 0 | 0 | 100011111 | 1100010 | 1010000 |
Color Harmonies of #E99AFE
Complementary color
Monochromatic Colors of #E99AFE
Black with #E99AFE
Text Example
Text Example
White with #E99AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99AFE; }
p { color: rgb(233,154,254); }
H1.HeaderClassName
{
color: #E99AFE;
}
.AnyTagClassName
{
color: #E99AFE;
}
</style>
background-color css
<style>
a { background-color: #E99AFE; }
a { background-color: rgb(233,154,254); }
div.DivClassName
{
background-color: #E99AFE;
}
.BgClassName
{
background-color: #E99AFE;
}
</style>
border-color css
<style>
span { border-color: #E99AFE; }
span { border-color: rgb(233,154,254); }
td.TdClassName
{
border-color: #E99AFE;
}
.TagClassName
{
border-color: #E99AFE;
}
</style>