Shades of Mandys Pink #ECB392
Tints of Mandys Pink #ECB392
RGB
CMYK
RGB Variations
Color information
#ECB392 (or 0xECB392) is known color: Mandys Pink. HEX triplet: EC, B3 and 92. RGB value is (236,179,146). Sum of RGB (Red+Green+Blue) = 236+179+146=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 146 (57.42% from 255 or 26.02% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB392 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB392 is #134C6D. Grayscale: #C0C0C0. Windows color (decimal): -1264750 or 9614316. OLE color: 9614316.
HSL color Cylindrical-coordinate representation of color #ECB392: hue angle of 22º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ECB392 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 146 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.07 |
| HSL | 22º | 0.7% | 0.75% | - |
| HSV(B) | 22º | 0.38% | 0.93% | - |
| XYZ | 55.9 | 52.15 | 34.31 | - |
| YUV | 192.28 | 101.88 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 146 | 0 | 0.24 | 0.38 | 0.07 | 22 | 0.7 | 0.75 |
| Hex | EC | B3 | 92 | 0 | 18 | 26 | 7 | 16 | 46 | 4B |
| Octal | 354 | 263 | 222 | 0 | 30 | 46 | 7 | 26 | 106 | 113 |
| Binary | 11101100 | 10110011 | 10010010 | 0 | 11000 | 100110 | 111 | 10110 | 1000110 | 1001011 |
Color Harmonies of #ECB392
Complementary color
Monochromatic Colors of #ECB392
Black with #ECB392
Text Example
Text Example
White with #ECB392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB392; }
p { color: rgb(236,179,146); }
H1.HeaderClassName
{
color: #ECB392;
}
.AnyTagClassName
{
color: #ECB392;
}
</style>
background-color css
<style>
a { background-color: #ECB392; }
a { background-color: rgb(236,179,146); }
div.DivClassName
{
background-color: #ECB392;
}
.BgClassName
{
background-color: #ECB392;
}
</style>
border-color css
<style>
span { border-color: #ECB392; }
span { border-color: rgb(236,179,146); }
td.TdClassName
{
border-color: #ECB392;
}
.TagClassName
{
border-color: #ECB392;
}
</style>