Shades of Tonys Pink #EDA18F
Tints of Tonys Pink #EDA18F
RGB
CMYK
RGB Variations
Color information
#EDA18F (or 0xEDA18F) is known color: Tonys Pink. HEX triplet: ED, A1 and 8F. RGB value is (237,161,143). Sum of RGB (Red+Green+Blue) = 237+161+143=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 143 (56.25% from 255 or 26.43% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA18F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA18F is #125E70. Grayscale: #B5B5B5. Windows color (decimal): -1203825 or 9413101. OLE color: 9413101.
HSL color Cylindrical-coordinate representation of color #EDA18F: hue angle of 11.49º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDA18F is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 143 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.07 |
| HSL | 11.49º | 0.72% | 0.75% | - |
| HSV(B) | 11.49º | 0.4% | 0.93% | - |
| XYZ | 52.63 | 45.48 | 31.99 | - |
| YUV | 181.67 | 106.18 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 143 | 0 | 0.32 | 0.40 | 0.07 | 11.49 | 0.72 | 0.75 |
| Hex | ED | A1 | 8F | 0 | 20 | 28 | 7 | B | 48 | 4B |
| Octal | 355 | 241 | 217 | 0 | 40 | 50 | 7 | 13 | 110 | 113 |
| Binary | 11101101 | 10100001 | 10001111 | 0 | 100000 | 101000 | 111 | 1011 | 1001000 | 1001011 |
Color Harmonies of #EDA18F
Complementary color
Monochromatic Colors of #EDA18F
Black with #EDA18F
Text Example
Text Example
White with #EDA18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA18F; }
p { color: rgb(237,161,143); }
H1.HeaderClassName
{
color: #EDA18F;
}
.AnyTagClassName
{
color: #EDA18F;
}
</style>
background-color css
<style>
a { background-color: #EDA18F; }
a { background-color: rgb(237,161,143); }
div.DivClassName
{
background-color: #EDA18F;
}
.BgClassName
{
background-color: #EDA18F;
}
</style>
border-color css
<style>
span { border-color: #EDA18F; }
span { border-color: rgb(237,161,143); }
td.TdClassName
{
border-color: #EDA18F;
}
.TagClassName
{
border-color: #EDA18F;
}
</style>