Shades of Tonys Pink #EDA180
Tints of Tonys Pink #EDA180
RGB
CMYK
RGB Variations
Color information
#EDA180 (or 0xEDA180) is known color: Tonys Pink. HEX triplet: ED, A1 and 80. RGB value is (237,161,128). Sum of RGB (Red+Green+Blue) = 237+161+128=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA180 is #125E7F. Grayscale: #B4B4B4. Windows color (decimal): -1203840 or 8430061. OLE color: 8430061.
HSL color Cylindrical-coordinate representation of color #EDA180: hue angle of 18.17º 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 #EDA180 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 128 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.07 |
| HSL | 18.17º | 0.75% | 0.72% | - |
| HSV(B) | 18.17º | 0.46% | 0.93% | - |
| XYZ | 51.57 | 45.05 | 26.4 | - |
| YUV | 179.96 | 98.68 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 128 | 0 | 0.32 | 0.46 | 0.07 | 18.17 | 0.75 | 0.72 |
| Hex | ED | A1 | 80 | 0 | 20 | 2E | 7 | 12 | 4B | 48 |
| Octal | 355 | 241 | 200 | 0 | 40 | 56 | 7 | 22 | 113 | 110 |
| Binary | 11101101 | 10100001 | 10000000 | 0 | 100000 | 101110 | 111 | 10010 | 1001011 | 1001000 |
Color Harmonies of #EDA180
Complementary color
Monochromatic Colors of #EDA180
Black with #EDA180
Text Example
Text Example
White with #EDA180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA180; }
p { color: rgb(237,161,128); }
H1.HeaderClassName
{
color: #EDA180;
}
.AnyTagClassName
{
color: #EDA180;
}
</style>
background-color css
<style>
a { background-color: #EDA180; }
a { background-color: rgb(237,161,128); }
div.DivClassName
{
background-color: #EDA180;
}
.BgClassName
{
background-color: #EDA180;
}
</style>
border-color css
<style>
span { border-color: #EDA180; }
span { border-color: rgb(237,161,128); }
td.TdClassName
{
border-color: #EDA180;
}
.TagClassName
{
border-color: #EDA180;
}
</style>