Shades of Mauve #ECB2F3
Tints of Mauve #ECB2F3
RGB
CMYK
RGB Variations
Color information
#ECB2F3 (or 0xECB2F3) is known color: Mauve. HEX triplet: EC, B2 and F3. RGB value is (236,178,243). Sum of RGB (Red+Green+Blue) = 236+178+243=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 178 (69.92% from 255 or 27.09% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECB2F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB2F3 is #134D0C. Grayscale: #CACACA. Windows color (decimal): -1264909 or 15971052. OLE color: 15971052.
HSL color Cylindrical-coordinate representation of color #ECB2F3: hue angle of 293.54º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECB2F3 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 178 | 243 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.05 |
| HSL | 293.54º | 0.73% | 0.83% | - |
| HSV(B) | 293.54º | 0.27% | 0.95% | - |
| XYZ | 66.69 | 56.14 | 92.12 | - |
| YUV | 202.75 | 150.72 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 243 | 0.03 | 0.27 | 0 | 0.05 | 293.54 | 0.73 | 0.83 |
| Hex | EC | B2 | F3 | 3 | 1B | 0 | 5 | 126 | 49 | 53 |
| Octal | 354 | 262 | 363 | 3 | 33 | 0 | 5 | 446 | 111 | 123 |
| Binary | 11101100 | 10110010 | 11110011 | 11 | 11011 | 0 | 101 | 100100110 | 1001001 | 1010011 |
Color Harmonies of #ECB2F3
Complementary color
Monochromatic Colors of #ECB2F3
Black with #ECB2F3
Text Example
Text Example
White with #ECB2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB2F3; }
p { color: rgb(236,178,243); }
H1.HeaderClassName
{
color: #ECB2F3;
}
.AnyTagClassName
{
color: #ECB2F3;
}
</style>
background-color css
<style>
a { background-color: #ECB2F3; }
a { background-color: rgb(236,178,243); }
div.DivClassName
{
background-color: #ECB2F3;
}
.BgClassName
{
background-color: #ECB2F3;
}
</style>
border-color css
<style>
span { border-color: #ECB2F3; }
span { border-color: rgb(236,178,243); }
td.TdClassName
{
border-color: #ECB2F3;
}
.TagClassName
{
border-color: #ECB2F3;
}
</style>