Shades of Mandys Pink #ECBA9A
Tints of Mandys Pink #ECBA9A
RGB
CMYK
RGB Variations
Color information
#ECBA9A (or 0xECBA9A) is known color: Mandys Pink. HEX triplet: EC, BA and 9A. RGB value is (236,186,154). Sum of RGB (Red+Green+Blue) = 236+186+154=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 154 (60.55% from 255 or 26.74% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBA9A is #134565. Grayscale: #C5C5C5. Windows color (decimal): -1262950 or 10140396. OLE color: 10140396.
HSL color Cylindrical-coordinate representation of color #ECBA9A: hue angle of 23.41º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ECBA9A is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 154 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.07 |
| HSL | 23.41º | 0.68% | 0.76% | - |
| HSV(B) | 23.41º | 0.35% | 0.93% | - |
| XYZ | 57.98 | 55.28 | 38.19 | - |
| YUV | 197.3 | 103.57 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 154 | 0 | 0.21 | 0.35 | 0.07 | 23.41 | 0.68 | 0.76 |
| Hex | EC | BA | 9A | 0 | 15 | 23 | 7 | 17 | 44 | 4C |
| Octal | 354 | 272 | 232 | 0 | 25 | 43 | 7 | 27 | 104 | 114 |
| Binary | 11101100 | 10111010 | 10011010 | 0 | 10101 | 100011 | 111 | 10111 | 1000100 | 1001100 |
Color Harmonies of #ECBA9A
Complementary color
Monochromatic Colors of #ECBA9A
Black with #ECBA9A
Text Example
Text Example
White with #ECBA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA9A; }
p { color: rgb(236,186,154); }
H1.HeaderClassName
{
color: #ECBA9A;
}
.AnyTagClassName
{
color: #ECBA9A;
}
</style>
background-color css
<style>
a { background-color: #ECBA9A; }
a { background-color: rgb(236,186,154); }
div.DivClassName
{
background-color: #ECBA9A;
}
.BgClassName
{
background-color: #ECBA9A;
}
</style>
border-color css
<style>
span { border-color: #ECBA9A; }
span { border-color: rgb(236,186,154); }
td.TdClassName
{
border-color: #ECBA9A;
}
.TagClassName
{
border-color: #ECBA9A;
}
</style>