Shades of Mauve #ECB4F1
Tints of Mauve #ECB4F1
RGB
CMYK
RGB Variations
Color information
#ECB4F1 (or 0xECB4F1) is known color: Mauve. HEX triplet: EC, B4 and F1. RGB value is (236,180,241). Sum of RGB (Red+Green+Blue) = 236+180+241=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 180 (70.70% from 255 or 27.40% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECB4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB4F1 is #134B0E. Grayscale: #CBCBCB. Windows color (decimal): -1264399 or 15840492. OLE color: 15840492.
HSL color Cylindrical-coordinate representation of color #ECB4F1: hue angle of 295.08º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB4F1 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 180 | 241 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.05 |
| HSL | 295.08º | 0.69% | 0.83% | - |
| HSV(B) | 295.08º | 0.25% | 0.95% | - |
| XYZ | 66.79 | 56.83 | 90.67 | - |
| YUV | 203.7 | 149.05 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 241 | 0.02 | 0.25 | 0 | 0.05 | 295.08 | 0.69 | 0.83 |
| Hex | EC | B4 | F1 | 2 | 19 | 0 | 5 | 127 | 45 | 53 |
| Octal | 354 | 264 | 361 | 2 | 31 | 0 | 5 | 447 | 105 | 123 |
| Binary | 11101100 | 10110100 | 11110001 | 10 | 11001 | 0 | 101 | 100100111 | 1000101 | 1010011 |
Color Harmonies of #ECB4F1
Complementary color
Monochromatic Colors of #ECB4F1
Black with #ECB4F1
Text Example
Text Example
White with #ECB4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB4F1; }
p { color: rgb(236,180,241); }
H1.HeaderClassName
{
color: #ECB4F1;
}
.AnyTagClassName
{
color: #ECB4F1;
}
</style>
background-color css
<style>
a { background-color: #ECB4F1; }
a { background-color: rgb(236,180,241); }
div.DivClassName
{
background-color: #ECB4F1;
}
.BgClassName
{
background-color: #ECB4F1;
}
</style>
border-color css
<style>
span { border-color: #ECB4F1; }
span { border-color: rgb(236,180,241); }
td.TdClassName
{
border-color: #ECB4F1;
}
.TagClassName
{
border-color: #ECB4F1;
}
</style>