Shades of Tonys Pink #EDA48C
Tints of Tonys Pink #EDA48C
RGB
CMYK
RGB Variations
Color information
#EDA48C (or 0xEDA48C) is known color: Tonys Pink. HEX triplet: ED, A4 and 8C. RGB value is (237,164,140). Sum of RGB (Red+Green+Blue) = 237+164+140=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 140 (55.08% from 255 or 25.88% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA48C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA48C is #125B73. Grayscale: #B7B7B7. Windows color (decimal): -1203060 or 9217261. OLE color: 9217261.
HSL color Cylindrical-coordinate representation of color #EDA48C: hue angle of 14.85º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDA48C is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 140 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.07 |
| HSL | 14.85º | 0.73% | 0.74% | - |
| HSV(B) | 14.85º | 0.41% | 0.93% | - |
| XYZ | 52.93 | 46.45 | 30.99 | - |
| YUV | 183.09 | 103.68 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 140 | 0 | 0.31 | 0.41 | 0.07 | 14.85 | 0.73 | 0.74 |
| Hex | ED | A4 | 8C | 0 | 1F | 29 | 7 | F | 49 | 4A |
| Octal | 355 | 244 | 214 | 0 | 37 | 51 | 7 | 17 | 111 | 112 |
| Binary | 11101101 | 10100100 | 10001100 | 0 | 11111 | 101001 | 111 | 1111 | 1001001 | 1001010 |
Color Harmonies of #EDA48C
Complementary color
Monochromatic Colors of #EDA48C
Black with #EDA48C
Text Example
Text Example
White with #EDA48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA48C; }
p { color: rgb(237,164,140); }
H1.HeaderClassName
{
color: #EDA48C;
}
.AnyTagClassName
{
color: #EDA48C;
}
</style>
background-color css
<style>
a { background-color: #EDA48C; }
a { background-color: rgb(237,164,140); }
div.DivClassName
{
background-color: #EDA48C;
}
.BgClassName
{
background-color: #EDA48C;
}
</style>
border-color css
<style>
span { border-color: #EDA48C; }
span { border-color: rgb(237,164,140); }
td.TdClassName
{
border-color: #EDA48C;
}
.TagClassName
{
border-color: #EDA48C;
}
</style>