Shades of Tonys Pink #EDA495
Tints of Tonys Pink #EDA495
RGB
CMYK
RGB Variations
Color information
#EDA495 (or 0xEDA495) is known color: Tonys Pink. HEX triplet: ED, A4 and 95. RGB value is (237,164,149). Sum of RGB (Red+Green+Blue) = 237+164+149=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 164 (64.45% from 255 or 29.82% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA495 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA495 is #125B6A. Grayscale: #B8B8B8. Windows color (decimal): -1203051 or 9807085. OLE color: 9807085.
HSL color Cylindrical-coordinate representation of color #EDA495: hue angle of 10.23º 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 #EDA495 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 149 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.07 |
| HSL | 10.23º | 0.71% | 0.76% | - |
| HSV(B) | 10.23º | 0.37% | 0.93% | - |
| XYZ | 53.63 | 46.73 | 34.63 | - |
| YUV | 184.12 | 108.18 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 149 | 0 | 0.31 | 0.37 | 0.07 | 10.23 | 0.71 | 0.76 |
| Hex | ED | A4 | 95 | 0 | 1F | 25 | 7 | A | 47 | 4C |
| Octal | 355 | 244 | 225 | 0 | 37 | 45 | 7 | 12 | 107 | 114 |
| Binary | 11101101 | 10100100 | 10010101 | 0 | 11111 | 100101 | 111 | 1010 | 1000111 | 1001100 |
Color Harmonies of #EDA495
Complementary color
Monochromatic Colors of #EDA495
Black with #EDA495
Text Example
Text Example
White with #EDA495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA495; }
p { color: rgb(237,164,149); }
H1.HeaderClassName
{
color: #EDA495;
}
.AnyTagClassName
{
color: #EDA495;
}
</style>
background-color css
<style>
a { background-color: #EDA495; }
a { background-color: rgb(237,164,149); }
div.DivClassName
{
background-color: #EDA495;
}
.BgClassName
{
background-color: #EDA495;
}
</style>
border-color css
<style>
span { border-color: #EDA495; }
span { border-color: rgb(237,164,149); }
td.TdClassName
{
border-color: #EDA495;
}
.TagClassName
{
border-color: #EDA495;
}
</style>