Shades of Mandys Pink #ECB18E
Tints of Mandys Pink #ECB18E
RGB
CMYK
RGB Variations
Color information
#ECB18E (or 0xECB18E) is known color: Mandys Pink. HEX triplet: EC, B1 and 8E. RGB value is (236,177,142). Sum of RGB (Red+Green+Blue) = 236+177+142=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 142 (55.86% from 255 or 25.59% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB18E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB18E is #134E71. Grayscale: #BEBEBE. Windows color (decimal): -1265266 or 9351660. OLE color: 9351660.
HSL color Cylindrical-coordinate representation of color #ECB18E: hue angle of 22.34º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECB18E is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 142 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.07 |
| HSL | 22.34º | 0.71% | 0.74% | - |
| HSV(B) | 22.34º | 0.4% | 0.93% | - |
| XYZ | 55.2 | 51.23 | 32.57 | - |
| YUV | 190.65 | 100.55 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 142 | 0 | 0.25 | 0.40 | 0.07 | 22.34 | 0.71 | 0.74 |
| Hex | EC | B1 | 8E | 0 | 19 | 28 | 7 | 16 | 47 | 4A |
| Octal | 354 | 261 | 216 | 0 | 31 | 50 | 7 | 26 | 107 | 112 |
| Binary | 11101100 | 10110001 | 10001110 | 0 | 11001 | 101000 | 111 | 10110 | 1000111 | 1001010 |
Color Harmonies of #ECB18E
Complementary color
Monochromatic Colors of #ECB18E
Black with #ECB18E
Text Example
Text Example
White with #ECB18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB18E; }
p { color: rgb(236,177,142); }
H1.HeaderClassName
{
color: #ECB18E;
}
.AnyTagClassName
{
color: #ECB18E;
}
</style>
background-color css
<style>
a { background-color: #ECB18E; }
a { background-color: rgb(236,177,142); }
div.DivClassName
{
background-color: #ECB18E;
}
.BgClassName
{
background-color: #ECB18E;
}
</style>
border-color css
<style>
span { border-color: #ECB18E; }
span { border-color: rgb(236,177,142); }
td.TdClassName
{
border-color: #ECB18E;
}
.TagClassName
{
border-color: #ECB18E;
}
</style>