Shades of Tonys Pink #EDA593
Tints of Tonys Pink #EDA593
RGB
CMYK
RGB Variations
Color information
#EDA593 (or 0xEDA593) is known color: Tonys Pink. HEX triplet: ED, A5 and 93. RGB value is (237,165,147). Sum of RGB (Red+Green+Blue) = 237+165+147=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 147 (57.81% from 255 or 26.78% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA593 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA593 is #125A6C. Grayscale: #B8B8B8. Windows color (decimal): -1202797 or 9676269. OLE color: 9676269.
HSL color Cylindrical-coordinate representation of color #EDA593: hue angle of 12º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDA593 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 147 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.07 |
| HSL | 12º | 0.71% | 0.75% | - |
| HSV(B) | 12º | 0.38% | 0.93% | - |
| XYZ | 53.65 | 47.02 | 33.85 | - |
| YUV | 184.48 | 106.85 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 147 | 0 | 0.30 | 0.38 | 0.07 | 12 | 0.71 | 0.75 |
| Hex | ED | A5 | 93 | 0 | 1E | 26 | 7 | C | 47 | 4B |
| Octal | 355 | 245 | 223 | 0 | 36 | 46 | 7 | 14 | 107 | 113 |
| Binary | 11101101 | 10100101 | 10010011 | 0 | 11110 | 100110 | 111 | 1100 | 1000111 | 1001011 |
Color Harmonies of #EDA593
Complementary color
Monochromatic Colors of #EDA593
Black with #EDA593
Text Example
Text Example
White with #EDA593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA593; }
p { color: rgb(237,165,147); }
H1.HeaderClassName
{
color: #EDA593;
}
.AnyTagClassName
{
color: #EDA593;
}
</style>
background-color css
<style>
a { background-color: #EDA593; }
a { background-color: rgb(237,165,147); }
div.DivClassName
{
background-color: #EDA593;
}
.BgClassName
{
background-color: #EDA593;
}
</style>
border-color css
<style>
span { border-color: #EDA593; }
span { border-color: rgb(237,165,147); }
td.TdClassName
{
border-color: #EDA593;
}
.TagClassName
{
border-color: #EDA593;
}
</style>