Shades of Tonys Pink #EDA48E
Tints of Tonys Pink #EDA48E
RGB
CMYK
RGB Variations
Color information
#EDA48E (or 0xEDA48E) is known color: Tonys Pink. HEX triplet: ED, A4 and 8E. RGB value is (237,164,142). Sum of RGB (Red+Green+Blue) = 237+164+142=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA48E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA48E is #125B71. Grayscale: #B7B7B7. Windows color (decimal): -1203058 or 9348333. OLE color: 9348333.
HSL color Cylindrical-coordinate representation of color #EDA48E: hue angle of 13.89º 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 #EDA48E is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 142 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.07 |
| HSL | 13.89º | 0.73% | 0.74% | - |
| HSV(B) | 13.89º | 0.4% | 0.93% | - |
| XYZ | 53.08 | 46.51 | 31.77 | - |
| YUV | 183.32 | 104.68 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 142 | 0 | 0.31 | 0.40 | 0.07 | 13.89 | 0.73 | 0.74 |
| Hex | ED | A4 | 8E | 0 | 1F | 28 | 7 | E | 49 | 4A |
| Octal | 355 | 244 | 216 | 0 | 37 | 50 | 7 | 16 | 111 | 112 |
| Binary | 11101101 | 10100100 | 10001110 | 0 | 11111 | 101000 | 111 | 1110 | 1001001 | 1001010 |
Color Harmonies of #EDA48E
Complementary color
Monochromatic Colors of #EDA48E
Black with #EDA48E
Text Example
Text Example
White with #EDA48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA48E; }
p { color: rgb(237,164,142); }
H1.HeaderClassName
{
color: #EDA48E;
}
.AnyTagClassName
{
color: #EDA48E;
}
</style>
background-color css
<style>
a { background-color: #EDA48E; }
a { background-color: rgb(237,164,142); }
div.DivClassName
{
background-color: #EDA48E;
}
.BgClassName
{
background-color: #EDA48E;
}
</style>
border-color css
<style>
span { border-color: #EDA48E; }
span { border-color: rgb(237,164,142); }
td.TdClassName
{
border-color: #EDA48E;
}
.TagClassName
{
border-color: #EDA48E;
}
</style>