Shades of Mauve #ECB0F4
Tints of Mauve #ECB0F4
RGB
CMYK
RGB Variations
Color information
#ECB0F4 (or 0xECB0F4) is known color: Mauve. HEX triplet: EC, B0 and F4. RGB value is (236,176,244). Sum of RGB (Red+Green+Blue) = 236+176+244=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 176 (69.14% from 255 or 26.83% from 656); Blue value is 244 (95.70% from 255 or 37.20% from 656); Max value from RGB is 244 - color contains mainly: blue. Hex color #ECB0F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB0F4 is #134F0B. Grayscale: #C9C9C9. Windows color (decimal): -1265420 or 16036076. OLE color: 16036076.
HSL color Cylindrical-coordinate representation of color #ECB0F4: hue angle of 292.94º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECB0F4 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 176 | 244 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.04 |
| HSL | 292.94º | 0.76% | 0.82% | - |
| HSV(B) | 292.94º | 0.28% | 0.96% | - |
| XYZ | 66.45 | 55.42 | 92.78 | - |
| YUV | 201.69 | 151.88 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 244 | 0.03 | 0.28 | 0 | 0.04 | 292.94 | 0.76 | 0.82 |
| Hex | EC | B0 | F4 | 3 | 1C | 0 | 4 | 125 | 4C | 52 |
| Octal | 354 | 260 | 364 | 3 | 34 | 0 | 4 | 445 | 114 | 122 |
| Binary | 11101100 | 10110000 | 11110100 | 11 | 11100 | 0 | 100 | 100100101 | 1001100 | 1010010 |
Color Harmonies of #ECB0F4
Complementary color
Monochromatic Colors of #ECB0F4
Black with #ECB0F4
Text Example
Text Example
White with #ECB0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB0F4; }
p { color: rgb(236,176,244); }
H1.HeaderClassName
{
color: #ECB0F4;
}
.AnyTagClassName
{
color: #ECB0F4;
}
</style>
background-color css
<style>
a { background-color: #ECB0F4; }
a { background-color: rgb(236,176,244); }
div.DivClassName
{
background-color: #ECB0F4;
}
.BgClassName
{
background-color: #ECB0F4;
}
</style>
border-color css
<style>
span { border-color: #ECB0F4; }
span { border-color: rgb(236,176,244); }
td.TdClassName
{
border-color: #ECB0F4;
}
.TagClassName
{
border-color: #ECB0F4;
}
</style>