Shades of Tonys Pink #EA9D85
Tints of Tonys Pink #EA9D85
RGB
CMYK
RGB Variations
Color information
#EA9D85 (or 0xEA9D85) is known color: Tonys Pink. HEX triplet: EA, 9D and 85. RGB value is (234,157,133). Sum of RGB (Red+Green+Blue) = 234+157+133=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9D85 is #15627A. Grayscale: #B1B1B1. Windows color (decimal): -1401467 or 8756714. OLE color: 8756714.
HSL color Cylindrical-coordinate representation of color #EA9D85: hue angle of 14.26º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA9D85 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 157 | 133 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.08 |
| HSL | 14.26º | 0.71% | 0.72% | - |
| HSV(B) | 14.26º | 0.43% | 0.92% | - |
| XYZ | 50.22 | 43.3 | 27.9 | - |
| YUV | 177.29 | 103.01 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 157 | 133 | 0 | 0.33 | 0.43 | 0.08 | 14.26 | 0.71 | 0.72 |
| Hex | EA | 9D | 85 | 0 | 21 | 2B | 8 | E | 47 | 48 |
| Octal | 352 | 235 | 205 | 0 | 41 | 53 | 10 | 16 | 107 | 110 |
| Binary | 11101010 | 10011101 | 10000101 | 0 | 100001 | 101011 | 1000 | 1110 | 1000111 | 1001000 |
Color Harmonies of #EA9D85
Complementary color
Monochromatic Colors of #EA9D85
Black with #EA9D85
Text Example
Text Example
White with #EA9D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9D85; }
p { color: rgb(234,157,133); }
H1.HeaderClassName
{
color: #EA9D85;
}
.AnyTagClassName
{
color: #EA9D85;
}
</style>
background-color css
<style>
a { background-color: #EA9D85; }
a { background-color: rgb(234,157,133); }
div.DivClassName
{
background-color: #EA9D85;
}
.BgClassName
{
background-color: #EA9D85;
}
</style>
border-color css
<style>
span { border-color: #EA9D85; }
span { border-color: rgb(234,157,133); }
td.TdClassName
{
border-color: #EA9D85;
}
.TagClassName
{
border-color: #EA9D85;
}
</style>