Shades of Tonys Pink #EA9C82
Tints of Tonys Pink #EA9C82
RGB
CMYK
RGB Variations
Color information
#EA9C82 (or 0xEA9C82) is known color: Tonys Pink. HEX triplet: EA, 9C and 82. RGB value is (234,156,130). Sum of RGB (Red+Green+Blue) = 234+156+130=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9C82 is #15637D. Grayscale: #B0B0B0. Windows color (decimal): -1401726 or 8559850. OLE color: 8559850.
HSL color Cylindrical-coordinate representation of color #EA9C82: hue angle of 15º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA9C82 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 156 | 130 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.08 |
| HSL | 15º | 0.71% | 0.71% | - |
| HSV(B) | 15º | 0.44% | 0.92% | - |
| XYZ | 49.85 | 42.88 | 26.77 | - |
| YUV | 176.36 | 101.84 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 156 | 130 | 0 | 0.33 | 0.44 | 0.08 | 15 | 0.71 | 0.71 |
| Hex | EA | 9C | 82 | 0 | 21 | 2C | 8 | F | 47 | 47 |
| Octal | 352 | 234 | 202 | 0 | 41 | 54 | 10 | 17 | 107 | 107 |
| Binary | 11101010 | 10011100 | 10000010 | 0 | 100001 | 101100 | 1000 | 1111 | 1000111 | 1000111 |
Color Harmonies of #EA9C82
Complementary color
Monochromatic Colors of #EA9C82
Black with #EA9C82
Text Example
Text Example
White with #EA9C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9C82; }
p { color: rgb(234,156,130); }
H1.HeaderClassName
{
color: #EA9C82;
}
.AnyTagClassName
{
color: #EA9C82;
}
</style>
background-color css
<style>
a { background-color: #EA9C82; }
a { background-color: rgb(234,156,130); }
div.DivClassName
{
background-color: #EA9C82;
}
.BgClassName
{
background-color: #EA9C82;
}
</style>
border-color css
<style>
span { border-color: #EA9C82; }
span { border-color: rgb(234,156,130); }
td.TdClassName
{
border-color: #EA9C82;
}
.TagClassName
{
border-color: #EA9C82;
}
</style>