Shades of Tonys Pink #EA9E83
Tints of Tonys Pink #EA9E83
RGB
CMYK
RGB Variations
Color information
#EA9E83 (or 0xEA9E83) is known color: Tonys Pink. HEX triplet: EA, 9E and 83. RGB value is (234,158,131). Sum of RGB (Red+Green+Blue) = 234+158+131=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 131 (51.56% from 255 or 25.05% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9E83 is #15617C. Grayscale: #B1B1B1. Windows color (decimal): -1401213 or 8625898. OLE color: 8625898.
HSL color Cylindrical-coordinate representation of color #EA9E83: hue angle of 15.73º 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 #EA9E83 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 131 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.08 |
| HSL | 15.73º | 0.71% | 0.72% | - |
| HSV(B) | 15.73º | 0.44% | 0.92% | - |
| XYZ | 50.26 | 43.58 | 27.24 | - |
| YUV | 177.65 | 101.68 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 131 | 0 | 0.32 | 0.44 | 0.08 | 15.73 | 0.71 | 0.72 |
| Hex | EA | 9E | 83 | 0 | 20 | 2C | 8 | 10 | 47 | 48 |
| Octal | 352 | 236 | 203 | 0 | 40 | 54 | 10 | 20 | 107 | 110 |
| Binary | 11101010 | 10011110 | 10000011 | 0 | 100000 | 101100 | 1000 | 10000 | 1000111 | 1001000 |
Color Harmonies of #EA9E83
Complementary color
Monochromatic Colors of #EA9E83
Black with #EA9E83
Text Example
Text Example
White with #EA9E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9E83; }
p { color: rgb(234,158,131); }
H1.HeaderClassName
{
color: #EA9E83;
}
.AnyTagClassName
{
color: #EA9E83;
}
</style>
background-color css
<style>
a { background-color: #EA9E83; }
a { background-color: rgb(234,158,131); }
div.DivClassName
{
background-color: #EA9E83;
}
.BgClassName
{
background-color: #EA9E83;
}
</style>
border-color css
<style>
span { border-color: #EA9E83; }
span { border-color: rgb(234,158,131); }
td.TdClassName
{
border-color: #EA9E83;
}
.TagClassName
{
border-color: #EA9E83;
}
</style>