Shades of Tonys Pink #EDA08A
Tints of Tonys Pink #EDA08A
RGB
CMYK
RGB Variations
Color information
#EDA08A (or 0xEDA08A) is known color: Tonys Pink. HEX triplet: ED, A0 and 8A. RGB value is (237,160,138). Sum of RGB (Red+Green+Blue) = 237+160+138=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA08A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA08A is #125F75. Grayscale: #B4B4B4. Windows color (decimal): -1204086 or 9085165. OLE color: 9085165.
HSL color Cylindrical-coordinate representation of color #EDA08A: hue angle of 13.33º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDA08A is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 138 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.07 |
| HSL | 13.33º | 0.73% | 0.74% | - |
| HSV(B) | 13.33º | 0.42% | 0.93% | - |
| XYZ | 52.08 | 44.98 | 29.98 | - |
| YUV | 180.52 | 104.01 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 138 | 0 | 0.32 | 0.42 | 0.07 | 13.33 | 0.73 | 0.74 |
| Hex | ED | A0 | 8A | 0 | 20 | 2A | 7 | D | 49 | 4A |
| Octal | 355 | 240 | 212 | 0 | 40 | 52 | 7 | 15 | 111 | 112 |
| Binary | 11101101 | 10100000 | 10001010 | 0 | 100000 | 101010 | 111 | 1101 | 1001001 | 1001010 |
Color Harmonies of #EDA08A
Complementary color
Monochromatic Colors of #EDA08A
Black with #EDA08A
Text Example
Text Example
White with #EDA08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA08A; }
p { color: rgb(237,160,138); }
H1.HeaderClassName
{
color: #EDA08A;
}
.AnyTagClassName
{
color: #EDA08A;
}
</style>
background-color css
<style>
a { background-color: #EDA08A; }
a { background-color: rgb(237,160,138); }
div.DivClassName
{
background-color: #EDA08A;
}
.BgClassName
{
background-color: #EDA08A;
}
</style>
border-color css
<style>
span { border-color: #EDA08A; }
span { border-color: rgb(237,160,138); }
td.TdClassName
{
border-color: #EDA08A;
}
.TagClassName
{
border-color: #EDA08A;
}
</style>