Shades of Tonys Pink #EDA096
Tints of Tonys Pink #EDA096
RGB
CMYK
RGB Variations
Color information
#EDA096 (or 0xEDA096) is known color: Tonys Pink. HEX triplet: ED, A0 and 96. RGB value is (237,160,150). Sum of RGB (Red+Green+Blue) = 237+160+150=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA096 is #125F69. Grayscale: #B6B6B6. Windows color (decimal): -1204074 or 9871597. OLE color: 9871597.
HSL color Cylindrical-coordinate representation of color #EDA096: hue angle of 6.9º 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 #EDA096 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 150 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.07 |
| HSL | 6.9º | 0.71% | 0.76% | - |
| HSV(B) | 6.9º | 0.37% | 0.93% | - |
| XYZ | 53 | 45.35 | 34.81 | - |
| YUV | 181.88 | 110.01 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 150 | 0 | 0.32 | 0.37 | 0.07 | 6.9 | 0.71 | 0.76 |
| Hex | ED | A0 | 96 | 0 | 20 | 25 | 7 | 7 | 47 | 4C |
| Octal | 355 | 240 | 226 | 0 | 40 | 45 | 7 | 7 | 107 | 114 |
| Binary | 11101101 | 10100000 | 10010110 | 0 | 100000 | 100101 | 111 | 111 | 1000111 | 1001100 |
Color Harmonies of #EDA096
Complementary color
Monochromatic Colors of #EDA096
Black with #EDA096
Text Example
Text Example
White with #EDA096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA096; }
p { color: rgb(237,160,150); }
H1.HeaderClassName
{
color: #EDA096;
}
.AnyTagClassName
{
color: #EDA096;
}
</style>
background-color css
<style>
a { background-color: #EDA096; }
a { background-color: rgb(237,160,150); }
div.DivClassName
{
background-color: #EDA096;
}
.BgClassName
{
background-color: #EDA096;
}
</style>
border-color css
<style>
span { border-color: #EDA096; }
span { border-color: rgb(237,160,150); }
td.TdClassName
{
border-color: #EDA096;
}
.TagClassName
{
border-color: #EDA096;
}
</style>