Shades of Tonys Pink #ED9B8E
Tints of Tonys Pink #ED9B8E
RGB
CMYK
RGB Variations
Color information
#ED9B8E (or 0xED9B8E) is known color: Tonys Pink. HEX triplet: ED, 9B and 8E. RGB value is (237,155,142). Sum of RGB (Red+Green+Blue) = 237+155+142=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9B8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9B8E is #126471. Grayscale: #B2B2B2. Windows color (decimal): -1205362 or 9346029. OLE color: 9346029.
HSL color Cylindrical-coordinate representation of color #ED9B8E: hue angle of 8.21º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED9B8E is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 155 | 142 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.07 |
| HSL | 8.21º | 0.73% | 0.74% | - |
| HSV(B) | 8.21º | 0.4% | 0.93% | - |
| XYZ | 51.53 | 43.4 | 31.25 | - |
| YUV | 178.04 | 107.67 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 155 | 142 | 0 | 0.35 | 0.40 | 0.07 | 8.21 | 0.73 | 0.74 |
| Hex | ED | 9B | 8E | 0 | 23 | 28 | 7 | 8 | 49 | 4A |
| Octal | 355 | 233 | 216 | 0 | 43 | 50 | 7 | 10 | 111 | 112 |
| Binary | 11101101 | 10011011 | 10001110 | 0 | 100011 | 101000 | 111 | 1000 | 1001001 | 1001010 |
Color Harmonies of #ED9B8E
Complementary color
Monochromatic Colors of #ED9B8E
Black with #ED9B8E
Text Example
Text Example
White with #ED9B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9B8E; }
p { color: rgb(237,155,142); }
H1.HeaderClassName
{
color: #ED9B8E;
}
.AnyTagClassName
{
color: #ED9B8E;
}
</style>
background-color css
<style>
a { background-color: #ED9B8E; }
a { background-color: rgb(237,155,142); }
div.DivClassName
{
background-color: #ED9B8E;
}
.BgClassName
{
background-color: #ED9B8E;
}
</style>
border-color css
<style>
span { border-color: #ED9B8E; }
span { border-color: rgb(237,155,142); }
td.TdClassName
{
border-color: #ED9B8E;
}
.TagClassName
{
border-color: #ED9B8E;
}
</style>