Shades of Tonys Pink #EA9B83
Tints of Tonys Pink #EA9B83
RGB
CMYK
RGB Variations
Color information
#EA9B83 (or 0xEA9B83) is known color: Tonys Pink. HEX triplet: EA, 9B and 83. RGB value is (234,155,131). Sum of RGB (Red+Green+Blue) = 234+155+131=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9B83 is #15647C. Grayscale: #B0B0B0. Windows color (decimal): -1401981 or 8625130. OLE color: 8625130.
HSL color Cylindrical-coordinate representation of color #EA9B83: hue angle of 13.98º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA9B83 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 155 | 131 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.08 |
| HSL | 13.98º | 0.71% | 0.72% | - |
| HSV(B) | 13.98º | 0.44% | 0.92% | - |
| XYZ | 49.75 | 42.57 | 27.07 | - |
| YUV | 175.89 | 102.67 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 155 | 131 | 0 | 0.34 | 0.44 | 0.08 | 13.98 | 0.71 | 0.72 |
| Hex | EA | 9B | 83 | 0 | 22 | 2C | 8 | E | 47 | 48 |
| Octal | 352 | 233 | 203 | 0 | 42 | 54 | 10 | 16 | 107 | 110 |
| Binary | 11101010 | 10011011 | 10000011 | 0 | 100010 | 101100 | 1000 | 1110 | 1000111 | 1001000 |
Color Harmonies of #EA9B83
Complementary color
Monochromatic Colors of #EA9B83
Black with #EA9B83
Text Example
Text Example
White with #EA9B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9B83; }
p { color: rgb(234,155,131); }
H1.HeaderClassName
{
color: #EA9B83;
}
.AnyTagClassName
{
color: #EA9B83;
}
</style>
background-color css
<style>
a { background-color: #EA9B83; }
a { background-color: rgb(234,155,131); }
div.DivClassName
{
background-color: #EA9B83;
}
.BgClassName
{
background-color: #EA9B83;
}
</style>
border-color css
<style>
span { border-color: #EA9B83; }
span { border-color: rgb(234,155,131); }
td.TdClassName
{
border-color: #EA9B83;
}
.TagClassName
{
border-color: #EA9B83;
}
</style>