Shades of Mauve #EC9CFB
Tints of Mauve #EC9CFB
RGB
CMYK
RGB Variations
Color information
#EC9CFB (or 0xEC9CFB) is known color: Mauve. HEX triplet: EC, 9C and FB. RGB value is (236,156,251). Sum of RGB (Red+Green+Blue) = 236+156+251=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 156 (61.33% from 255 or 24.26% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC9CFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9CFB is #136304. Grayscale: #BEBEBE. Windows color (decimal): -1270533 or 16489708. OLE color: 16489708.
HSL color Cylindrical-coordinate representation of color #EC9CFB: hue angle of 290.53º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC9CFB is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 156 | 251 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.02 |
| HSL | 290.53º | 0.92% | 0.8% | - |
| HSV(B) | 290.53º | 0.38% | 0.98% | - |
| XYZ | 63.89 | 48.57 | 97.28 | - |
| YUV | 190.75 | 162 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 251 | 0.06 | 0.38 | 0 | 0.02 | 290.53 | 0.92 | 0.8 |
| Hex | EC | 9C | FB | 6 | 26 | 0 | 2 | 123 | 5C | 50 |
| Octal | 354 | 234 | 373 | 6 | 46 | 0 | 2 | 443 | 134 | 120 |
| Binary | 11101100 | 10011100 | 11111011 | 110 | 100110 | 0 | 10 | 100100011 | 1011100 | 1010000 |
Color Harmonies of #EC9CFB
Complementary color
Monochromatic Colors of #EC9CFB
Black with #EC9CFB
Text Example
Text Example
White with #EC9CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9CFB; }
p { color: rgb(236,156,251); }
H1.HeaderClassName
{
color: #EC9CFB;
}
.AnyTagClassName
{
color: #EC9CFB;
}
</style>
background-color css
<style>
a { background-color: #EC9CFB; }
a { background-color: rgb(236,156,251); }
div.DivClassName
{
background-color: #EC9CFB;
}
.BgClassName
{
background-color: #EC9CFB;
}
</style>
border-color css
<style>
span { border-color: #EC9CFB; }
span { border-color: rgb(236,156,251); }
td.TdClassName
{
border-color: #EC9CFB;
}
.TagClassName
{
border-color: #EC9CFB;
}
</style>