Shades of Tonys Pink #EA9D83
Tints of Tonys Pink #EA9D83
RGB
CMYK
RGB Variations
Color information
#EA9D83 (or 0xEA9D83) is known color: Tonys Pink. HEX triplet: EA, 9D and 83. RGB value is (234,157,131). Sum of RGB (Red+Green+Blue) = 234+157+131=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 131 (51.56% from 255 or 25.10% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9D83 is #15627C. Grayscale: #B1B1B1. Windows color (decimal): -1401469 or 8625642. OLE color: 8625642.
HSL color Cylindrical-coordinate representation of color #EA9D83: hue angle of 15.15º 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 #EA9D83 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 157 | 131 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.08 |
| HSL | 15.15º | 0.71% | 0.72% | - |
| HSV(B) | 15.15º | 0.44% | 0.92% | - |
| XYZ | 50.09 | 43.25 | 27.18 | - |
| YUV | 177.06 | 102.01 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 157 | 131 | 0 | 0.33 | 0.44 | 0.08 | 15.15 | 0.71 | 0.72 |
| Hex | EA | 9D | 83 | 0 | 21 | 2C | 8 | F | 47 | 48 |
| Octal | 352 | 235 | 203 | 0 | 41 | 54 | 10 | 17 | 107 | 110 |
| Binary | 11101010 | 10011101 | 10000011 | 0 | 100001 | 101100 | 1000 | 1111 | 1000111 | 1001000 |
Color Harmonies of #EA9D83
Complementary color
Monochromatic Colors of #EA9D83
Black with #EA9D83
Text Example
Text Example
White with #EA9D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9D83; }
p { color: rgb(234,157,131); }
H1.HeaderClassName
{
color: #EA9D83;
}
.AnyTagClassName
{
color: #EA9D83;
}
</style>
background-color css
<style>
a { background-color: #EA9D83; }
a { background-color: rgb(234,157,131); }
div.DivClassName
{
background-color: #EA9D83;
}
.BgClassName
{
background-color: #EA9D83;
}
</style>
border-color css
<style>
span { border-color: #EA9D83; }
span { border-color: rgb(234,157,131); }
td.TdClassName
{
border-color: #EA9D83;
}
.TagClassName
{
border-color: #EA9D83;
}
</style>