Shades of Mandys Pink #EDBCA0
Tints of Mandys Pink #EDBCA0
RGB
CMYK
RGB Variations
Color information
#EDBCA0 (or 0xEDBCA0) is known color: Mandys Pink. HEX triplet: ED, BC and A0. RGB value is (237,188,160). Sum of RGB (Red+Green+Blue) = 237+188+160=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 160 (62.89% from 255 or 27.35% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBCA0 is #12435F. Grayscale: #C7C7C7. Windows color (decimal): -1196896 or 10534125. OLE color: 10534125.
HSL color Cylindrical-coordinate representation of color #EDBCA0: hue angle of 21.82º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDBCA0 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 160 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.07 |
| HSL | 21.82º | 0.68% | 0.78% | - |
| HSV(B) | 21.82º | 0.32% | 0.93% | - |
| XYZ | 59.25 | 56.51 | 41.04 | - |
| YUV | 199.46 | 105.73 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 160 | 0 | 0.21 | 0.32 | 0.07 | 21.82 | 0.68 | 0.78 |
| Hex | ED | BC | A0 | 0 | 15 | 20 | 7 | 16 | 44 | 4E |
| Octal | 355 | 274 | 240 | 0 | 25 | 40 | 7 | 26 | 104 | 116 |
| Binary | 11101101 | 10111100 | 10100000 | 0 | 10101 | 100000 | 111 | 10110 | 1000100 | 1001110 |
Color Harmonies of #EDBCA0
Complementary color
Monochromatic Colors of #EDBCA0
Black with #EDBCA0
Text Example
Text Example
White with #EDBCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCA0; }
p { color: rgb(237,188,160); }
H1.HeaderClassName
{
color: #EDBCA0;
}
.AnyTagClassName
{
color: #EDBCA0;
}
</style>
background-color css
<style>
a { background-color: #EDBCA0; }
a { background-color: rgb(237,188,160); }
div.DivClassName
{
background-color: #EDBCA0;
}
.BgClassName
{
background-color: #EDBCA0;
}
</style>
border-color css
<style>
span { border-color: #EDBCA0; }
span { border-color: rgb(237,188,160); }
td.TdClassName
{
border-color: #EDBCA0;
}
.TagClassName
{
border-color: #EDBCA0;
}
</style>