Shades of Mandys Pink #EDB48F
Tints of Mandys Pink #EDB48F
RGB
CMYK
RGB Variations
Color information
#EDB48F (or 0xEDB48F) is known color: Mandys Pink. HEX triplet: ED, B4 and 8F. RGB value is (237,180,143). Sum of RGB (Red+Green+Blue) = 237+180+143=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 143 (56.25% from 255 or 25.54% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB48F is #124B70. Grayscale: #C1C1C1. Windows color (decimal): -1198961 or 9417965. OLE color: 9417965.
HSL color Cylindrical-coordinate representation of color #EDB48F: hue angle of 23.62º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDB48F is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 143 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.07 |
| HSL | 23.62º | 0.72% | 0.75% | - |
| HSV(B) | 23.62º | 0.4% | 0.93% | - |
| XYZ | 56.2 | 52.63 | 33.18 | - |
| YUV | 192.83 | 99.88 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 143 | 0 | 0.24 | 0.40 | 0.07 | 23.62 | 0.72 | 0.75 |
| Hex | ED | B4 | 8F | 0 | 18 | 28 | 7 | 18 | 48 | 4B |
| Octal | 355 | 264 | 217 | 0 | 30 | 50 | 7 | 30 | 110 | 113 |
| Binary | 11101101 | 10110100 | 10001111 | 0 | 11000 | 101000 | 111 | 11000 | 1001000 | 1001011 |
Color Harmonies of #EDB48F
Complementary color
Monochromatic Colors of #EDB48F
Black with #EDB48F
Text Example
Text Example
White with #EDB48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB48F; }
p { color: rgb(237,180,143); }
H1.HeaderClassName
{
color: #EDB48F;
}
.AnyTagClassName
{
color: #EDB48F;
}
</style>
background-color css
<style>
a { background-color: #EDB48F; }
a { background-color: rgb(237,180,143); }
div.DivClassName
{
background-color: #EDB48F;
}
.BgClassName
{
background-color: #EDB48F;
}
</style>
border-color css
<style>
span { border-color: #EDB48F; }
span { border-color: rgb(237,180,143); }
td.TdClassName
{
border-color: #EDB48F;
}
.TagClassName
{
border-color: #EDB48F;
}
</style>