Shades of Tonys Pink #EDA08F
Tints of Tonys Pink #EDA08F
RGB
CMYK
RGB Variations
Color information
#EDA08F (or 0xEDA08F) is known color: Tonys Pink. HEX triplet: ED, A0 and 8F. RGB value is (237,160,143). Sum of RGB (Red+Green+Blue) = 237+160+143=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 143 (56.25% from 255 or 26.48% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA08F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA08F is #125F70. Grayscale: #B5B5B5. Windows color (decimal): -1204081 or 9412845. OLE color: 9412845.
HSL color Cylindrical-coordinate representation of color #EDA08F: hue angle of 10.85º 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 #EDA08F is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 143 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.07 |
| HSL | 10.85º | 0.72% | 0.75% | - |
| HSV(B) | 10.85º | 0.4% | 0.93% | - |
| XYZ | 52.45 | 45.13 | 31.93 | - |
| YUV | 181.09 | 106.51 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 143 | 0 | 0.32 | 0.40 | 0.07 | 10.85 | 0.72 | 0.75 |
| Hex | ED | A0 | 8F | 0 | 20 | 28 | 7 | B | 48 | 4B |
| Octal | 355 | 240 | 217 | 0 | 40 | 50 | 7 | 13 | 110 | 113 |
| Binary | 11101101 | 10100000 | 10001111 | 0 | 100000 | 101000 | 111 | 1011 | 1001000 | 1001011 |
Color Harmonies of #EDA08F
Complementary color
Monochromatic Colors of #EDA08F
Black with #EDA08F
Text Example
Text Example
White with #EDA08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA08F; }
p { color: rgb(237,160,143); }
H1.HeaderClassName
{
color: #EDA08F;
}
.AnyTagClassName
{
color: #EDA08F;
}
</style>
background-color css
<style>
a { background-color: #EDA08F; }
a { background-color: rgb(237,160,143); }
div.DivClassName
{
background-color: #EDA08F;
}
.BgClassName
{
background-color: #EDA08F;
}
</style>
border-color css
<style>
span { border-color: #EDA08F; }
span { border-color: rgb(237,160,143); }
td.TdClassName
{
border-color: #EDA08F;
}
.TagClassName
{
border-color: #EDA08F;
}
</style>