Shades of Tonys Pink #EA9D81
Tints of Tonys Pink #EA9D81
RGB
CMYK
RGB Variations
Color information
#EA9D81 (or 0xEA9D81) is known color: Tonys Pink. HEX triplet: EA, 9D and 81. RGB value is (234,157,129). Sum of RGB (Red+Green+Blue) = 234+157+129=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9D81 is #15627E. Grayscale: #B1B1B1. Windows color (decimal): -1401471 or 8494570. OLE color: 8494570.
HSL color Cylindrical-coordinate representation of color #EA9D81: hue angle of 16º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA9D81 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 157 | 129 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.08 |
| HSL | 16º | 0.71% | 0.71% | - |
| HSV(B) | 16º | 0.45% | 0.92% | - |
| XYZ | 49.95 | 43.19 | 26.47 | - |
| YUV | 176.83 | 101.01 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 157 | 129 | 0 | 0.33 | 0.45 | 0.08 | 16 | 0.71 | 0.71 |
| Hex | EA | 9D | 81 | 0 | 21 | 2D | 8 | 10 | 47 | 47 |
| Octal | 352 | 235 | 201 | 0 | 41 | 55 | 10 | 20 | 107 | 107 |
| Binary | 11101010 | 10011101 | 10000001 | 0 | 100001 | 101101 | 1000 | 10000 | 1000111 | 1000111 |
Color Harmonies of #EA9D81
Complementary color
Monochromatic Colors of #EA9D81
Black with #EA9D81
Text Example
Text Example
White with #EA9D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9D81; }
p { color: rgb(234,157,129); }
H1.HeaderClassName
{
color: #EA9D81;
}
.AnyTagClassName
{
color: #EA9D81;
}
</style>
background-color css
<style>
a { background-color: #EA9D81; }
a { background-color: rgb(234,157,129); }
div.DivClassName
{
background-color: #EA9D81;
}
.BgClassName
{
background-color: #EA9D81;
}
</style>
border-color css
<style>
span { border-color: #EA9D81; }
span { border-color: rgb(234,157,129); }
td.TdClassName
{
border-color: #EA9D81;
}
.TagClassName
{
border-color: #EA9D81;
}
</style>