Shades of Tonys Pink #EDA181
Tints of Tonys Pink #EDA181
RGB
CMYK
RGB Variations
Color information
#EDA181 (or 0xEDA181) is known color: Tonys Pink. HEX triplet: ED, A1 and 81. RGB value is (237,161,129). Sum of RGB (Red+Green+Blue) = 237+161+129=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 129 (50.78% from 255 or 24.48% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA181 is #125E7E. Grayscale: #B4B4B4. Windows color (decimal): -1203839 or 8495597. OLE color: 8495597.
HSL color Cylindrical-coordinate representation of color #EDA181: hue angle of 17.78º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDA181 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 129 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.07 |
| HSL | 17.78º | 0.75% | 0.72% | - |
| HSV(B) | 17.78º | 0.46% | 0.93% | - |
| XYZ | 51.63 | 45.08 | 26.75 | - |
| YUV | 180.08 | 99.18 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 129 | 0 | 0.32 | 0.46 | 0.07 | 17.78 | 0.75 | 0.72 |
| Hex | ED | A1 | 81 | 0 | 20 | 2E | 7 | 12 | 4B | 48 |
| Octal | 355 | 241 | 201 | 0 | 40 | 56 | 7 | 22 | 113 | 110 |
| Binary | 11101101 | 10100001 | 10000001 | 0 | 100000 | 101110 | 111 | 10010 | 1001011 | 1001000 |
Color Harmonies of #EDA181
Complementary color
Monochromatic Colors of #EDA181
Black with #EDA181
Text Example
Text Example
White with #EDA181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA181; }
p { color: rgb(237,161,129); }
H1.HeaderClassName
{
color: #EDA181;
}
.AnyTagClassName
{
color: #EDA181;
}
</style>
background-color css
<style>
a { background-color: #EDA181; }
a { background-color: rgb(237,161,129); }
div.DivClassName
{
background-color: #EDA181;
}
.BgClassName
{
background-color: #EDA181;
}
</style>
border-color css
<style>
span { border-color: #EDA181; }
span { border-color: rgb(237,161,129); }
td.TdClassName
{
border-color: #EDA181;
}
.TagClassName
{
border-color: #EDA181;
}
</style>