Shades of Mauve #EC99FF
Tints of Mauve #EC99FF
RGB
CMYK
RGB Variations
Color information
#EC99FF (or 0xEC99FF) is known color: Mauve. HEX triplet: EC, 99 and FF. RGB value is (236,153,255). Sum of RGB (Red+Green+Blue) = 236+153+255=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 153 (60.16% from 255 or 23.76% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC99FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC99FF is #136600. Grayscale: #BDBDBD. Windows color (decimal): -1271297 or 16751084. OLE color: 16751084.
HSL color Cylindrical-coordinate representation of color #EC99FF: hue angle of 288.82º 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 #EC99FF is Cyan = 0.07, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 153 | 255 | - |
| CMYK | 0.07 | 0.4 | 0 | 0 |
| HSL | 288.82º | 1% | 0.8% | - |
| HSV(B) | 288.82º | 0.4% | 1% | - |
| XYZ | 64.03 | 47.84 | 100.47 | - |
| YUV | 189.45 | 165 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 255 | 0.07 | 0.4 | 0 | 0 | 288.82 | 1 | 0.8 |
| Hex | EC | 99 | FF | 7 | 28 | 0 | 0 | 121 | 64 | 50 |
| Octal | 354 | 231 | 377 | 7 | 50 | 0 | 0 | 441 | 144 | 120 |
| Binary | 11101100 | 10011001 | 11111111 | 111 | 101000 | 0 | 0 | 100100001 | 1100100 | 1010000 |
Color Harmonies of #EC99FF
Complementary color
Monochromatic Colors of #EC99FF
Black with #EC99FF
Text Example
Text Example
White with #EC99FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC99FF; }
p { color: rgb(236,153,255); }
H1.HeaderClassName
{
color: #EC99FF;
}
.AnyTagClassName
{
color: #EC99FF;
}
</style>
background-color css
<style>
a { background-color: #EC99FF; }
a { background-color: rgb(236,153,255); }
div.DivClassName
{
background-color: #EC99FF;
}
.BgClassName
{
background-color: #EC99FF;
}
</style>
border-color css
<style>
span { border-color: #EC99FF; }
span { border-color: rgb(236,153,255); }
td.TdClassName
{
border-color: #EC99FF;
}
.TagClassName
{
border-color: #EC99FF;
}
</style>