Shades of Mauve #EC99FE
Tints of Mauve #EC99FE
RGB
CMYK
RGB Variations
Color information
#EC99FE (or 0xEC99FE) is known color: Mauve. HEX triplet: EC, 99 and FE. RGB value is (236,153,254). Sum of RGB (Red+Green+Blue) = 236+153+254=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 153 (60.16% from 255 or 23.79% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC99FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC99FE is #136601. Grayscale: #BDBDBD. Windows color (decimal): -1271298 or 16685548. OLE color: 16685548.
HSL color Cylindrical-coordinate representation of color #EC99FE: hue angle of 289.31º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC99FE is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 153 | 254 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.00 |
| HSL | 289.31º | 0.98% | 0.8% | - |
| HSV(B) | 289.31º | 0.4% | 1% | - |
| XYZ | 63.87 | 47.77 | 99.62 | - |
| YUV | 189.33 | 164.5 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 254 | 0.07 | 0.40 | 0 | 0.00 | 289.31 | 0.98 | 0.8 |
| Hex | EC | 99 | FE | 7 | 28 | 0 | 0 | 121 | 62 | 50 |
| Octal | 354 | 231 | 376 | 7 | 50 | 0 | 0 | 441 | 142 | 120 |
| Binary | 11101100 | 10011001 | 11111110 | 111 | 101000 | 0 | 0 | 100100001 | 1100010 | 1010000 |
Color Harmonies of #EC99FE
Complementary color
Monochromatic Colors of #EC99FE
Black with #EC99FE
Text Example
Text Example
White with #EC99FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC99FE; }
p { color: rgb(236,153,254); }
H1.HeaderClassName
{
color: #EC99FE;
}
.AnyTagClassName
{
color: #EC99FE;
}
</style>
background-color css
<style>
a { background-color: #EC99FE; }
a { background-color: rgb(236,153,254); }
div.DivClassName
{
background-color: #EC99FE;
}
.BgClassName
{
background-color: #EC99FE;
}
</style>
border-color css
<style>
span { border-color: #EC99FE; }
span { border-color: rgb(236,153,254); }
td.TdClassName
{
border-color: #EC99FE;
}
.TagClassName
{
border-color: #EC99FE;
}
</style>