Shades of Mandys Pink #EDAF8D
Tints of Mandys Pink #EDAF8D
RGB
CMYK
RGB Variations
Color information
#EDAF8D (or 0xEDAF8D) is known color: Mandys Pink. HEX triplet: ED, AF and 8D. RGB value is (237,175,141). Sum of RGB (Red+Green+Blue) = 237+175+141=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAF8D is #125072. Grayscale: #BDBDBD. Windows color (decimal): -1200243 or 9285613. OLE color: 9285613.
HSL color Cylindrical-coordinate representation of color #EDAF8D: hue angle of 21.25º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDAF8D is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 175 | 141 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.07 |
| HSL | 21.25º | 0.73% | 0.74% | - |
| HSV(B) | 21.25º | 0.41% | 0.93% | - |
| XYZ | 55.06 | 50.59 | 32.06 | - |
| YUV | 189.66 | 100.54 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 175 | 141 | 0 | 0.26 | 0.41 | 0.07 | 21.25 | 0.73 | 0.74 |
| Hex | ED | AF | 8D | 0 | 1A | 29 | 7 | 15 | 49 | 4A |
| Octal | 355 | 257 | 215 | 0 | 32 | 51 | 7 | 25 | 111 | 112 |
| Binary | 11101101 | 10101111 | 10001101 | 0 | 11010 | 101001 | 111 | 10101 | 1001001 | 1001010 |
Color Harmonies of #EDAF8D
Complementary color
Monochromatic Colors of #EDAF8D
Black with #EDAF8D
Text Example
Text Example
White with #EDAF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAF8D; }
p { color: rgb(237,175,141); }
H1.HeaderClassName
{
color: #EDAF8D;
}
.AnyTagClassName
{
color: #EDAF8D;
}
</style>
background-color css
<style>
a { background-color: #EDAF8D; }
a { background-color: rgb(237,175,141); }
div.DivClassName
{
background-color: #EDAF8D;
}
.BgClassName
{
background-color: #EDAF8D;
}
</style>
border-color css
<style>
span { border-color: #EDAF8D; }
span { border-color: rgb(237,175,141); }
td.TdClassName
{
border-color: #EDAF8D;
}
.TagClassName
{
border-color: #EDAF8D;
}
</style>