Shades of Mandys Pink #ECB496
Tints of Mandys Pink #ECB496
RGB
CMYK
RGB Variations
Color information
#ECB496 (or 0xECB496) is known color: Mandys Pink. HEX triplet: EC, B4 and 96. RGB value is (236,180,150). Sum of RGB (Red+Green+Blue) = 236+180+150=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 180 (70.70% from 255 or 31.80% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB496 is #134B69. Grayscale: #C1C1C1. Windows color (decimal): -1264490 or 9876716. OLE color: 9876716.
HSL color Cylindrical-coordinate representation of color #ECB496: hue angle of 20.93º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECB496 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 150 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.07 |
| HSL | 20.93º | 0.69% | 0.76% | - |
| HSV(B) | 20.93º | 0.36% | 0.93% | - |
| XYZ | 56.42 | 52.68 | 36.05 | - |
| YUV | 193.32 | 103.55 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 150 | 0 | 0.24 | 0.36 | 0.07 | 20.93 | 0.69 | 0.76 |
| Hex | EC | B4 | 96 | 0 | 18 | 24 | 7 | 15 | 45 | 4C |
| Octal | 354 | 264 | 226 | 0 | 30 | 44 | 7 | 25 | 105 | 114 |
| Binary | 11101100 | 10110100 | 10010110 | 0 | 11000 | 100100 | 111 | 10101 | 1000101 | 1001100 |
Color Harmonies of #ECB496
Complementary color
Monochromatic Colors of #ECB496
Black with #ECB496
Text Example
Text Example
White with #ECB496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB496; }
p { color: rgb(236,180,150); }
H1.HeaderClassName
{
color: #ECB496;
}
.AnyTagClassName
{
color: #ECB496;
}
</style>
background-color css
<style>
a { background-color: #ECB496; }
a { background-color: rgb(236,180,150); }
div.DivClassName
{
background-color: #ECB496;
}
.BgClassName
{
background-color: #ECB496;
}
</style>
border-color css
<style>
span { border-color: #ECB496; }
span { border-color: rgb(236,180,150); }
td.TdClassName
{
border-color: #ECB496;
}
.TagClassName
{
border-color: #ECB496;
}
</style>