Shades of Tonys Pink #ED9E86
Tints of Tonys Pink #ED9E86
RGB
CMYK
RGB Variations
Color information
#ED9E86 (or 0xED9E86) is known color: Tonys Pink. HEX triplet: ED, 9E and 86. RGB value is (237,158,134). Sum of RGB (Red+Green+Blue) = 237+158+134=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 134 (52.73% from 255 or 25.33% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9E86 is #126179. Grayscale: #B3B3B3. Windows color (decimal): -1204602 or 8822509. OLE color: 8822509.
HSL color Cylindrical-coordinate representation of color #ED9E86: hue angle of 13.98º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED9E86 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 158 | 134 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.07 |
| HSL | 13.98º | 0.74% | 0.73% | - |
| HSV(B) | 13.98º | 0.43% | 0.93% | - |
| XYZ | 51.45 | 44.18 | 28.37 | - |
| YUV | 178.89 | 102.67 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 158 | 134 | 0 | 0.33 | 0.43 | 0.07 | 13.98 | 0.74 | 0.73 |
| Hex | ED | 9E | 86 | 0 | 21 | 2B | 7 | E | 4A | 49 |
| Octal | 355 | 236 | 206 | 0 | 41 | 53 | 7 | 16 | 112 | 111 |
| Binary | 11101101 | 10011110 | 10000110 | 0 | 100001 | 101011 | 111 | 1110 | 1001010 | 1001001 |
Color Harmonies of #ED9E86
Complementary color
Monochromatic Colors of #ED9E86
Black with #ED9E86
Text Example
Text Example
White with #ED9E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9E86; }
p { color: rgb(237,158,134); }
H1.HeaderClassName
{
color: #ED9E86;
}
.AnyTagClassName
{
color: #ED9E86;
}
</style>
background-color css
<style>
a { background-color: #ED9E86; }
a { background-color: rgb(237,158,134); }
div.DivClassName
{
background-color: #ED9E86;
}
.BgClassName
{
background-color: #ED9E86;
}
</style>
border-color css
<style>
span { border-color: #ED9E86; }
span { border-color: rgb(237,158,134); }
td.TdClassName
{
border-color: #ED9E86;
}
.TagClassName
{
border-color: #ED9E86;
}
</style>