Shades of Tonys Pink #EDA892
Tints of Tonys Pink #EDA892
RGB
CMYK
RGB Variations
Color information
#EDA892 (or 0xEDA892) is known color: Tonys Pink. HEX triplet: ED, A8 and 92. RGB value is (237,168,146). Sum of RGB (Red+Green+Blue) = 237+168+146=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 146 (57.42% from 255 or 26.50% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA892 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA892 is #12576D. Grayscale: #BABABA. Windows color (decimal): -1202030 or 9611501. OLE color: 9611501.
HSL color Cylindrical-coordinate representation of color #EDA892: hue angle of 14.51º 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 #EDA892 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 146 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.07 |
| HSL | 14.51º | 0.72% | 0.75% | - |
| HSV(B) | 14.51º | 0.38% | 0.93% | - |
| XYZ | 54.12 | 48.09 | 33.62 | - |
| YUV | 186.12 | 105.36 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 146 | 0 | 0.29 | 0.38 | 0.07 | 14.51 | 0.72 | 0.75 |
| Hex | ED | A8 | 92 | 0 | 1D | 26 | 7 | F | 48 | 4B |
| Octal | 355 | 250 | 222 | 0 | 35 | 46 | 7 | 17 | 110 | 113 |
| Binary | 11101101 | 10101000 | 10010010 | 0 | 11101 | 100110 | 111 | 1111 | 1001000 | 1001011 |
Color Harmonies of #EDA892
Complementary color
Monochromatic Colors of #EDA892
Black with #EDA892
Text Example
Text Example
White with #EDA892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA892; }
p { color: rgb(237,168,146); }
H1.HeaderClassName
{
color: #EDA892;
}
.AnyTagClassName
{
color: #EDA892;
}
</style>
background-color css
<style>
a { background-color: #EDA892; }
a { background-color: rgb(237,168,146); }
div.DivClassName
{
background-color: #EDA892;
}
.BgClassName
{
background-color: #EDA892;
}
</style>
border-color css
<style>
span { border-color: #EDA892; }
span { border-color: rgb(237,168,146); }
td.TdClassName
{
border-color: #EDA892;
}
.TagClassName
{
border-color: #EDA892;
}
</style>