Shades of Mauve #ECB5FE
Tints of Mauve #ECB5FE
RGB
CMYK
RGB Variations
Color information
#ECB5FE (or 0xECB5FE) is known color: Mauve. HEX triplet: EC, B5 and FE. RGB value is (236,181,254). Sum of RGB (Red+Green+Blue) = 236+181+254=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 181 (71.09% from 255 or 26.97% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECB5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB5FE is #134A01. Grayscale: #CDCDCD. Windows color (decimal): -1264130 or 16692716. OLE color: 16692716.
HSL color Cylindrical-coordinate representation of color #ECB5FE: hue angle of 285.21º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECB5FE is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 181 | 254 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.00 |
| HSL | 285.21º | 0.97% | 0.85% | - |
| HSV(B) | 285.21º | 0.29% | 1% | - |
| XYZ | 69.01 | 58.04 | 101.33 | - |
| YUV | 205.77 | 155.22 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 254 | 0.07 | 0.29 | 0 | 0.00 | 285.21 | 0.97 | 0.85 |
| Hex | EC | B5 | FE | 7 | 1D | 0 | 0 | 11D | 61 | 55 |
| Octal | 354 | 265 | 376 | 7 | 35 | 0 | 0 | 435 | 141 | 125 |
| Binary | 11101100 | 10110101 | 11111110 | 111 | 11101 | 0 | 0 | 100011101 | 1100001 | 1010101 |
Color Harmonies of #ECB5FE
Complementary color
Monochromatic Colors of #ECB5FE
Black with #ECB5FE
Text Example
Text Example
White with #ECB5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5FE; }
p { color: rgb(236,181,254); }
H1.HeaderClassName
{
color: #ECB5FE;
}
.AnyTagClassName
{
color: #ECB5FE;
}
</style>
background-color css
<style>
a { background-color: #ECB5FE; }
a { background-color: rgb(236,181,254); }
div.DivClassName
{
background-color: #ECB5FE;
}
.BgClassName
{
background-color: #ECB5FE;
}
</style>
border-color css
<style>
span { border-color: #ECB5FE; }
span { border-color: rgb(236,181,254); }
td.TdClassName
{
border-color: #ECB5FE;
}
.TagClassName
{
border-color: #ECB5FE;
}
</style>