Shades of Tonys Pink #EDA08E
Tints of Tonys Pink #EDA08E
RGB
CMYK
RGB Variations
Color information
#EDA08E (or 0xEDA08E) is known color: Tonys Pink. HEX triplet: ED, A0 and 8E. RGB value is (237,160,142). Sum of RGB (Red+Green+Blue) = 237+160+142=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA08E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA08E is #125F71. Grayscale: #B5B5B5. Windows color (decimal): -1204082 or 9347309. OLE color: 9347309.
HSL color Cylindrical-coordinate representation of color #EDA08E: hue angle of 11.37º 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 #EDA08E is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 142 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.07 |
| HSL | 11.37º | 0.73% | 0.74% | - |
| HSV(B) | 11.37º | 0.4% | 0.93% | - |
| XYZ | 52.38 | 45.1 | 31.54 | - |
| YUV | 180.97 | 106.01 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 142 | 0 | 0.32 | 0.40 | 0.07 | 11.37 | 0.73 | 0.74 |
| Hex | ED | A0 | 8E | 0 | 20 | 28 | 7 | B | 49 | 4A |
| Octal | 355 | 240 | 216 | 0 | 40 | 50 | 7 | 13 | 111 | 112 |
| Binary | 11101101 | 10100000 | 10001110 | 0 | 100000 | 101000 | 111 | 1011 | 1001001 | 1001010 |
Color Harmonies of #EDA08E
Complementary color
Monochromatic Colors of #EDA08E
Black with #EDA08E
Text Example
Text Example
White with #EDA08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA08E; }
p { color: rgb(237,160,142); }
H1.HeaderClassName
{
color: #EDA08E;
}
.AnyTagClassName
{
color: #EDA08E;
}
</style>
background-color css
<style>
a { background-color: #EDA08E; }
a { background-color: rgb(237,160,142); }
div.DivClassName
{
background-color: #EDA08E;
}
.BgClassName
{
background-color: #EDA08E;
}
</style>
border-color css
<style>
span { border-color: #EDA08E; }
span { border-color: rgb(237,160,142); }
td.TdClassName
{
border-color: #EDA08E;
}
.TagClassName
{
border-color: #EDA08E;
}
</style>