Shades of Mauve #E89AFD
Tints of Mauve #E89AFD
RGB
CMYK
RGB Variations
Color information
#E89AFD (or 0xE89AFD) is known color: Mauve. HEX triplet: E8, 9A and FD. RGB value is (232,154,253). Sum of RGB (Red+Green+Blue) = 232+154+253=639 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.31% from 639); Green value is 154 (60.55% from 255 or 24.10% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #E89AFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89AFD is #176502. Grayscale: #BCBCBC. Windows color (decimal): -1533187 or 16620264. OLE color: 16620264.
HSL color Cylindrical-coordinate representation of color #E89AFD: hue angle of 287.27º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E89AFD is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 154 | 253 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.01 |
| HSL | 287.27º | 0.96% | 0.8% | - |
| HSV(B) | 287.27º | 0.39% | 0.99% | - |
| XYZ | 62.56 | 47.36 | 98.77 | - |
| YUV | 188.61 | 164.34 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 154 | 253 | 0.08 | 0.39 | 0 | 0.01 | 287.27 | 0.96 | 0.8 |
| Hex | E8 | 9A | FD | 8 | 27 | 0 | 1 | 11F | 60 | 50 |
| Octal | 350 | 232 | 375 | 10 | 47 | 0 | 1 | 437 | 140 | 120 |
| Binary | 11101000 | 10011010 | 11111101 | 1000 | 100111 | 0 | 1 | 100011111 | 1100000 | 1010000 |
Color Harmonies of #E89AFD
Complementary color
Monochromatic Colors of #E89AFD
Black with #E89AFD
Text Example
Text Example
White with #E89AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89AFD; }
p { color: rgb(232,154,253); }
H1.HeaderClassName
{
color: #E89AFD;
}
.AnyTagClassName
{
color: #E89AFD;
}
</style>
background-color css
<style>
a { background-color: #E89AFD; }
a { background-color: rgb(232,154,253); }
div.DivClassName
{
background-color: #E89AFD;
}
.BgClassName
{
background-color: #E89AFD;
}
</style>
border-color css
<style>
span { border-color: #E89AFD; }
span { border-color: rgb(232,154,253); }
td.TdClassName
{
border-color: #E89AFD;
}
.TagClassName
{
border-color: #E89AFD;
}
</style>