Shades of Mauve #ECB1FC
Tints of Mauve #ECB1FC
RGB
CMYK
RGB Variations
Color information
#ECB1FC (or 0xECB1FC) is known color: Mauve. HEX triplet: EC, B1 and FC. RGB value is (236,177,252). Sum of RGB (Red+Green+Blue) = 236+177+252=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 177 (69.53% from 255 or 26.62% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECB1FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB1FC is #134E03. Grayscale: #CACACA. Windows color (decimal): -1265156 or 16560620. OLE color: 16560620.
HSL color Cylindrical-coordinate representation of color #ECB1FC: hue angle of 287.2º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECB1FC is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 177 | 252 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.01 |
| HSL | 287.2º | 0.93% | 0.84% | - |
| HSV(B) | 287.2º | 0.3% | 0.99% | - |
| XYZ | 67.88 | 56.31 | 99.39 | - |
| YUV | 203.19 | 155.55 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 252 | 0.06 | 0.30 | 0 | 0.01 | 287.2 | 0.93 | 0.84 |
| Hex | EC | B1 | FC | 6 | 1E | 0 | 1 | 11F | 5D | 54 |
| Octal | 354 | 261 | 374 | 6 | 36 | 0 | 1 | 437 | 135 | 124 |
| Binary | 11101100 | 10110001 | 11111100 | 110 | 11110 | 0 | 1 | 100011111 | 1011101 | 1010100 |
Color Harmonies of #ECB1FC
Complementary color
Monochromatic Colors of #ECB1FC
Black with #ECB1FC
Text Example
Text Example
White with #ECB1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB1FC; }
p { color: rgb(236,177,252); }
H1.HeaderClassName
{
color: #ECB1FC;
}
.AnyTagClassName
{
color: #ECB1FC;
}
</style>
background-color css
<style>
a { background-color: #ECB1FC; }
a { background-color: rgb(236,177,252); }
div.DivClassName
{
background-color: #ECB1FC;
}
.BgClassName
{
background-color: #ECB1FC;
}
</style>
border-color css
<style>
span { border-color: #ECB1FC; }
span { border-color: rgb(236,177,252); }
td.TdClassName
{
border-color: #ECB1FC;
}
.TagClassName
{
border-color: #ECB1FC;
}
</style>