Shades of Tonys Pink #EA9C83
Tints of Tonys Pink #EA9C83
RGB
CMYK
RGB Variations
Color information
#EA9C83 (or 0xEA9C83) is known color: Tonys Pink. HEX triplet: EA, 9C and 83. RGB value is (234,156,131). Sum of RGB (Red+Green+Blue) = 234+156+131=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 131 (51.56% from 255 or 25.14% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9C83 is #15637C. Grayscale: #B0B0B0. Windows color (decimal): -1401725 or 8625386. OLE color: 8625386.
HSL color Cylindrical-coordinate representation of color #EA9C83: hue angle of 14.56º 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 #EA9C83 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 156 | 131 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.08 |
| HSL | 14.56º | 0.71% | 0.72% | - |
| HSV(B) | 14.56º | 0.44% | 0.92% | - |
| XYZ | 49.92 | 42.91 | 27.12 | - |
| YUV | 176.47 | 102.34 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 156 | 131 | 0 | 0.33 | 0.44 | 0.08 | 14.56 | 0.71 | 0.72 |
| Hex | EA | 9C | 83 | 0 | 21 | 2C | 8 | F | 47 | 48 |
| Octal | 352 | 234 | 203 | 0 | 41 | 54 | 10 | 17 | 107 | 110 |
| Binary | 11101010 | 10011100 | 10000011 | 0 | 100001 | 101100 | 1000 | 1111 | 1000111 | 1001000 |
Color Harmonies of #EA9C83
Complementary color
Monochromatic Colors of #EA9C83
Black with #EA9C83
Text Example
Text Example
White with #EA9C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9C83; }
p { color: rgb(234,156,131); }
H1.HeaderClassName
{
color: #EA9C83;
}
.AnyTagClassName
{
color: #EA9C83;
}
</style>
background-color css
<style>
a { background-color: #EA9C83; }
a { background-color: rgb(234,156,131); }
div.DivClassName
{
background-color: #EA9C83;
}
.BgClassName
{
background-color: #EA9C83;
}
</style>
border-color css
<style>
span { border-color: #EA9C83; }
span { border-color: rgb(234,156,131); }
td.TdClassName
{
border-color: #EA9C83;
}
.TagClassName
{
border-color: #EA9C83;
}
</style>