Shades of Tonys Pink #EDA890
Tints of Tonys Pink #EDA890
RGB
CMYK
RGB Variations
Color information
#EDA890 (or 0xEDA890) is known color: Tonys Pink. HEX triplet: ED, A8 and 90. RGB value is (237,168,144). Sum of RGB (Red+Green+Blue) = 237+168+144=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 144 (56.64% from 255 or 26.23% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA890 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA890 is #12576F. Grayscale: #BABABA. Windows color (decimal): -1202032 or 9480429. OLE color: 9480429.
HSL color Cylindrical-coordinate representation of color #EDA890: hue angle of 15.48º 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 #EDA890 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 144 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.07 |
| HSL | 15.48º | 0.72% | 0.75% | - |
| HSV(B) | 15.48º | 0.39% | 0.93% | - |
| XYZ | 53.96 | 48.02 | 32.81 | - |
| YUV | 185.9 | 104.36 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 144 | 0 | 0.29 | 0.39 | 0.07 | 15.48 | 0.72 | 0.75 |
| Hex | ED | A8 | 90 | 0 | 1D | 27 | 7 | F | 48 | 4B |
| Octal | 355 | 250 | 220 | 0 | 35 | 47 | 7 | 17 | 110 | 113 |
| Binary | 11101101 | 10101000 | 10010000 | 0 | 11101 | 100111 | 111 | 1111 | 1001000 | 1001011 |
Color Harmonies of #EDA890
Complementary color
Monochromatic Colors of #EDA890
Black with #EDA890
Text Example
Text Example
White with #EDA890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA890; }
p { color: rgb(237,168,144); }
H1.HeaderClassName
{
color: #EDA890;
}
.AnyTagClassName
{
color: #EDA890;
}
</style>
background-color css
<style>
a { background-color: #EDA890; }
a { background-color: rgb(237,168,144); }
div.DivClassName
{
background-color: #EDA890;
}
.BgClassName
{
background-color: #EDA890;
}
</style>
border-color css
<style>
span { border-color: #EDA890; }
span { border-color: rgb(237,168,144); }
td.TdClassName
{
border-color: #EDA890;
}
.TagClassName
{
border-color: #EDA890;
}
</style>