Shades of Mauve #ECB7F1
Tints of Mauve #ECB7F1
RGB
CMYK
RGB Variations
Color information
#ECB7F1 (or 0xECB7F1) is known color: Mauve. HEX triplet: EC, B7 and F1. RGB value is (236,183,241). Sum of RGB (Red+Green+Blue) = 236+183+241=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 183 (71.88% from 255 or 27.73% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECB7F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB7F1 is #13480E. Grayscale: #CDCDCD. Windows color (decimal): -1263631 or 15841260. OLE color: 15841260.
HSL color Cylindrical-coordinate representation of color #ECB7F1: hue angle of 294.83º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB7F1 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 183 | 241 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.05 |
| HSL | 294.83º | 0.67% | 0.83% | - |
| HSV(B) | 294.83º | 0.24% | 0.95% | - |
| XYZ | 67.4 | 58.05 | 90.87 | - |
| YUV | 205.46 | 148.06 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 241 | 0.02 | 0.24 | 0 | 0.05 | 294.83 | 0.67 | 0.83 |
| Hex | EC | B7 | F1 | 2 | 18 | 0 | 5 | 127 | 43 | 53 |
| Octal | 354 | 267 | 361 | 2 | 30 | 0 | 5 | 447 | 103 | 123 |
| Binary | 11101100 | 10110111 | 11110001 | 10 | 11000 | 0 | 101 | 100100111 | 1000011 | 1010011 |
Color Harmonies of #ECB7F1
Complementary color
Monochromatic Colors of #ECB7F1
Black with #ECB7F1
Text Example
Text Example
White with #ECB7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB7F1; }
p { color: rgb(236,183,241); }
H1.HeaderClassName
{
color: #ECB7F1;
}
.AnyTagClassName
{
color: #ECB7F1;
}
</style>
background-color css
<style>
a { background-color: #ECB7F1; }
a { background-color: rgb(236,183,241); }
div.DivClassName
{
background-color: #ECB7F1;
}
.BgClassName
{
background-color: #ECB7F1;
}
</style>
border-color css
<style>
span { border-color: #ECB7F1; }
span { border-color: rgb(236,183,241); }
td.TdClassName
{
border-color: #ECB7F1;
}
.TagClassName
{
border-color: #ECB7F1;
}
</style>