Shades of Tonys Pink #ED9D90
Tints of Tonys Pink #ED9D90
RGB
CMYK
RGB Variations
Color information
#ED9D90 (or 0xED9D90) is known color: Tonys Pink. HEX triplet: ED, 9D and 90. RGB value is (237,157,144). Sum of RGB (Red+Green+Blue) = 237+157+144=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9D90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9D90 is #12626F. Grayscale: #B3B3B3. Windows color (decimal): -1204848 or 9477613. OLE color: 9477613.
HSL color Cylindrical-coordinate representation of color #ED9D90: hue angle of 8.39º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED9D90 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 157 | 144 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.07 |
| HSL | 8.39º | 0.72% | 0.75% | - |
| HSV(B) | 8.39º | 0.39% | 0.93% | - |
| XYZ | 52.02 | 44.13 | 32.16 | - |
| YUV | 179.44 | 108 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 157 | 144 | 0 | 0.34 | 0.39 | 0.07 | 8.39 | 0.72 | 0.75 |
| Hex | ED | 9D | 90 | 0 | 22 | 27 | 7 | 8 | 48 | 4B |
| Octal | 355 | 235 | 220 | 0 | 42 | 47 | 7 | 10 | 110 | 113 |
| Binary | 11101101 | 10011101 | 10010000 | 0 | 100010 | 100111 | 111 | 1000 | 1001000 | 1001011 |
Color Harmonies of #ED9D90
Complementary color
Monochromatic Colors of #ED9D90
Black with #ED9D90
Text Example
Text Example
White with #ED9D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9D90; }
p { color: rgb(237,157,144); }
H1.HeaderClassName
{
color: #ED9D90;
}
.AnyTagClassName
{
color: #ED9D90;
}
</style>
background-color css
<style>
a { background-color: #ED9D90; }
a { background-color: rgb(237,157,144); }
div.DivClassName
{
background-color: #ED9D90;
}
.BgClassName
{
background-color: #ED9D90;
}
</style>
border-color css
<style>
span { border-color: #ED9D90; }
span { border-color: rgb(237,157,144); }
td.TdClassName
{
border-color: #ED9D90;
}
.TagClassName
{
border-color: #ED9D90;
}
</style>