Shades of Tonys Pink #ED9A8D
Tints of Tonys Pink #ED9A8D
RGB
CMYK
RGB Variations
Color information
#ED9A8D (or 0xED9A8D) is known color: Tonys Pink. HEX triplet: ED, 9A and 8D. RGB value is (237,154,141). Sum of RGB (Red+Green+Blue) = 237+154+141=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9A8D is #126572. Grayscale: #B1B1B1. Windows color (decimal): -1205619 or 9280237. OLE color: 9280237.
HSL color Cylindrical-coordinate representation of color #ED9A8D: hue angle of 8.12º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED9A8D is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 154 | 141 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.07 |
| HSL | 8.13º | 0.73% | 0.74% | - |
| HSV(B) | 8.13º | 0.41% | 0.93% | - |
| XYZ | 51.29 | 43.04 | 30.8 | - |
| YUV | 177.34 | 107.5 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 154 | 141 | 0 | 0.35 | 0.41 | 0.07 | 8.13 | 0.73 | 0.74 |
| Hex | ED | 9A | 8D | 0 | 23 | 29 | 7 | 8 | 49 | 4A |
| Octal | 355 | 232 | 215 | 0 | 43 | 51 | 7 | 10 | 111 | 112 |
| Binary | 11101101 | 10011010 | 10001101 | 0 | 100011 | 101001 | 111 | 1000 | 1001001 | 1001010 |
Color Harmonies of #ED9A8D
Complementary color
Monochromatic Colors of #ED9A8D
Black with #ED9A8D
Text Example
Text Example
White with #ED9A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9A8D; }
p { color: rgb(237,154,141); }
H1.HeaderClassName
{
color: #ED9A8D;
}
.AnyTagClassName
{
color: #ED9A8D;
}
</style>
background-color css
<style>
a { background-color: #ED9A8D; }
a { background-color: rgb(237,154,141); }
div.DivClassName
{
background-color: #ED9A8D;
}
.BgClassName
{
background-color: #ED9A8D;
}
</style>
border-color css
<style>
span { border-color: #ED9A8D; }
span { border-color: rgb(237,154,141); }
td.TdClassName
{
border-color: #ED9A8D;
}
.TagClassName
{
border-color: #ED9A8D;
}
</style>