Shades of Mauve #EB99FF
Tints of Mauve #EB99FF
RGB
CMYK
RGB Variations
Color information
#EB99FF (or 0xEB99FF) is known color: Mauve. HEX triplet: EB, 99 and FF. RGB value is (235,153,255). Sum of RGB (Red+Green+Blue) = 235+153+255=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 153 (60.16% from 255 or 23.79% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB99FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB99FF is #146600. Grayscale: #BCBCBC. Windows color (decimal): -1336833 or 16751083. OLE color: 16751083.
HSL color Cylindrical-coordinate representation of color #EB99FF: hue angle of 288.24º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB99FF is Cyan = 0.08, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 153 | 255 | - |
| CMYK | 0.08 | 0.4 | 0 | 0 |
| HSL | 288.24º | 1% | 0.8% | - |
| HSV(B) | 288.24º | 0.4% | 1% | - |
| XYZ | 63.7 | 47.66 | 100.45 | - |
| YUV | 189.15 | 165.17 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 153 | 255 | 0.08 | 0.4 | 0 | 0 | 288.24 | 1 | 0.8 |
| Hex | EB | 99 | FF | 8 | 28 | 0 | 0 | 120 | 64 | 50 |
| Octal | 353 | 231 | 377 | 10 | 50 | 0 | 0 | 440 | 144 | 120 |
| Binary | 11101011 | 10011001 | 11111111 | 1000 | 101000 | 0 | 0 | 100100000 | 1100100 | 1010000 |
Color Harmonies of #EB99FF
Complementary color
Monochromatic Colors of #EB99FF
Black with #EB99FF
Text Example
Text Example
White with #EB99FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB99FF; }
p { color: rgb(235,153,255); }
H1.HeaderClassName
{
color: #EB99FF;
}
.AnyTagClassName
{
color: #EB99FF;
}
</style>
background-color css
<style>
a { background-color: #EB99FF; }
a { background-color: rgb(235,153,255); }
div.DivClassName
{
background-color: #EB99FF;
}
.BgClassName
{
background-color: #EB99FF;
}
</style>
border-color css
<style>
span { border-color: #EB99FF; }
span { border-color: rgb(235,153,255); }
td.TdClassName
{
border-color: #EB99FF;
}
.TagClassName
{
border-color: #EB99FF;
}
</style>