Shades of Mauve #ECB2FA
Tints of Mauve #ECB2FA
RGB
CMYK
RGB Variations
Color information
#ECB2FA (or 0xECB2FA) is known color: Mauve. HEX triplet: EC, B2 and FA. RGB value is (236,178,250). Sum of RGB (Red+Green+Blue) = 236+178+250=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 178 (69.92% from 255 or 26.81% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECB2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB2FA is #134D05. Grayscale: #CBCBCB. Windows color (decimal): -1264902 or 16429804. OLE color: 16429804.
HSL color Cylindrical-coordinate representation of color #ECB2FA: hue angle of 288.33º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECB2FA is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 178 | 250 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.02 |
| HSL | 288.33º | 0.88% | 0.84% | - |
| HSV(B) | 288.33º | 0.29% | 0.98% | - |
| XYZ | 67.77 | 56.58 | 97.79 | - |
| YUV | 203.55 | 154.22 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 250 | 0.06 | 0.29 | 0 | 0.02 | 288.33 | 0.88 | 0.84 |
| Hex | EC | B2 | FA | 6 | 1D | 0 | 2 | 120 | 58 | 54 |
| Octal | 354 | 262 | 372 | 6 | 35 | 0 | 2 | 440 | 130 | 124 |
| Binary | 11101100 | 10110010 | 11111010 | 110 | 11101 | 0 | 10 | 100100000 | 1011000 | 1010100 |
Color Harmonies of #ECB2FA
Complementary color
Monochromatic Colors of #ECB2FA
Black with #ECB2FA
Text Example
Text Example
White with #ECB2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB2FA; }
p { color: rgb(236,178,250); }
H1.HeaderClassName
{
color: #ECB2FA;
}
.AnyTagClassName
{
color: #ECB2FA;
}
</style>
background-color css
<style>
a { background-color: #ECB2FA; }
a { background-color: rgb(236,178,250); }
div.DivClassName
{
background-color: #ECB2FA;
}
.BgClassName
{
background-color: #ECB2FA;
}
</style>
border-color css
<style>
span { border-color: #ECB2FA; }
span { border-color: rgb(236,178,250); }
td.TdClassName
{
border-color: #ECB2FA;
}
.TagClassName
{
border-color: #ECB2FA;
}
</style>