Shades of Mandys Pink #ECB492
Tints of Mandys Pink #ECB492
RGB
CMYK
RGB Variations
Color information
#ECB492 (or 0xECB492) is known color: Mandys Pink. HEX triplet: EC, B4 and 92. RGB value is (236,180,146). Sum of RGB (Red+Green+Blue) = 236+180+146=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 180 (70.70% from 255 or 32.03% from 562); Blue value is 146 (57.42% from 255 or 25.98% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB492 is #134B6D. Grayscale: #C1C1C1. Windows color (decimal): -1264494 or 9614572. OLE color: 9614572.
HSL color Cylindrical-coordinate representation of color #ECB492: hue angle of 22.67º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ECB492 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 146 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.07 |
| HSL | 22.67º | 0.7% | 0.75% | - |
| HSV(B) | 22.67º | 0.38% | 0.93% | - |
| XYZ | 56.1 | 52.55 | 34.38 | - |
| YUV | 192.87 | 101.55 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 146 | 0 | 0.24 | 0.38 | 0.07 | 22.67 | 0.7 | 0.75 |
| Hex | EC | B4 | 92 | 0 | 18 | 26 | 7 | 17 | 46 | 4B |
| Octal | 354 | 264 | 222 | 0 | 30 | 46 | 7 | 27 | 106 | 113 |
| Binary | 11101100 | 10110100 | 10010010 | 0 | 11000 | 100110 | 111 | 10111 | 1000110 | 1001011 |
Color Harmonies of #ECB492
Complementary color
Monochromatic Colors of #ECB492
Black with #ECB492
Text Example
Text Example
White with #ECB492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB492; }
p { color: rgb(236,180,146); }
H1.HeaderClassName
{
color: #ECB492;
}
.AnyTagClassName
{
color: #ECB492;
}
</style>
background-color css
<style>
a { background-color: #ECB492; }
a { background-color: rgb(236,180,146); }
div.DivClassName
{
background-color: #ECB492;
}
.BgClassName
{
background-color: #ECB492;
}
</style>
border-color css
<style>
span { border-color: #ECB492; }
span { border-color: rgb(236,180,146); }
td.TdClassName
{
border-color: #ECB492;
}
.TagClassName
{
border-color: #ECB492;
}
</style>