Shades of Tonys Pink #EA9A8B
Tints of Tonys Pink #EA9A8B
RGB
CMYK
RGB Variations
Color information
#EA9A8B (or 0xEA9A8B) is known color: Tonys Pink. HEX triplet: EA, 9A and 8B. RGB value is (234,154,139). Sum of RGB (Red+Green+Blue) = 234+154+139=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9A8B is #156574. Grayscale: #B0B0B0. Windows color (decimal): -1402229 or 9149162. OLE color: 9149162.
HSL color Cylindrical-coordinate representation of color #EA9A8B: hue angle of 9.47º degrees, saturation: 0.69, 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 #EA9A8B is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 154 | 139 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.08 |
| HSL | 9.47º | 0.69% | 0.73% | - |
| HSV(B) | 9.47º | 0.41% | 0.92% | - |
| XYZ | 50.15 | 42.47 | 29.98 | - |
| YUV | 176.21 | 107 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 154 | 139 | 0 | 0.34 | 0.41 | 0.08 | 9.47 | 0.69 | 0.73 |
| Hex | EA | 9A | 8B | 0 | 22 | 29 | 8 | 9 | 45 | 49 |
| Octal | 352 | 232 | 213 | 0 | 42 | 51 | 10 | 11 | 105 | 111 |
| Binary | 11101010 | 10011010 | 10001011 | 0 | 100010 | 101001 | 1000 | 1001 | 1000101 | 1001001 |
Color Harmonies of #EA9A8B
Complementary color
Monochromatic Colors of #EA9A8B
Black with #EA9A8B
Text Example
Text Example
White with #EA9A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9A8B; }
p { color: rgb(234,154,139); }
H1.HeaderClassName
{
color: #EA9A8B;
}
.AnyTagClassName
{
color: #EA9A8B;
}
</style>
background-color css
<style>
a { background-color: #EA9A8B; }
a { background-color: rgb(234,154,139); }
div.DivClassName
{
background-color: #EA9A8B;
}
.BgClassName
{
background-color: #EA9A8B;
}
</style>
border-color css
<style>
span { border-color: #EA9A8B; }
span { border-color: rgb(234,154,139); }
td.TdClassName
{
border-color: #EA9A8B;
}
.TagClassName
{
border-color: #EA9A8B;
}
</style>