Shades of Mauve #ECB5F7
Tints of Mauve #ECB5F7
RGB
CMYK
RGB Variations
Color information
#ECB5F7 (or 0xECB5F7) is known color: Mauve. HEX triplet: EC, B5 and F7. RGB value is (236,181,247). Sum of RGB (Red+Green+Blue) = 236+181+247=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 181 (71.09% from 255 or 27.26% from 664); Blue value is 247 (96.88% from 255 or 37.20% from 664); Max value from RGB is 247 - color contains mainly: blue. Hex color #ECB5F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB5F7 is #134A08. Grayscale: #CCCCCC. Windows color (decimal): -1264137 or 16233964. OLE color: 16233964.
HSL color Cylindrical-coordinate representation of color #ECB5F7: hue angle of 290º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECB5F7 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 236 | 181 | 247 | - |
CMYK | 0.04 | 0.27 | 0 | 0.03 |
HSL | 290º | 0.8% | 0.84% | - |
HSV(B) | 290º | 0.27% | 0.97% | - |
XYZ | 67.9 | 57.6 | 95.53 | - |
YUV | 204.97 | 151.72 | 150.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 181 | 247 | 0.04 | 0.27 | 0 | 0.03 | 290 | 0.8 | 0.84 |
Hex | EC | B5 | F7 | 4 | 1B | 0 | 3 | 122 | 50 | 54 |
Octal | 354 | 265 | 367 | 4 | 33 | 0 | 3 | 442 | 120 | 124 |
Binary | 11101100 | 10110101 | 11110111 | 100 | 11011 | 0 | 11 | 100100010 | 1010000 | 1010100 |
Color Harmonies of #ECB5F7
Complementary color
Monochromatic Colors of #ECB5F7
Black with #ECB5F7
Text Example
Text Example
White with #ECB5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5F7; }
p { color: rgb(236,181,247); }
H1.HeaderClassName
{
color: #ECB5F7;
}
.AnyTagClassName
{
color: #ECB5F7;
}
</style>
background-color css
<style>
a { background-color: #ECB5F7; }
a { background-color: rgb(236,181,247); }
div.DivClassName
{
background-color: #ECB5F7;
}
.BgClassName
{
background-color: #ECB5F7;
}
</style>
border-color css
<style>
span { border-color: #ECB5F7; }
span { border-color: rgb(236,181,247); }
td.TdClassName
{
border-color: #ECB5F7;
}
.TagClassName
{
border-color: #ECB5F7;
}
</style>