Shades of Mauve #ECBFF5
Tints of Mauve #ECBFF5
RGB
CMYK
RGB Variations
Color information
#ECBFF5 (or 0xECBFF5) is known color: Mauve. HEX triplet: EC, BF and F5. RGB value is (236,191,245). Sum of RGB (Red+Green+Blue) = 236+191+245=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 191 (75% from 255 or 28.42% from 672); Blue value is 245 (96.09% from 255 or 36.46% from 672); Max value from RGB is 245 - color contains mainly: blue. Hex color #ECBFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBFF5 is #13400A. Grayscale: #D2D2D2. Windows color (decimal): -1261579 or 16105452. OLE color: 16105452.
HSL color Cylindrical-coordinate representation of color #ECBFF5: hue angle of 290º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECBFF5 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 191 | 245 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.04 |
| HSL | 290º | 0.73% | 0.85% | - |
| HSV(B) | 290º | 0.22% | 0.96% | - |
| XYZ | 69.7 | 61.69 | 94.62 | - |
| YUV | 210.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 245 | 0.04 | 0.22 | 0 | 0.04 | 290 | 0.73 | 0.85 |
| Hex | EC | BF | F5 | 4 | 16 | 0 | 4 | 122 | 49 | 55 |
| Octal | 354 | 277 | 365 | 4 | 26 | 0 | 4 | 442 | 111 | 125 |
| Binary | 11101100 | 10111111 | 11110101 | 100 | 10110 | 0 | 100 | 100100010 | 1001001 | 1010101 |
Color Harmonies of #ECBFF5
Complementary color
Monochromatic Colors of #ECBFF5
Black with #ECBFF5
Text Example
Text Example
White with #ECBFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFF5; }
p { color: rgb(236,191,245); }
H1.HeaderClassName
{
color: #ECBFF5;
}
.AnyTagClassName
{
color: #ECBFF5;
}
</style>
background-color css
<style>
a { background-color: #ECBFF5; }
a { background-color: rgb(236,191,245); }
div.DivClassName
{
background-color: #ECBFF5;
}
.BgClassName
{
background-color: #ECBFF5;
}
</style>
border-color css
<style>
span { border-color: #ECBFF5; }
span { border-color: rgb(236,191,245); }
td.TdClassName
{
border-color: #ECBFF5;
}
.TagClassName
{
border-color: #ECBFF5;
}
</style>