Shades of Mauve #ECB2FF
Tints of Mauve #ECB2FF
RGB
CMYK
RGB Variations
Color information
#ECB2FF (or 0xECB2FF) is known color: Mauve. HEX triplet: EC, B2 and FF. RGB value is (236,178,255). Sum of RGB (Red+Green+Blue) = 236+178+255=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 178 (69.92% from 255 or 26.61% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECB2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB2FF is #134D00. Grayscale: #CBCBCB. Windows color (decimal): -1264897 or 16757484. OLE color: 16757484.
HSL color Cylindrical-coordinate representation of color #ECB2FF: hue angle of 285.19º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECB2FF is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 178 | 255 | - |
| CMYK | 0.07 | 0.30 | 0 | 0 |
| HSL | 285.19º | 1% | 0.85% | - |
| HSV(B) | 285.19º | 0.3% | 1% | - |
| XYZ | 68.56 | 56.89 | 101.98 | - |
| YUV | 204.12 | 156.72 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 255 | 0.07 | 0.30 | 0 | 0 | 285.19 | 1 | 0.85 |
| Hex | EC | B2 | FF | 7 | 1E | 0 | 0 | 11D | 64 | 55 |
| Octal | 354 | 262 | 377 | 7 | 36 | 0 | 0 | 435 | 144 | 125 |
| Binary | 11101100 | 10110010 | 11111111 | 111 | 11110 | 0 | 0 | 100011101 | 1100100 | 1010101 |
Color Harmonies of #ECB2FF
Complementary color
Monochromatic Colors of #ECB2FF
Black with #ECB2FF
Text Example
Text Example
White with #ECB2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB2FF; }
p { color: rgb(236,178,255); }
H1.HeaderClassName
{
color: #ECB2FF;
}
.AnyTagClassName
{
color: #ECB2FF;
}
</style>
background-color css
<style>
a { background-color: #ECB2FF; }
a { background-color: rgb(236,178,255); }
div.DivClassName
{
background-color: #ECB2FF;
}
.BgClassName
{
background-color: #ECB2FF;
}
</style>
border-color css
<style>
span { border-color: #ECB2FF; }
span { border-color: rgb(236,178,255); }
td.TdClassName
{
border-color: #ECB2FF;
}
.TagClassName
{
border-color: #ECB2FF;
}
</style>