Shades of Mandys Pink #ECB495
Tints of Mandys Pink #ECB495
RGB
CMYK
RGB Variations
Color information
#ECB495 (or 0xECB495) is known color: Mandys Pink. HEX triplet: EC, B4 and 95. RGB value is (236,180,149). Sum of RGB (Red+Green+Blue) = 236+180+149=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 180 (70.70% from 255 or 31.86% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB495 is #134B6A. Grayscale: #C1C1C1. Windows color (decimal): -1264491 or 9811180. OLE color: 9811180.
HSL color Cylindrical-coordinate representation of color #ECB495: hue angle of 21.38º 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 #ECB495 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 149 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.07 |
| HSL | 21.38º | 0.7% | 0.75% | - |
| HSV(B) | 21.38º | 0.37% | 0.93% | - |
| XYZ | 56.34 | 52.65 | 35.63 | - |
| YUV | 193.21 | 103.05 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 149 | 0 | 0.24 | 0.37 | 0.07 | 21.38 | 0.7 | 0.75 |
| Hex | EC | B4 | 95 | 0 | 18 | 25 | 7 | 15 | 46 | 4B |
| Octal | 354 | 264 | 225 | 0 | 30 | 45 | 7 | 25 | 106 | 113 |
| Binary | 11101100 | 10110100 | 10010101 | 0 | 11000 | 100101 | 111 | 10101 | 1000110 | 1001011 |
Color Harmonies of #ECB495
Complementary color
Monochromatic Colors of #ECB495
Black with #ECB495
Text Example
Text Example
White with #ECB495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB495; }
p { color: rgb(236,180,149); }
H1.HeaderClassName
{
color: #ECB495;
}
.AnyTagClassName
{
color: #ECB495;
}
</style>
background-color css
<style>
a { background-color: #ECB495; }
a { background-color: rgb(236,180,149); }
div.DivClassName
{
background-color: #ECB495;
}
.BgClassName
{
background-color: #ECB495;
}
</style>
border-color css
<style>
span { border-color: #ECB495; }
span { border-color: rgb(236,180,149); }
td.TdClassName
{
border-color: #ECB495;
}
.TagClassName
{
border-color: #ECB495;
}
</style>