Shades of Tonys Pink #EDA48F
Tints of Tonys Pink #EDA48F
RGB
CMYK
RGB Variations
Color information
#EDA48F (or 0xEDA48F) is known color: Tonys Pink. HEX triplet: ED, A4 and 8F. RGB value is (237,164,143). Sum of RGB (Red+Green+Blue) = 237+164+143=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 164 (64.45% from 255 or 30.15% from 544); Blue value is 143 (56.25% from 255 or 26.29% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA48F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA48F is #125B70. Grayscale: #B7B7B7. Windows color (decimal): -1203057 or 9413869. OLE color: 9413869.
HSL color Cylindrical-coordinate representation of color #EDA48F: hue angle of 13.4º 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 #EDA48F is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 143 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.07 |
| HSL | 13.4º | 0.72% | 0.75% | - |
| HSV(B) | 13.4º | 0.4% | 0.93% | - |
| XYZ | 53.16 | 46.54 | 32.17 | - |
| YUV | 183.43 | 105.18 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 143 | 0 | 0.31 | 0.40 | 0.07 | 13.4 | 0.72 | 0.75 |
| Hex | ED | A4 | 8F | 0 | 1F | 28 | 7 | D | 48 | 4B |
| Octal | 355 | 244 | 217 | 0 | 37 | 50 | 7 | 15 | 110 | 113 |
| Binary | 11101101 | 10100100 | 10001111 | 0 | 11111 | 101000 | 111 | 1101 | 1001000 | 1001011 |
Color Harmonies of #EDA48F
Complementary color
Monochromatic Colors of #EDA48F
Black with #EDA48F
Text Example
Text Example
White with #EDA48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA48F; }
p { color: rgb(237,164,143); }
H1.HeaderClassName
{
color: #EDA48F;
}
.AnyTagClassName
{
color: #EDA48F;
}
</style>
background-color css
<style>
a { background-color: #EDA48F; }
a { background-color: rgb(237,164,143); }
div.DivClassName
{
background-color: #EDA48F;
}
.BgClassName
{
background-color: #EDA48F;
}
</style>
border-color css
<style>
span { border-color: #EDA48F; }
span { border-color: rgb(237,164,143); }
td.TdClassName
{
border-color: #EDA48F;
}
.TagClassName
{
border-color: #EDA48F;
}
</style>