Shades of Tonys Pink #EAA299
Tints of Tonys Pink #EAA299
RGB
CMYK
RGB Variations
Color information
#EAA299 (or 0xEAA299) is known color: Tonys Pink. HEX triplet: EA, A2 and 99. RGB value is (234,162,153). Sum of RGB (Red+Green+Blue) = 234+162+153=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 153 (60.16% from 255 or 27.87% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA299 is #155D66. Grayscale: #B6B6B6. Windows color (decimal): -1400167 or 10068714. OLE color: 10068714.
HSL color Cylindrical-coordinate representation of color #EAA299: hue angle of 6.67º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAA299 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 162 | 153 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.08 |
| HSL | 6.67º | 0.66% | 0.76% | - |
| HSV(B) | 6.67º | 0.35% | 0.92% | - |
| XYZ | 52.6 | 45.63 | 36.17 | - |
| YUV | 182.5 | 111.35 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 162 | 153 | 0 | 0.31 | 0.35 | 0.08 | 6.67 | 0.66 | 0.76 |
| Hex | EA | A2 | 99 | 0 | 1F | 23 | 8 | 7 | 42 | 4C |
| Octal | 352 | 242 | 231 | 0 | 37 | 43 | 10 | 7 | 102 | 114 |
| Binary | 11101010 | 10100010 | 10011001 | 0 | 11111 | 100011 | 1000 | 111 | 1000010 | 1001100 |
Color Harmonies of #EAA299
Complementary color
Monochromatic Colors of #EAA299
Black with #EAA299
Text Example
Text Example
White with #EAA299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA299; }
p { color: rgb(234,162,153); }
H1.HeaderClassName
{
color: #EAA299;
}
.AnyTagClassName
{
color: #EAA299;
}
</style>
background-color css
<style>
a { background-color: #EAA299; }
a { background-color: rgb(234,162,153); }
div.DivClassName
{
background-color: #EAA299;
}
.BgClassName
{
background-color: #EAA299;
}
</style>
border-color css
<style>
span { border-color: #EAA299; }
span { border-color: rgb(234,162,153); }
td.TdClassName
{
border-color: #EAA299;
}
.TagClassName
{
border-color: #EAA299;
}
</style>