Shades of Tonys Pink #EDA182
Tints of Tonys Pink #EDA182
RGB
CMYK
RGB Variations
Color information
#EDA182 (or 0xEDA182) is known color: Tonys Pink. HEX triplet: ED, A1 and 82. RGB value is (237,161,130). Sum of RGB (Red+Green+Blue) = 237+161+130=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA182 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA182 is #125E7D. Grayscale: #B4B4B4. Windows color (decimal): -1203838 or 8561133. OLE color: 8561133.
HSL color Cylindrical-coordinate representation of color #EDA182: hue angle of 17.38º 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 #EDA182 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 130 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.07 |
| HSL | 17.38º | 0.75% | 0.72% | - |
| HSV(B) | 17.38º | 0.45% | 0.93% | - |
| XYZ | 51.7 | 45.11 | 27.1 | - |
| YUV | 180.19 | 99.68 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 130 | 0 | 0.32 | 0.45 | 0.07 | 17.38 | 0.75 | 0.72 |
| Hex | ED | A1 | 82 | 0 | 20 | 2D | 7 | 11 | 4B | 48 |
| Octal | 355 | 241 | 202 | 0 | 40 | 55 | 7 | 21 | 113 | 110 |
| Binary | 11101101 | 10100001 | 10000010 | 0 | 100000 | 101101 | 111 | 10001 | 1001011 | 1001000 |
Color Harmonies of #EDA182
Complementary color
Monochromatic Colors of #EDA182
Black with #EDA182
Text Example
Text Example
White with #EDA182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA182; }
p { color: rgb(237,161,130); }
H1.HeaderClassName
{
color: #EDA182;
}
.AnyTagClassName
{
color: #EDA182;
}
</style>
background-color css
<style>
a { background-color: #EDA182; }
a { background-color: rgb(237,161,130); }
div.DivClassName
{
background-color: #EDA182;
}
.BgClassName
{
background-color: #EDA182;
}
</style>
border-color css
<style>
span { border-color: #EDA182; }
span { border-color: rgb(237,161,130); }
td.TdClassName
{
border-color: #EDA182;
}
.TagClassName
{
border-color: #EDA182;
}
</style>