Shades of Tonys Pink #EDA595
Tints of Tonys Pink #EDA595
RGB
CMYK
RGB Variations
Color information
#EDA595 (or 0xEDA595) is known color: Tonys Pink. HEX triplet: ED, A5 and 95. RGB value is (237,165,149). Sum of RGB (Red+Green+Blue) = 237+165+149=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA595 is #125A6A. Grayscale: #B8B8B8. Windows color (decimal): -1202795 or 9807341. OLE color: 9807341.
HSL color Cylindrical-coordinate representation of color #EDA595: hue angle of 10.91º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDA595 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 149 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.07 |
| HSL | 10.91º | 0.71% | 0.76% | - |
| HSV(B) | 10.91º | 0.37% | 0.93% | - |
| XYZ | 53.81 | 47.08 | 34.69 | - |
| YUV | 184.7 | 107.85 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 149 | 0 | 0.30 | 0.37 | 0.07 | 10.91 | 0.71 | 0.76 |
| Hex | ED | A5 | 95 | 0 | 1E | 25 | 7 | B | 47 | 4C |
| Octal | 355 | 245 | 225 | 0 | 36 | 45 | 7 | 13 | 107 | 114 |
| Binary | 11101101 | 10100101 | 10010101 | 0 | 11110 | 100101 | 111 | 1011 | 1000111 | 1001100 |
Color Harmonies of #EDA595
Complementary color
Monochromatic Colors of #EDA595
Black with #EDA595
Text Example
Text Example
White with #EDA595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA595; }
p { color: rgb(237,165,149); }
H1.HeaderClassName
{
color: #EDA595;
}
.AnyTagClassName
{
color: #EDA595;
}
</style>
background-color css
<style>
a { background-color: #EDA595; }
a { background-color: rgb(237,165,149); }
div.DivClassName
{
background-color: #EDA595;
}
.BgClassName
{
background-color: #EDA595;
}
</style>
border-color css
<style>
span { border-color: #EDA595; }
span { border-color: rgb(237,165,149); }
td.TdClassName
{
border-color: #EDA595;
}
.TagClassName
{
border-color: #EDA595;
}
</style>