Shades of Mauve #E99BFC
Tints of Mauve #E99BFC
RGB
CMYK
RGB Variations
Color information
#E99BFC (or 0xE99BFC) is known color: Mauve. HEX triplet: E9, 9B and FC. RGB value is (233,155,252). Sum of RGB (Red+Green+Blue) = 233+155+252=640 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.41% from 640); Green value is 155 (60.94% from 255 or 24.22% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #E99BFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99BFC is #166403. Grayscale: #BDBDBD. Windows color (decimal): -1467396 or 16554985. OLE color: 16554985.
HSL color Cylindrical-coordinate representation of color #E99BFC: hue angle of 288.25º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E99BFC is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 155 | 252 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.01 |
| HSL | 288.25º | 0.94% | 0.8% | - |
| HSV(B) | 288.25º | 0.38% | 0.99% | - |
| XYZ | 62.9 | 47.79 | 98.01 | - |
| YUV | 189.38 | 163.34 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 155 | 252 | 0.08 | 0.38 | 0 | 0.01 | 288.25 | 0.94 | 0.8 |
| Hex | E9 | 9B | FC | 8 | 26 | 0 | 1 | 120 | 5E | 50 |
| Octal | 351 | 233 | 374 | 10 | 46 | 0 | 1 | 440 | 136 | 120 |
| Binary | 11101001 | 10011011 | 11111100 | 1000 | 100110 | 0 | 1 | 100100000 | 1011110 | 1010000 |
Color Harmonies of #E99BFC
Complementary color
Monochromatic Colors of #E99BFC
Black with #E99BFC
Text Example
Text Example
White with #E99BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99BFC; }
p { color: rgb(233,155,252); }
H1.HeaderClassName
{
color: #E99BFC;
}
.AnyTagClassName
{
color: #E99BFC;
}
</style>
background-color css
<style>
a { background-color: #E99BFC; }
a { background-color: rgb(233,155,252); }
div.DivClassName
{
background-color: #E99BFC;
}
.BgClassName
{
background-color: #E99BFC;
}
</style>
border-color css
<style>
span { border-color: #E99BFC; }
span { border-color: rgb(233,155,252); }
td.TdClassName
{
border-color: #E99BFC;
}
.TagClassName
{
border-color: #E99BFC;
}
</style>