Shades of Mandys Pink #ECB193
Tints of Mandys Pink #ECB193
RGB
CMYK
RGB Variations
Color information
#ECB193 (or 0xECB193) is known color: Mandys Pink. HEX triplet: EC, B1 and 93. RGB value is (236,177,147). Sum of RGB (Red+Green+Blue) = 236+177+147=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 177 (69.53% from 255 or 31.61% from 560); Blue value is 147 (57.81% from 255 or 26.25% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB193 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB193 is #134E6C. Grayscale: #BFBFBF. Windows color (decimal): -1265261 or 9679340. OLE color: 9679340.
HSL color Cylindrical-coordinate representation of color #ECB193: hue angle of 20.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 #ECB193 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 147 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.07 |
| HSL | 20.22º | 0.7% | 0.75% | - |
| HSV(B) | 20.22º | 0.38% | 0.93% | - |
| XYZ | 55.58 | 51.38 | 34.59 | - |
| YUV | 191.22 | 103.05 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 147 | 0 | 0.25 | 0.38 | 0.07 | 20.22 | 0.7 | 0.75 |
| Hex | EC | B1 | 93 | 0 | 19 | 26 | 7 | 14 | 46 | 4B |
| Octal | 354 | 261 | 223 | 0 | 31 | 46 | 7 | 24 | 106 | 113 |
| Binary | 11101100 | 10110001 | 10010011 | 0 | 11001 | 100110 | 111 | 10100 | 1000110 | 1001011 |
Color Harmonies of #ECB193
Complementary color
Monochromatic Colors of #ECB193
Black with #ECB193
Text Example
Text Example
White with #ECB193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB193; }
p { color: rgb(236,177,147); }
H1.HeaderClassName
{
color: #ECB193;
}
.AnyTagClassName
{
color: #ECB193;
}
</style>
background-color css
<style>
a { background-color: #ECB193; }
a { background-color: rgb(236,177,147); }
div.DivClassName
{
background-color: #ECB193;
}
.BgClassName
{
background-color: #ECB193;
}
</style>
border-color css
<style>
span { border-color: #ECB193; }
span { border-color: rgb(236,177,147); }
td.TdClassName
{
border-color: #ECB193;
}
.TagClassName
{
border-color: #ECB193;
}
</style>