Shades of Mandys Pink #ECB995
Tints of Mandys Pink #ECB995
RGB
CMYK
RGB Variations
Color information
#ECB995 (or 0xECB995) is known color: Mandys Pink. HEX triplet: EC, B9 and 95. RGB value is (236,185,149). Sum of RGB (Red+Green+Blue) = 236+185+149=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 185 (72.66% from 255 or 32.46% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB995 is #13466A. Grayscale: #C4C4C4. Windows color (decimal): -1263211 or 9812460. OLE color: 9812460.
HSL color Cylindrical-coordinate representation of color #ECB995: hue angle of 24.83º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECB995 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 149 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.07 |
| HSL | 24.83º | 0.7% | 0.75% | - |
| HSV(B) | 24.83º | 0.37% | 0.93% | - |
| XYZ | 57.37 | 54.7 | 35.97 | - |
| YUV | 196.15 | 101.4 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 149 | 0 | 0.22 | 0.37 | 0.07 | 24.83 | 0.7 | 0.75 |
| Hex | EC | B9 | 95 | 0 | 16 | 25 | 7 | 19 | 46 | 4B |
| Octal | 354 | 271 | 225 | 0 | 26 | 45 | 7 | 31 | 106 | 113 |
| Binary | 11101100 | 10111001 | 10010101 | 0 | 10110 | 100101 | 111 | 11001 | 1000110 | 1001011 |
Color Harmonies of #ECB995
Complementary color
Monochromatic Colors of #ECB995
Black with #ECB995
Text Example
Text Example
White with #ECB995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB995; }
p { color: rgb(236,185,149); }
H1.HeaderClassName
{
color: #ECB995;
}
.AnyTagClassName
{
color: #ECB995;
}
</style>
background-color css
<style>
a { background-color: #ECB995; }
a { background-color: rgb(236,185,149); }
div.DivClassName
{
background-color: #ECB995;
}
.BgClassName
{
background-color: #ECB995;
}
</style>
border-color css
<style>
span { border-color: #ECB995; }
span { border-color: rgb(236,185,149); }
td.TdClassName
{
border-color: #ECB995;
}
.TagClassName
{
border-color: #ECB995;
}
</style>