Shades of Tonys Pink #EA9D8A
Tints of Tonys Pink #EA9D8A
RGB
CMYK
RGB Variations
Color information
#EA9D8A (or 0xEA9D8A) is known color: Tonys Pink. HEX triplet: EA, 9D and 8A. RGB value is (234,157,138). Sum of RGB (Red+Green+Blue) = 234+157+138=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9D8A is #156275. Grayscale: #B2B2B2. Windows color (decimal): -1401462 or 9084394. OLE color: 9084394.
HSL color Cylindrical-coordinate representation of color #EA9D8A: hue angle of 11.88º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA9D8A is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 157 | 138 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.08 |
| HSL | 11.88º | 0.7% | 0.73% | - |
| HSV(B) | 11.88º | 0.41% | 0.92% | - |
| XYZ | 50.58 | 43.44 | 29.76 | - |
| YUV | 177.86 | 105.51 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 157 | 138 | 0 | 0.33 | 0.41 | 0.08 | 11.88 | 0.7 | 0.73 |
| Hex | EA | 9D | 8A | 0 | 21 | 29 | 8 | C | 46 | 49 |
| Octal | 352 | 235 | 212 | 0 | 41 | 51 | 10 | 14 | 106 | 111 |
| Binary | 11101010 | 10011101 | 10001010 | 0 | 100001 | 101001 | 1000 | 1100 | 1000110 | 1001001 |
Color Harmonies of #EA9D8A
Complementary color
Monochromatic Colors of #EA9D8A
Black with #EA9D8A
Text Example
Text Example
White with #EA9D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9D8A; }
p { color: rgb(234,157,138); }
H1.HeaderClassName
{
color: #EA9D8A;
}
.AnyTagClassName
{
color: #EA9D8A;
}
</style>
background-color css
<style>
a { background-color: #EA9D8A; }
a { background-color: rgb(234,157,138); }
div.DivClassName
{
background-color: #EA9D8A;
}
.BgClassName
{
background-color: #EA9D8A;
}
</style>
border-color css
<style>
span { border-color: #EA9D8A; }
span { border-color: rgb(234,157,138); }
td.TdClassName
{
border-color: #EA9D8A;
}
.TagClassName
{
border-color: #EA9D8A;
}
</style>