Shades of Mandys Pink #EDAF90
Tints of Mandys Pink #EDAF90
RGB
CMYK
RGB Variations
Color information
#EDAF90 (or 0xEDAF90) is known color: Mandys Pink. HEX triplet: ED, AF and 90. RGB value is (237,175,144). Sum of RGB (Red+Green+Blue) = 237+175+144=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAF90 is #12506F. Grayscale: #BEBEBE. Windows color (decimal): -1200240 or 9482221. OLE color: 9482221.
HSL color Cylindrical-coordinate representation of color #EDAF90: hue angle of 20º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDAF90 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 175 | 144 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.07 |
| HSL | 20º | 0.72% | 0.75% | - |
| HSV(B) | 20º | 0.39% | 0.93% | - |
| XYZ | 55.29 | 50.68 | 33.25 | - |
| YUV | 190 | 102.04 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 175 | 144 | 0 | 0.26 | 0.39 | 0.07 | 20 | 0.72 | 0.75 |
| Hex | ED | AF | 90 | 0 | 1A | 27 | 7 | 14 | 48 | 4B |
| Octal | 355 | 257 | 220 | 0 | 32 | 47 | 7 | 24 | 110 | 113 |
| Binary | 11101101 | 10101111 | 10010000 | 0 | 11010 | 100111 | 111 | 10100 | 1001000 | 1001011 |
Color Harmonies of #EDAF90
Complementary color
Monochromatic Colors of #EDAF90
Black with #EDAF90
Text Example
Text Example
White with #EDAF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAF90; }
p { color: rgb(237,175,144); }
H1.HeaderClassName
{
color: #EDAF90;
}
.AnyTagClassName
{
color: #EDAF90;
}
</style>
background-color css
<style>
a { background-color: #EDAF90; }
a { background-color: rgb(237,175,144); }
div.DivClassName
{
background-color: #EDAF90;
}
.BgClassName
{
background-color: #EDAF90;
}
</style>
border-color css
<style>
span { border-color: #EDAF90; }
span { border-color: rgb(237,175,144); }
td.TdClassName
{
border-color: #EDAF90;
}
.TagClassName
{
border-color: #EDAF90;
}
</style>