Shades of Mauve #ECB5FF
Tints of Mauve #ECB5FF
RGB
CMYK
RGB Variations
Color information
#ECB5FF (or 0xECB5FF) is known color: Mauve. HEX triplet: EC, B5 and FF. RGB value is (236,181,255). Sum of RGB (Red+Green+Blue) = 236+181+255=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 181 (71.09% from 255 or 26.93% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECB5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB5FF is #134A00. Grayscale: #CDCDCD. Windows color (decimal): -1264129 or 16758252. OLE color: 16758252.
HSL color Cylindrical-coordinate representation of color #ECB5FF: hue angle of 284.59º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECB5FF is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 181 | 255 | - |
| CMYK | 0.07 | 0.29 | 0 | 0 |
| HSL | 284.59º | 1% | 0.85% | - |
| HSV(B) | 284.59º | 0.29% | 1% | - |
| XYZ | 69.17 | 58.1 | 102.18 | - |
| YUV | 205.88 | 155.72 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 255 | 0.07 | 0.29 | 0 | 0 | 284.59 | 1 | 0.85 |
| Hex | EC | B5 | FF | 7 | 1D | 0 | 0 | 11D | 64 | 55 |
| Octal | 354 | 265 | 377 | 7 | 35 | 0 | 0 | 435 | 144 | 125 |
| Binary | 11101100 | 10110101 | 11111111 | 111 | 11101 | 0 | 0 | 100011101 | 1100100 | 1010101 |
Color Harmonies of #ECB5FF
Complementary color
Monochromatic Colors of #ECB5FF
Black with #ECB5FF
Text Example
Text Example
White with #ECB5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5FF; }
p { color: rgb(236,181,255); }
H1.HeaderClassName
{
color: #ECB5FF;
}
.AnyTagClassName
{
color: #ECB5FF;
}
</style>
background-color css
<style>
a { background-color: #ECB5FF; }
a { background-color: rgb(236,181,255); }
div.DivClassName
{
background-color: #ECB5FF;
}
.BgClassName
{
background-color: #ECB5FF;
}
</style>
border-color css
<style>
span { border-color: #ECB5FF; }
span { border-color: rgb(236,181,255); }
td.TdClassName
{
border-color: #ECB5FF;
}
.TagClassName
{
border-color: #ECB5FF;
}
</style>