Shades of Tonys Pink #EDA090
Tints of Tonys Pink #EDA090
RGB
CMYK
RGB Variations
Color information
#EDA090 (or 0xEDA090) is known color: Tonys Pink. HEX triplet: ED, A0 and 90. RGB value is (237,160,144). Sum of RGB (Red+Green+Blue) = 237+160+144=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA090 is #125F6F. Grayscale: #B5B5B5. Windows color (decimal): -1204080 or 9478381. OLE color: 9478381.
HSL color Cylindrical-coordinate representation of color #EDA090: hue angle of 10.32º 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 #EDA090 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 144 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.07 |
| HSL | 10.32º | 0.72% | 0.75% | - |
| HSV(B) | 10.32º | 0.39% | 0.93% | - |
| XYZ | 52.53 | 45.16 | 32.33 | - |
| YUV | 181.2 | 107.01 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 144 | 0 | 0.32 | 0.39 | 0.07 | 10.32 | 0.72 | 0.75 |
| Hex | ED | A0 | 90 | 0 | 20 | 27 | 7 | A | 48 | 4B |
| Octal | 355 | 240 | 220 | 0 | 40 | 47 | 7 | 12 | 110 | 113 |
| Binary | 11101101 | 10100000 | 10010000 | 0 | 100000 | 100111 | 111 | 1010 | 1001000 | 1001011 |
Color Harmonies of #EDA090
Complementary color
Monochromatic Colors of #EDA090
Black with #EDA090
Text Example
Text Example
White with #EDA090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA090; }
p { color: rgb(237,160,144); }
H1.HeaderClassName
{
color: #EDA090;
}
.AnyTagClassName
{
color: #EDA090;
}
</style>
background-color css
<style>
a { background-color: #EDA090; }
a { background-color: rgb(237,160,144); }
div.DivClassName
{
background-color: #EDA090;
}
.BgClassName
{
background-color: #EDA090;
}
</style>
border-color css
<style>
span { border-color: #EDA090; }
span { border-color: rgb(237,160,144); }
td.TdClassName
{
border-color: #EDA090;
}
.TagClassName
{
border-color: #EDA090;
}
</style>