Shades of Mauve #E998FD
Tints of Mauve #E998FD
RGB
CMYK
RGB Variations
Color information
#E998FD (or 0xE998FD) is known color: Mauve. HEX triplet: E9, 98 and FD. RGB value is (233,152,253). Sum of RGB (Red+Green+Blue) = 233+152+253=638 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.52% from 638); Green value is 152 (59.77% from 255 or 23.82% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #E998FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E998FD is #166702. Grayscale: #BBBBBB. Windows color (decimal): -1468163 or 16619753. OLE color: 16619753.
HSL color Cylindrical-coordinate representation of color #E998FD: hue angle of 288.12º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E998FD is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 152 | 253 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.01 |
| HSL | 288.12º | 0.96% | 0.79% | - |
| HSV(B) | 288.12º | 0.4% | 0.99% | - |
| XYZ | 62.56 | 46.87 | 98.68 | - |
| YUV | 187.73 | 164.84 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 152 | 253 | 0.08 | 0.40 | 0 | 0.01 | 288.12 | 0.96 | 0.79 |
| Hex | E9 | 98 | FD | 8 | 28 | 0 | 1 | 120 | 60 | 4F |
| Octal | 351 | 230 | 375 | 10 | 50 | 0 | 1 | 440 | 140 | 117 |
| Binary | 11101001 | 10011000 | 11111101 | 1000 | 101000 | 0 | 1 | 100100000 | 1100000 | 1001111 |
Color Harmonies of #E998FD
Complementary color
Monochromatic Colors of #E998FD
Black with #E998FD
Text Example
Text Example
White with #E998FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E998FD; }
p { color: rgb(233,152,253); }
H1.HeaderClassName
{
color: #E998FD;
}
.AnyTagClassName
{
color: #E998FD;
}
</style>
background-color css
<style>
a { background-color: #E998FD; }
a { background-color: rgb(233,152,253); }
div.DivClassName
{
background-color: #E998FD;
}
.BgClassName
{
background-color: #E998FD;
}
</style>
border-color css
<style>
span { border-color: #E998FD; }
span { border-color: rgb(233,152,253); }
td.TdClassName
{
border-color: #E998FD;
}
.TagClassName
{
border-color: #E998FD;
}
</style>