Shades of Tonys Pink #EDA183
Tints of Tonys Pink #EDA183
RGB
CMYK
RGB Variations
Color information
#EDA183 (or 0xEDA183) is known color: Tonys Pink. HEX triplet: ED, A1 and 83. RGB value is (237,161,131). Sum of RGB (Red+Green+Blue) = 237+161+131=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 131 (51.56% from 255 or 24.76% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA183 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA183 is #125E7C. Grayscale: #B4B4B4. Windows color (decimal): -1203837 or 8626669. OLE color: 8626669.
HSL color Cylindrical-coordinate representation of color #EDA183: hue angle of 16.98º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDA183 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 131 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.07 |
| HSL | 16.98º | 0.75% | 0.72% | - |
| HSV(B) | 16.98º | 0.45% | 0.93% | - |
| XYZ | 51.77 | 45.13 | 27.46 | - |
| YUV | 180.3 | 100.18 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 131 | 0 | 0.32 | 0.45 | 0.07 | 16.98 | 0.75 | 0.72 |
| Hex | ED | A1 | 83 | 0 | 20 | 2D | 7 | 11 | 4B | 48 |
| Octal | 355 | 241 | 203 | 0 | 40 | 55 | 7 | 21 | 113 | 110 |
| Binary | 11101101 | 10100001 | 10000011 | 0 | 100000 | 101101 | 111 | 10001 | 1001011 | 1001000 |
Color Harmonies of #EDA183
Complementary color
Monochromatic Colors of #EDA183
Black with #EDA183
Text Example
Text Example
White with #EDA183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA183; }
p { color: rgb(237,161,131); }
H1.HeaderClassName
{
color: #EDA183;
}
.AnyTagClassName
{
color: #EDA183;
}
</style>
background-color css
<style>
a { background-color: #EDA183; }
a { background-color: rgb(237,161,131); }
div.DivClassName
{
background-color: #EDA183;
}
.BgClassName
{
background-color: #EDA183;
}
</style>
border-color css
<style>
span { border-color: #EDA183; }
span { border-color: rgb(237,161,131); }
td.TdClassName
{
border-color: #EDA183;
}
.TagClassName
{
border-color: #EDA183;
}
</style>