Shades of Mandys Pink #ECB090
Tints of Mandys Pink #ECB090
RGB
CMYK
RGB Variations
Color information
#ECB090 (or 0xECB090) is known color: Mandys Pink. HEX triplet: EC, B0 and 90. RGB value is (236,176,144). Sum of RGB (Red+Green+Blue) = 236+176+144=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB090 is #134F6F. Grayscale: #BEBEBE. Windows color (decimal): -1265520 or 9482476. OLE color: 9482476.
HSL color Cylindrical-coordinate representation of color #ECB090: hue angle of 20.87º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECB090 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 144 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.07 |
| HSL | 20.87º | 0.71% | 0.75% | - |
| HSV(B) | 20.87º | 0.39% | 0.93% | - |
| XYZ | 55.15 | 50.9 | 33.3 | - |
| YUV | 190.29 | 101.88 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 144 | 0 | 0.25 | 0.39 | 0.07 | 20.87 | 0.71 | 0.75 |
| Hex | EC | B0 | 90 | 0 | 19 | 27 | 7 | 15 | 47 | 4B |
| Octal | 354 | 260 | 220 | 0 | 31 | 47 | 7 | 25 | 107 | 113 |
| Binary | 11101100 | 10110000 | 10010000 | 0 | 11001 | 100111 | 111 | 10101 | 1000111 | 1001011 |
Color Harmonies of #ECB090
Complementary color
Monochromatic Colors of #ECB090
Black with #ECB090
Text Example
Text Example
White with #ECB090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB090; }
p { color: rgb(236,176,144); }
H1.HeaderClassName
{
color: #ECB090;
}
.AnyTagClassName
{
color: #ECB090;
}
</style>
background-color css
<style>
a { background-color: #ECB090; }
a { background-color: rgb(236,176,144); }
div.DivClassName
{
background-color: #ECB090;
}
.BgClassName
{
background-color: #ECB090;
}
</style>
border-color css
<style>
span { border-color: #ECB090; }
span { border-color: rgb(236,176,144); }
td.TdClassName
{
border-color: #ECB090;
}
.TagClassName
{
border-color: #ECB090;
}
</style>