Shades of Tonys Pink #EDA695
Tints of Tonys Pink #EDA695
RGB
CMYK
RGB Variations
Color information
#EDA695 (or 0xEDA695) is known color: Tonys Pink. HEX triplet: ED, A6 and 95. RGB value is (237,166,149). Sum of RGB (Red+Green+Blue) = 237+166+149=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA695 is #12596A. Grayscale: #B9B9B9. Windows color (decimal): -1202539 or 9807597. OLE color: 9807597.
HSL color Cylindrical-coordinate representation of color #EDA695: hue angle of 11.59º 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 #EDA695 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 149 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.07 |
| HSL | 11.59º | 0.71% | 0.76% | - |
| HSV(B) | 11.59º | 0.37% | 0.93% | - |
| XYZ | 53.99 | 47.45 | 34.75 | - |
| YUV | 185.29 | 107.52 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 149 | 0 | 0.30 | 0.37 | 0.07 | 11.59 | 0.71 | 0.76 |
| Hex | ED | A6 | 95 | 0 | 1E | 25 | 7 | C | 47 | 4C |
| Octal | 355 | 246 | 225 | 0 | 36 | 45 | 7 | 14 | 107 | 114 |
| Binary | 11101101 | 10100110 | 10010101 | 0 | 11110 | 100101 | 111 | 1100 | 1000111 | 1001100 |
Color Harmonies of #EDA695
Complementary color
Monochromatic Colors of #EDA695
Black with #EDA695
Text Example
Text Example
White with #EDA695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA695; }
p { color: rgb(237,166,149); }
H1.HeaderClassName
{
color: #EDA695;
}
.AnyTagClassName
{
color: #EDA695;
}
</style>
background-color css
<style>
a { background-color: #EDA695; }
a { background-color: rgb(237,166,149); }
div.DivClassName
{
background-color: #EDA695;
}
.BgClassName
{
background-color: #EDA695;
}
</style>
border-color css
<style>
span { border-color: #EDA695; }
span { border-color: rgb(237,166,149); }
td.TdClassName
{
border-color: #EDA695;
}
.TagClassName
{
border-color: #EDA695;
}
</style>