Shades of Tonys Pink #EDA192
Tints of Tonys Pink #EDA192
RGB
CMYK
RGB Variations
Color information
#EDA192 (or 0xEDA192) is known color: Tonys Pink. HEX triplet: ED, A1 and 92. RGB value is (237,161,146). Sum of RGB (Red+Green+Blue) = 237+161+146=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA192 is #125E6D. Grayscale: #B6B6B6. Windows color (decimal): -1203822 or 9609709. OLE color: 9609709.
HSL color Cylindrical-coordinate representation of color #EDA192: hue angle of 9.89º degrees, saturation: 0.72, 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 #EDA192 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 146 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.07 |
| HSL | 9.89º | 0.72% | 0.75% | - |
| HSV(B) | 9.89º | 0.38% | 0.93% | - |
| XYZ | 52.86 | 45.57 | 33.2 | - |
| YUV | 182.01 | 107.68 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 146 | 0 | 0.32 | 0.38 | 0.07 | 9.89 | 0.72 | 0.75 |
| Hex | ED | A1 | 92 | 0 | 20 | 26 | 7 | A | 48 | 4B |
| Octal | 355 | 241 | 222 | 0 | 40 | 46 | 7 | 12 | 110 | 113 |
| Binary | 11101101 | 10100001 | 10010010 | 0 | 100000 | 100110 | 111 | 1010 | 1001000 | 1001011 |
Color Harmonies of #EDA192
Complementary color
Monochromatic Colors of #EDA192
Black with #EDA192
Text Example
Text Example
White with #EDA192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA192; }
p { color: rgb(237,161,146); }
H1.HeaderClassName
{
color: #EDA192;
}
.AnyTagClassName
{
color: #EDA192;
}
</style>
background-color css
<style>
a { background-color: #EDA192; }
a { background-color: rgb(237,161,146); }
div.DivClassName
{
background-color: #EDA192;
}
.BgClassName
{
background-color: #EDA192;
}
</style>
border-color css
<style>
span { border-color: #EDA192; }
span { border-color: rgb(237,161,146); }
td.TdClassName
{
border-color: #EDA192;
}
.TagClassName
{
border-color: #EDA192;
}
</style>