Shades of Tonys Pink #EDAC8B
Tints of Tonys Pink #EDAC8B
RGB
CMYK
RGB Variations
Color information
#EDAC8B (or 0xEDAC8B) is known color: Tonys Pink. HEX triplet: ED, AC and 8B. RGB value is (237,172,139). Sum of RGB (Red+Green+Blue) = 237+172+139=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 139 (54.69% from 255 or 25.36% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAC8B is #125374. Grayscale: #BBBBBB. Windows color (decimal): -1201013 or 9153773. OLE color: 9153773.
HSL color Cylindrical-coordinate representation of color #EDAC8B: hue angle of 20.2º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDAC8B is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 172 | 139 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.07 |
| HSL | 20.2º | 0.73% | 0.74% | - |
| HSV(B) | 20.2º | 0.41% | 0.93% | - |
| XYZ | 54.34 | 49.37 | 31.09 | - |
| YUV | 187.67 | 100.53 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 139 | 0 | 0.27 | 0.41 | 0.07 | 20.2 | 0.73 | 0.74 |
| Hex | ED | AC | 8B | 0 | 1B | 29 | 7 | 14 | 49 | 4A |
| Octal | 355 | 254 | 213 | 0 | 33 | 51 | 7 | 24 | 111 | 112 |
| Binary | 11101101 | 10101100 | 10001011 | 0 | 11011 | 101001 | 111 | 10100 | 1001001 | 1001010 |
Color Harmonies of #EDAC8B
Complementary color
Monochromatic Colors of #EDAC8B
Black with #EDAC8B
Text Example
Text Example
White with #EDAC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAC8B; }
p { color: rgb(237,172,139); }
H1.HeaderClassName
{
color: #EDAC8B;
}
.AnyTagClassName
{
color: #EDAC8B;
}
</style>
background-color css
<style>
a { background-color: #EDAC8B; }
a { background-color: rgb(237,172,139); }
div.DivClassName
{
background-color: #EDAC8B;
}
.BgClassName
{
background-color: #EDAC8B;
}
</style>
border-color css
<style>
span { border-color: #EDAC8B; }
span { border-color: rgb(237,172,139); }
td.TdClassName
{
border-color: #EDAC8B;
}
.TagClassName
{
border-color: #EDAC8B;
}
</style>