Shades of Mauve #ECB9F1
Tints of Mauve #ECB9F1
RGB
CMYK
RGB Variations
Color information
#ECB9F1 (or 0xECB9F1) is known color: Mauve. HEX triplet: EC, B9 and F1. RGB value is (236,185,241). Sum of RGB (Red+Green+Blue) = 236+185+241=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 185 (72.66% from 255 or 27.95% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECB9F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB9F1 is #13460E. Grayscale: #CECECE. Windows color (decimal): -1263119 or 15841772. OLE color: 15841772.
HSL color Cylindrical-coordinate representation of color #ECB9F1: hue angle of 294.64º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECB9F1 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 185 | 241 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.05 |
| HSL | 294.64º | 0.67% | 0.84% | - |
| HSV(B) | 294.64º | 0.23% | 0.95% | - |
| XYZ | 67.82 | 58.88 | 91.01 | - |
| YUV | 206.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 241 | 0.02 | 0.23 | 0 | 0.05 | 294.64 | 0.67 | 0.84 |
| Hex | EC | B9 | F1 | 2 | 17 | 0 | 5 | 127 | 43 | 54 |
| Octal | 354 | 271 | 361 | 2 | 27 | 0 | 5 | 447 | 103 | 124 |
| Binary | 11101100 | 10111001 | 11110001 | 10 | 10111 | 0 | 101 | 100100111 | 1000011 | 1010100 |
Color Harmonies of #ECB9F1
Complementary color
Monochromatic Colors of #ECB9F1
Black with #ECB9F1
Text Example
Text Example
White with #ECB9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB9F1; }
p { color: rgb(236,185,241); }
H1.HeaderClassName
{
color: #ECB9F1;
}
.AnyTagClassName
{
color: #ECB9F1;
}
</style>
background-color css
<style>
a { background-color: #ECB9F1; }
a { background-color: rgb(236,185,241); }
div.DivClassName
{
background-color: #ECB9F1;
}
.BgClassName
{
background-color: #ECB9F1;
}
</style>
border-color css
<style>
span { border-color: #ECB9F1; }
span { border-color: rgb(236,185,241); }
td.TdClassName
{
border-color: #ECB9F1;
}
.TagClassName
{
border-color: #ECB9F1;
}
</style>