Shades of Mandys Pink #EDAC8E
Tints of Mandys Pink #EDAC8E
RGB
CMYK
RGB Variations
Color information
#EDAC8E (or 0xEDAC8E) is known color: Mandys Pink. HEX triplet: ED, AC and 8E. RGB value is (237,172,142). Sum of RGB (Red+Green+Blue) = 237+172+142=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 142 (55.86% from 255 or 25.77% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAC8E is #125371. Grayscale: #BCBCBC. Windows color (decimal): -1201010 or 9350381. OLE color: 9350381.
HSL color Cylindrical-coordinate representation of color #EDAC8E: hue angle of 18.95º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDAC8E is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 172 | 142 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.07 |
| HSL | 18.95º | 0.73% | 0.74% | - |
| HSV(B) | 18.95º | 0.4% | 0.93% | - |
| XYZ | 54.56 | 49.46 | 32.26 | - |
| YUV | 188.02 | 102.03 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 142 | 0 | 0.27 | 0.40 | 0.07 | 18.95 | 0.73 | 0.74 |
| Hex | ED | AC | 8E | 0 | 1B | 28 | 7 | 13 | 49 | 4A |
| Octal | 355 | 254 | 216 | 0 | 33 | 50 | 7 | 23 | 111 | 112 |
| Binary | 11101101 | 10101100 | 10001110 | 0 | 11011 | 101000 | 111 | 10011 | 1001001 | 1001010 |
Color Harmonies of #EDAC8E
Complementary color
Monochromatic Colors of #EDAC8E
Black with #EDAC8E
Text Example
Text Example
White with #EDAC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAC8E; }
p { color: rgb(237,172,142); }
H1.HeaderClassName
{
color: #EDAC8E;
}
.AnyTagClassName
{
color: #EDAC8E;
}
</style>
background-color css
<style>
a { background-color: #EDAC8E; }
a { background-color: rgb(237,172,142); }
div.DivClassName
{
background-color: #EDAC8E;
}
.BgClassName
{
background-color: #EDAC8E;
}
</style>
border-color css
<style>
span { border-color: #EDAC8E; }
span { border-color: rgb(237,172,142); }
td.TdClassName
{
border-color: #EDAC8E;
}
.TagClassName
{
border-color: #EDAC8E;
}
</style>