Shades of Tonys Pink #EA9C84
Tints of Tonys Pink #EA9C84
RGB
CMYK
RGB Variations
Color information
#EA9C84 (or 0xEA9C84) is known color: Tonys Pink. HEX triplet: EA, 9C and 84. RGB value is (234,156,132). Sum of RGB (Red+Green+Blue) = 234+156+132=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9C84 is #15637B. Grayscale: #B0B0B0. Windows color (decimal): -1401724 or 8690922. OLE color: 8690922.
HSL color Cylindrical-coordinate representation of color #EA9C84: hue angle of 14.12º 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 #EA9C84 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 156 | 132 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.08 |
| HSL | 14.12º | 0.71% | 0.72% | - |
| HSV(B) | 14.12º | 0.44% | 0.92% | - |
| XYZ | 49.99 | 42.94 | 27.48 | - |
| YUV | 176.59 | 102.84 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 156 | 132 | 0 | 0.33 | 0.44 | 0.08 | 14.12 | 0.71 | 0.72 |
| Hex | EA | 9C | 84 | 0 | 21 | 2C | 8 | E | 47 | 48 |
| Octal | 352 | 234 | 204 | 0 | 41 | 54 | 10 | 16 | 107 | 110 |
| Binary | 11101010 | 10011100 | 10000100 | 0 | 100001 | 101100 | 1000 | 1110 | 1000111 | 1001000 |
Color Harmonies of #EA9C84
Complementary color
Monochromatic Colors of #EA9C84
Black with #EA9C84
Text Example
Text Example
White with #EA9C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9C84; }
p { color: rgb(234,156,132); }
H1.HeaderClassName
{
color: #EA9C84;
}
.AnyTagClassName
{
color: #EA9C84;
}
</style>
background-color css
<style>
a { background-color: #EA9C84; }
a { background-color: rgb(234,156,132); }
div.DivClassName
{
background-color: #EA9C84;
}
.BgClassName
{
background-color: #EA9C84;
}
</style>
border-color css
<style>
span { border-color: #EA9C84; }
span { border-color: rgb(234,156,132); }
td.TdClassName
{
border-color: #EA9C84;
}
.TagClassName
{
border-color: #EA9C84;
}
</style>