Shades of Mauve #ECB5FA
Tints of Mauve #ECB5FA
RGB
CMYK
RGB Variations
Color information
#ECB5FA (or 0xECB5FA) is known color: Mauve. HEX triplet: EC, B5 and FA. RGB value is (236,181,250). Sum of RGB (Red+Green+Blue) = 236+181+250=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 181 (71.09% from 255 or 27.14% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECB5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB5FA is #134A05. Grayscale: #CDCDCD. Windows color (decimal): -1264134 or 16430572. OLE color: 16430572.
HSL color Cylindrical-coordinate representation of color #ECB5FA: hue angle of 287.83º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECB5FA is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 181 | 250 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.02 |
| HSL | 287.83º | 0.87% | 0.85% | - |
| HSV(B) | 287.83º | 0.28% | 0.98% | - |
| XYZ | 68.37 | 57.78 | 97.99 | - |
| YUV | 205.31 | 153.22 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 250 | 0.06 | 0.28 | 0 | 0.02 | 287.83 | 0.87 | 0.85 |
| Hex | EC | B5 | FA | 6 | 1C | 0 | 2 | 120 | 57 | 55 |
| Octal | 354 | 265 | 372 | 6 | 34 | 0 | 2 | 440 | 127 | 125 |
| Binary | 11101100 | 10110101 | 11111010 | 110 | 11100 | 0 | 10 | 100100000 | 1010111 | 1010101 |
Color Harmonies of #ECB5FA
Complementary color
Monochromatic Colors of #ECB5FA
Black with #ECB5FA
Text Example
Text Example
White with #ECB5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5FA; }
p { color: rgb(236,181,250); }
H1.HeaderClassName
{
color: #ECB5FA;
}
.AnyTagClassName
{
color: #ECB5FA;
}
</style>
background-color css
<style>
a { background-color: #ECB5FA; }
a { background-color: rgb(236,181,250); }
div.DivClassName
{
background-color: #ECB5FA;
}
.BgClassName
{
background-color: #ECB5FA;
}
</style>
border-color css
<style>
span { border-color: #ECB5FA; }
span { border-color: rgb(236,181,250); }
td.TdClassName
{
border-color: #ECB5FA;
}
.TagClassName
{
border-color: #ECB5FA;
}
</style>