Shades of Tonys Pink #EA9C91
Tints of Tonys Pink #EA9C91
RGB
CMYK
RGB Variations
Color information
#EA9C91 (or 0xEA9C91) is known color: Tonys Pink. HEX triplet: EA, 9C and 91. RGB value is (234,156,145). Sum of RGB (Red+Green+Blue) = 234+156+145=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 145 (57.03% from 255 or 27.10% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9C91 is #15636E. Grayscale: #B2B2B2. Windows color (decimal): -1401711 or 9542890. OLE color: 9542890.
HSL color Cylindrical-coordinate representation of color #EA9C91: hue angle of 7.42º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA9C91 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 156 | 145 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.08 |
| HSL | 7.42º | 0.68% | 0.74% | - |
| HSV(B) | 7.42º | 0.38% | 0.92% | - |
| XYZ | 50.93 | 43.31 | 32.46 | - |
| YUV | 178.07 | 109.34 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 156 | 145 | 0 | 0.33 | 0.38 | 0.08 | 7.42 | 0.68 | 0.74 |
| Hex | EA | 9C | 91 | 0 | 21 | 26 | 8 | 7 | 44 | 4A |
| Octal | 352 | 234 | 221 | 0 | 41 | 46 | 10 | 7 | 104 | 112 |
| Binary | 11101010 | 10011100 | 10010001 | 0 | 100001 | 100110 | 1000 | 111 | 1000100 | 1001010 |
Color Harmonies of #EA9C91
Complementary color
Monochromatic Colors of #EA9C91
Black with #EA9C91
Text Example
Text Example
White with #EA9C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9C91; }
p { color: rgb(234,156,145); }
H1.HeaderClassName
{
color: #EA9C91;
}
.AnyTagClassName
{
color: #EA9C91;
}
</style>
background-color css
<style>
a { background-color: #EA9C91; }
a { background-color: rgb(234,156,145); }
div.DivClassName
{
background-color: #EA9C91;
}
.BgClassName
{
background-color: #EA9C91;
}
</style>
border-color css
<style>
span { border-color: #EA9C91; }
span { border-color: rgb(234,156,145); }
td.TdClassName
{
border-color: #EA9C91;
}
.TagClassName
{
border-color: #EA9C91;
}
</style>