Shades of Mauve #ECB0FA
Tints of Mauve #ECB0FA
RGB
CMYK
RGB Variations
Color information
#ECB0FA (or 0xECB0FA) is known color: Mauve. HEX triplet: EC, B0 and FA. RGB value is (236,176,250). Sum of RGB (Red+Green+Blue) = 236+176+250=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 176 (69.14% from 255 or 26.59% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECB0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB0FA is #134F05. Grayscale: #CACACA. Windows color (decimal): -1265414 or 16429292. OLE color: 16429292.
HSL color Cylindrical-coordinate representation of color #ECB0FA: hue angle of 288.65º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECB0FA is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 176 | 250 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.02 |
| HSL | 288.65º | 0.88% | 0.84% | - |
| HSV(B) | 288.65º | 0.3% | 0.98% | - |
| XYZ | 67.37 | 55.79 | 97.66 | - |
| YUV | 202.38 | 154.88 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 250 | 0.06 | 0.30 | 0 | 0.02 | 288.65 | 0.88 | 0.84 |
| Hex | EC | B0 | FA | 6 | 1E | 0 | 2 | 121 | 58 | 54 |
| Octal | 354 | 260 | 372 | 6 | 36 | 0 | 2 | 441 | 130 | 124 |
| Binary | 11101100 | 10110000 | 11111010 | 110 | 11110 | 0 | 10 | 100100001 | 1011000 | 1010100 |
Color Harmonies of #ECB0FA
Complementary color
Monochromatic Colors of #ECB0FA
Black with #ECB0FA
Text Example
Text Example
White with #ECB0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB0FA; }
p { color: rgb(236,176,250); }
H1.HeaderClassName
{
color: #ECB0FA;
}
.AnyTagClassName
{
color: #ECB0FA;
}
</style>
background-color css
<style>
a { background-color: #ECB0FA; }
a { background-color: rgb(236,176,250); }
div.DivClassName
{
background-color: #ECB0FA;
}
.BgClassName
{
background-color: #ECB0FA;
}
</style>
border-color css
<style>
span { border-color: #ECB0FA; }
span { border-color: rgb(236,176,250); }
td.TdClassName
{
border-color: #ECB0FA;
}
.TagClassName
{
border-color: #ECB0FA;
}
</style>