Shades of Mauve #ECB8F1
Tints of Mauve #ECB8F1
RGB
CMYK
RGB Variations
Color information
#ECB8F1 (or 0xECB8F1) is known color: Mauve. HEX triplet: EC, B8 and F1. RGB value is (236,184,241). Sum of RGB (Red+Green+Blue) = 236+184+241=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 184 (72.27% from 255 or 27.84% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECB8F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB8F1 is #13470E. Grayscale: #CDCDCD. Windows color (decimal): -1263375 or 15841516. OLE color: 15841516.
HSL color Cylindrical-coordinate representation of color #ECB8F1: hue angle of 294.74º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB8F1 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 184 | 241 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.05 |
| HSL | 294.74º | 0.67% | 0.83% | - |
| HSV(B) | 294.74º | 0.24% | 0.95% | - |
| XYZ | 67.61 | 58.46 | 90.94 | - |
| YUV | 206.05 | 147.73 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 241 | 0.02 | 0.24 | 0 | 0.05 | 294.74 | 0.67 | 0.83 |
| Hex | EC | B8 | F1 | 2 | 18 | 0 | 5 | 127 | 43 | 53 |
| Octal | 354 | 270 | 361 | 2 | 30 | 0 | 5 | 447 | 103 | 123 |
| Binary | 11101100 | 10111000 | 11110001 | 10 | 11000 | 0 | 101 | 100100111 | 1000011 | 1010011 |
Color Harmonies of #ECB8F1
Complementary color
Monochromatic Colors of #ECB8F1
Black with #ECB8F1
Text Example
Text Example
White with #ECB8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB8F1; }
p { color: rgb(236,184,241); }
H1.HeaderClassName
{
color: #ECB8F1;
}
.AnyTagClassName
{
color: #ECB8F1;
}
</style>
background-color css
<style>
a { background-color: #ECB8F1; }
a { background-color: rgb(236,184,241); }
div.DivClassName
{
background-color: #ECB8F1;
}
.BgClassName
{
background-color: #ECB8F1;
}
</style>
border-color css
<style>
span { border-color: #ECB8F1; }
span { border-color: rgb(236,184,241); }
td.TdClassName
{
border-color: #ECB8F1;
}
.TagClassName
{
border-color: #ECB8F1;
}
</style>