Shades of Mauve #ECB5F2
Tints of Mauve #ECB5F2
RGB
CMYK
RGB Variations
Color information
#ECB5F2 (or 0xECB5F2) is known color: Mauve. HEX triplet: EC, B5 and F2. RGB value is (236,181,242). Sum of RGB (Red+Green+Blue) = 236+181+242=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 181 (71.09% from 255 or 27.47% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECB5F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB5F2 is #134A0D. Grayscale: #CCCCCC. Windows color (decimal): -1264142 or 15906284. OLE color: 15906284.
HSL color Cylindrical-coordinate representation of color #ECB5F2: hue angle of 294.1º degrees, saturation: 0.7, 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 #ECB5F2 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 181 | 242 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.05 |
| HSL | 294.1º | 0.7% | 0.83% | - |
| HSV(B) | 294.1º | 0.25% | 0.95% | - |
| XYZ | 67.14 | 57.29 | 91.52 | - |
| YUV | 204.4 | 149.22 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 242 | 0.02 | 0.25 | 0 | 0.05 | 294.1 | 0.7 | 0.83 |
| Hex | EC | B5 | F2 | 2 | 19 | 0 | 5 | 126 | 46 | 53 |
| Octal | 354 | 265 | 362 | 2 | 31 | 0 | 5 | 446 | 106 | 123 |
| Binary | 11101100 | 10110101 | 11110010 | 10 | 11001 | 0 | 101 | 100100110 | 1000110 | 1010011 |
Color Harmonies of #ECB5F2
Complementary color
Monochromatic Colors of #ECB5F2
Black with #ECB5F2
Text Example
Text Example
White with #ECB5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5F2; }
p { color: rgb(236,181,242); }
H1.HeaderClassName
{
color: #ECB5F2;
}
.AnyTagClassName
{
color: #ECB5F2;
}
</style>
background-color css
<style>
a { background-color: #ECB5F2; }
a { background-color: rgb(236,181,242); }
div.DivClassName
{
background-color: #ECB5F2;
}
.BgClassName
{
background-color: #ECB5F2;
}
</style>
border-color css
<style>
span { border-color: #ECB5F2; }
span { border-color: rgb(236,181,242); }
td.TdClassName
{
border-color: #ECB5F2;
}
.TagClassName
{
border-color: #ECB5F2;
}
</style>