Shades of Mandys Pink #ECB595
Tints of Mandys Pink #ECB595
RGB
CMYK
RGB Variations
Color information
#ECB595 (or 0xECB595) is known color: Mandys Pink. HEX triplet: EC, B5 and 95. RGB value is (236,181,149). Sum of RGB (Red+Green+Blue) = 236+181+149=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 181 (71.09% from 255 or 31.98% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB595 is #134A6A. Grayscale: #C1C1C1. Windows color (decimal): -1264235 or 9811436. OLE color: 9811436.
HSL color Cylindrical-coordinate representation of color #ECB595: hue angle of 22.07º 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 #ECB595 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 149 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.07 |
| HSL | 22.07º | 0.7% | 0.75% | - |
| HSV(B) | 22.07º | 0.37% | 0.93% | - |
| XYZ | 56.54 | 53.05 | 35.69 | - |
| YUV | 193.8 | 102.72 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 149 | 0 | 0.23 | 0.37 | 0.07 | 22.07 | 0.7 | 0.75 |
| Hex | EC | B5 | 95 | 0 | 17 | 25 | 7 | 16 | 46 | 4B |
| Octal | 354 | 265 | 225 | 0 | 27 | 45 | 7 | 26 | 106 | 113 |
| Binary | 11101100 | 10110101 | 10010101 | 0 | 10111 | 100101 | 111 | 10110 | 1000110 | 1001011 |
Color Harmonies of #ECB595
Complementary color
Monochromatic Colors of #ECB595
Black with #ECB595
Text Example
Text Example
White with #ECB595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB595; }
p { color: rgb(236,181,149); }
H1.HeaderClassName
{
color: #ECB595;
}
.AnyTagClassName
{
color: #ECB595;
}
</style>
background-color css
<style>
a { background-color: #ECB595; }
a { background-color: rgb(236,181,149); }
div.DivClassName
{
background-color: #ECB595;
}
.BgClassName
{
background-color: #ECB595;
}
</style>
border-color css
<style>
span { border-color: #ECB595; }
span { border-color: rgb(236,181,149); }
td.TdClassName
{
border-color: #ECB595;
}
.TagClassName
{
border-color: #ECB595;
}
</style>