Shades of Mauve #ECB6F2
Tints of Mauve #ECB6F2
RGB
CMYK
RGB Variations
Color information
#ECB6F2 (or 0xECB6F2) is known color: Mauve. HEX triplet: EC, B6 and F2. RGB value is (236,182,242). Sum of RGB (Red+Green+Blue) = 236+182+242=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 182 (71.48% from 255 or 27.58% from 660); Blue value is 242 (94.92% from 255 or 36.67% from 660); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECB6F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB6F2 is #13490D. Grayscale: #CCCCCC. Windows color (decimal): -1263886 or 15906540. OLE color: 15906540.
HSL color Cylindrical-coordinate representation of color #ECB6F2: hue angle of 294º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB6F2 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 182 | 242 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.05 |
| HSL | 294º | 0.7% | 0.83% | - |
| HSV(B) | 294º | 0.25% | 0.95% | - |
| XYZ | 67.35 | 57.7 | 91.59 | - |
| YUV | 204.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 242 | 0.02 | 0.25 | 0 | 0.05 | 294 | 0.7 | 0.83 |
| Hex | EC | B6 | F2 | 2 | 19 | 0 | 5 | 126 | 46 | 53 |
| Octal | 354 | 266 | 362 | 2 | 31 | 0 | 5 | 446 | 106 | 123 |
| Binary | 11101100 | 10110110 | 11110010 | 10 | 11001 | 0 | 101 | 100100110 | 1000110 | 1010011 |
Color Harmonies of #ECB6F2
Complementary color
Monochromatic Colors of #ECB6F2
Black with #ECB6F2
Text Example
Text Example
White with #ECB6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB6F2; }
p { color: rgb(236,182,242); }
H1.HeaderClassName
{
color: #ECB6F2;
}
.AnyTagClassName
{
color: #ECB6F2;
}
</style>
background-color css
<style>
a { background-color: #ECB6F2; }
a { background-color: rgb(236,182,242); }
div.DivClassName
{
background-color: #ECB6F2;
}
.BgClassName
{
background-color: #ECB6F2;
}
</style>
border-color css
<style>
span { border-color: #ECB6F2; }
span { border-color: rgb(236,182,242); }
td.TdClassName
{
border-color: #ECB6F2;
}
.TagClassName
{
border-color: #ECB6F2;
}
</style>