Shades of Tonys Pink #EDA194
Tints of Tonys Pink #EDA194
RGB
CMYK
RGB Variations
Color information
#EDA194 (or 0xEDA194) is known color: Tonys Pink. HEX triplet: ED, A1 and 94. RGB value is (237,161,148). Sum of RGB (Red+Green+Blue) = 237+161+148=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 161 (63.28% from 255 or 29.49% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA194 is #125E6B. Grayscale: #B6B6B6. Windows color (decimal): -1203820 or 9740781. OLE color: 9740781.
HSL color Cylindrical-coordinate representation of color #EDA194: hue angle of 8.76º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDA194 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 148 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.07 |
| HSL | 8.76º | 0.71% | 0.75% | - |
| HSV(B) | 8.76º | 0.38% | 0.93% | - |
| XYZ | 53.02 | 45.63 | 34.03 | - |
| YUV | 182.24 | 108.68 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 148 | 0 | 0.32 | 0.38 | 0.07 | 8.76 | 0.71 | 0.75 |
| Hex | ED | A1 | 94 | 0 | 20 | 26 | 7 | 9 | 47 | 4B |
| Octal | 355 | 241 | 224 | 0 | 40 | 46 | 7 | 11 | 107 | 113 |
| Binary | 11101101 | 10100001 | 10010100 | 0 | 100000 | 100110 | 111 | 1001 | 1000111 | 1001011 |
Color Harmonies of #EDA194
Complementary color
Monochromatic Colors of #EDA194
Black with #EDA194
Text Example
Text Example
White with #EDA194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA194; }
p { color: rgb(237,161,148); }
H1.HeaderClassName
{
color: #EDA194;
}
.AnyTagClassName
{
color: #EDA194;
}
</style>
background-color css
<style>
a { background-color: #EDA194; }
a { background-color: rgb(237,161,148); }
div.DivClassName
{
background-color: #EDA194;
}
.BgClassName
{
background-color: #EDA194;
}
</style>
border-color css
<style>
span { border-color: #EDA194; }
span { border-color: rgb(237,161,148); }
td.TdClassName
{
border-color: #EDA194;
}
.TagClassName
{
border-color: #EDA194;
}
</style>