Shades of Tonys Pink #EA9F8C
Tints of Tonys Pink #EA9F8C
RGB
CMYK
RGB Variations
Color information
#EA9F8C (or 0xEA9F8C) is known color: Tonys Pink. HEX triplet: EA, 9F and 8C. RGB value is (234,159,140). Sum of RGB (Red+Green+Blue) = 234+159+140=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9F8C is #156073. Grayscale: #B3B3B3. Windows color (decimal): -1400948 or 9215978. OLE color: 9215978.
HSL color Cylindrical-coordinate representation of color #EA9F8C: hue angle of 12.13º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA9F8C is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 159 | 140 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.08 |
| HSL | 12.13º | 0.69% | 0.73% | - |
| HSV(B) | 12.13º | 0.4% | 0.92% | - |
| XYZ | 51.06 | 44.18 | 30.65 | - |
| YUV | 179.26 | 105.85 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 140 | 0 | 0.32 | 0.40 | 0.08 | 12.13 | 0.69 | 0.73 |
| Hex | EA | 9F | 8C | 0 | 20 | 28 | 8 | C | 45 | 49 |
| Octal | 352 | 237 | 214 | 0 | 40 | 50 | 10 | 14 | 105 | 111 |
| Binary | 11101010 | 10011111 | 10001100 | 0 | 100000 | 101000 | 1000 | 1100 | 1000101 | 1001001 |
Color Harmonies of #EA9F8C
Complementary color
Monochromatic Colors of #EA9F8C
Black with #EA9F8C
Text Example
Text Example
White with #EA9F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9F8C; }
p { color: rgb(234,159,140); }
H1.HeaderClassName
{
color: #EA9F8C;
}
.AnyTagClassName
{
color: #EA9F8C;
}
</style>
background-color css
<style>
a { background-color: #EA9F8C; }
a { background-color: rgb(234,159,140); }
div.DivClassName
{
background-color: #EA9F8C;
}
.BgClassName
{
background-color: #EA9F8C;
}
</style>
border-color css
<style>
span { border-color: #EA9F8C; }
span { border-color: rgb(234,159,140); }
td.TdClassName
{
border-color: #EA9F8C;
}
.TagClassName
{
border-color: #EA9F8C;
}
</style>