Shades of Mandys Pink #ECB395
Tints of Mandys Pink #ECB395
RGB
CMYK
RGB Variations
Color information
#ECB395 (or 0xECB395) is known color: Mandys Pink. HEX triplet: EC, B3 and 95. RGB value is (236,179,149). Sum of RGB (Red+Green+Blue) = 236+179+149=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 179 (70.31% from 255 or 31.74% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB395 is #134C6A. Grayscale: #C0C0C0. Windows color (decimal): -1264747 or 9810924. OLE color: 9810924.
HSL color Cylindrical-coordinate representation of color #ECB395: hue angle of 20.69º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECB395 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 149 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.07 |
| HSL | 20.69º | 0.7% | 0.75% | - |
| HSV(B) | 20.69º | 0.37% | 0.93% | - |
| XYZ | 56.14 | 52.24 | 35.56 | - |
| YUV | 192.62 | 103.38 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 149 | 0 | 0.24 | 0.37 | 0.07 | 20.69 | 0.7 | 0.75 |
| Hex | EC | B3 | 95 | 0 | 18 | 25 | 7 | 15 | 46 | 4B |
| Octal | 354 | 263 | 225 | 0 | 30 | 45 | 7 | 25 | 106 | 113 |
| Binary | 11101100 | 10110011 | 10010101 | 0 | 11000 | 100101 | 111 | 10101 | 1000110 | 1001011 |
Color Harmonies of #ECB395
Complementary color
Monochromatic Colors of #ECB395
Black with #ECB395
Text Example
Text Example
White with #ECB395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB395; }
p { color: rgb(236,179,149); }
H1.HeaderClassName
{
color: #ECB395;
}
.AnyTagClassName
{
color: #ECB395;
}
</style>
background-color css
<style>
a { background-color: #ECB395; }
a { background-color: rgb(236,179,149); }
div.DivClassName
{
background-color: #ECB395;
}
.BgClassName
{
background-color: #ECB395;
}
</style>
border-color css
<style>
span { border-color: #ECB395; }
span { border-color: rgb(236,179,149); }
td.TdClassName
{
border-color: #ECB395;
}
.TagClassName
{
border-color: #ECB395;
}
</style>