Shades of Tonys Pink #EAA398
Tints of Tonys Pink #EAA398
RGB
CMYK
RGB Variations
Color information
#EAA398 (or 0xEAA398) is known color: Tonys Pink. HEX triplet: EA, A3 and 98. RGB value is (234,163,152). Sum of RGB (Red+Green+Blue) = 234+163+152=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 163 (64.06% from 255 or 29.69% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA398 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA398 is #155C67. Grayscale: #B7B7B7. Windows color (decimal): -1399912 or 10003434. OLE color: 10003434.
HSL color Cylindrical-coordinate representation of color #EAA398: hue angle of 8.05º 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 #EAA398 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 152 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.08 |
| HSL | 8.05º | 0.66% | 0.76% | - |
| HSV(B) | 8.05º | 0.35% | 0.92% | - |
| XYZ | 52.7 | 45.95 | 35.8 | - |
| YUV | 182.98 | 110.52 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 152 | 0 | 0.30 | 0.35 | 0.08 | 8.05 | 0.66 | 0.76 |
| Hex | EA | A3 | 98 | 0 | 1E | 23 | 8 | 8 | 42 | 4C |
| Octal | 352 | 243 | 230 | 0 | 36 | 43 | 10 | 10 | 102 | 114 |
| Binary | 11101010 | 10100011 | 10011000 | 0 | 11110 | 100011 | 1000 | 1000 | 1000010 | 1001100 |
Color Harmonies of #EAA398
Complementary color
Monochromatic Colors of #EAA398
Black with #EAA398
Text Example
Text Example
White with #EAA398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA398; }
p { color: rgb(234,163,152); }
H1.HeaderClassName
{
color: #EAA398;
}
.AnyTagClassName
{
color: #EAA398;
}
</style>
background-color css
<style>
a { background-color: #EAA398; }
a { background-color: rgb(234,163,152); }
div.DivClassName
{
background-color: #EAA398;
}
.BgClassName
{
background-color: #EAA398;
}
</style>
border-color css
<style>
span { border-color: #EAA398; }
span { border-color: rgb(234,163,152); }
td.TdClassName
{
border-color: #EAA398;
}
.TagClassName
{
border-color: #EAA398;
}
</style>