Shades of Mauvelous #EC9BA5
Tints of Mauvelous #EC9BA5
RGB
CMYK
RGB Variations
Color information
#EC9BA5 (or 0xEC9BA5) is known color: Mauvelous. HEX triplet: EC, 9B and A5. RGB value is (236,155,165). Sum of RGB (Red+Green+Blue) = 236+155+165=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 165 (64.84% from 255 or 29.68% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9BA5 is #13645A. Grayscale: #B4B4B4. Windows color (decimal): -1270875 or 10853356. OLE color: 10853356.
HSL color Cylindrical-coordinate representation of color #EC9BA5: hue angle of 352.59º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EC9BA5 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 155 | 165 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.07 |
| HSL | 352.59º | 0.68% | 0.77% | - |
| HSV(B) | 352.59º | 0.34% | 0.93% | - |
| XYZ | 53.1 | 43.99 | 41.29 | - |
| YUV | 180.36 | 119.34 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 155 | 165 | 0 | 0.34 | 0.30 | 0.07 | 352.59 | 0.68 | 0.77 |
| Hex | EC | 9B | A5 | 0 | 22 | 1E | 7 | 161 | 44 | 4D |
| Octal | 354 | 233 | 245 | 0 | 42 | 36 | 7 | 541 | 104 | 115 |
| Binary | 11101100 | 10011011 | 10100101 | 0 | 100010 | 11110 | 111 | 101100001 | 1000100 | 1001101 |
Color Harmonies of #EC9BA5
Complementary color
Monochromatic Colors of #EC9BA5
Black with #EC9BA5
Text Example
Text Example
White with #EC9BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9BA5; }
p { color: rgb(236,155,165); }
H1.HeaderClassName
{
color: #EC9BA5;
}
.AnyTagClassName
{
color: #EC9BA5;
}
</style>
background-color css
<style>
a { background-color: #EC9BA5; }
a { background-color: rgb(236,155,165); }
div.DivClassName
{
background-color: #EC9BA5;
}
.BgClassName
{
background-color: #EC9BA5;
}
</style>
border-color css
<style>
span { border-color: #EC9BA5; }
span { border-color: rgb(236,155,165); }
td.TdClassName
{
border-color: #EC9BA5;
}
.TagClassName
{
border-color: #EC9BA5;
}
</style>