Shades of Mandys Pink #ECB18F
Tints of Mandys Pink #ECB18F
RGB
CMYK
RGB Variations
Color information
#ECB18F (or 0xECB18F) is known color: Mandys Pink. HEX triplet: EC, B1 and 8F. RGB value is (236,177,143). Sum of RGB (Red+Green+Blue) = 236+177+143=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 143 (56.25% from 255 or 25.72% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB18F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB18F is #134E70. Grayscale: #BEBEBE. Windows color (decimal): -1265265 or 9417196. OLE color: 9417196.
HSL color Cylindrical-coordinate representation of color #ECB18F: hue angle of 21.94º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECB18F is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 143 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.07 |
| HSL | 21.94º | 0.71% | 0.74% | - |
| HSV(B) | 21.94º | 0.39% | 0.93% | - |
| XYZ | 55.27 | 51.26 | 32.97 | - |
| YUV | 190.77 | 101.05 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 143 | 0 | 0.25 | 0.39 | 0.07 | 21.94 | 0.71 | 0.74 |
| Hex | EC | B1 | 8F | 0 | 19 | 27 | 7 | 16 | 47 | 4A |
| Octal | 354 | 261 | 217 | 0 | 31 | 47 | 7 | 26 | 107 | 112 |
| Binary | 11101100 | 10110001 | 10001111 | 0 | 11001 | 100111 | 111 | 10110 | 1000111 | 1001010 |
Color Harmonies of #ECB18F
Complementary color
Monochromatic Colors of #ECB18F
Black with #ECB18F
Text Example
Text Example
White with #ECB18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB18F; }
p { color: rgb(236,177,143); }
H1.HeaderClassName
{
color: #ECB18F;
}
.AnyTagClassName
{
color: #ECB18F;
}
</style>
background-color css
<style>
a { background-color: #ECB18F; }
a { background-color: rgb(236,177,143); }
div.DivClassName
{
background-color: #ECB18F;
}
.BgClassName
{
background-color: #ECB18F;
}
</style>
border-color css
<style>
span { border-color: #ECB18F; }
span { border-color: rgb(236,177,143); }
td.TdClassName
{
border-color: #ECB18F;
}
.TagClassName
{
border-color: #ECB18F;
}
</style>