Shades of Tonys Pink #EAA490
Tints of Tonys Pink #EAA490
RGB
CMYK
RGB Variations
Color information
#EAA490 (or 0xEAA490) is known color: Tonys Pink. HEX triplet: EA, A4 and 90. RGB value is (234,164,144). Sum of RGB (Red+Green+Blue) = 234+164+144=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA490 is #155B6F. Grayscale: #B6B6B6. Windows color (decimal): -1399664 or 9479402. OLE color: 9479402.
HSL color Cylindrical-coordinate representation of color #EAA490: hue angle of 13.33º 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 #EAA490 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 164 | 144 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.08 |
| HSL | 13.33º | 0.68% | 0.74% | - |
| HSV(B) | 13.33º | 0.38% | 0.92% | - |
| XYZ | 52.24 | 46.06 | 32.52 | - |
| YUV | 182.65 | 106.19 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 144 | 0 | 0.30 | 0.38 | 0.08 | 13.33 | 0.68 | 0.74 |
| Hex | EA | A4 | 90 | 0 | 1E | 26 | 8 | D | 44 | 4A |
| Octal | 352 | 244 | 220 | 0 | 36 | 46 | 10 | 15 | 104 | 112 |
| Binary | 11101010 | 10100100 | 10010000 | 0 | 11110 | 100110 | 1000 | 1101 | 1000100 | 1001010 |
Color Harmonies of #EAA490
Complementary color
Monochromatic Colors of #EAA490
Black with #EAA490
Text Example
Text Example
White with #EAA490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA490; }
p { color: rgb(234,164,144); }
H1.HeaderClassName
{
color: #EAA490;
}
.AnyTagClassName
{
color: #EAA490;
}
</style>
background-color css
<style>
a { background-color: #EAA490; }
a { background-color: rgb(234,164,144); }
div.DivClassName
{
background-color: #EAA490;
}
.BgClassName
{
background-color: #EAA490;
}
</style>
border-color css
<style>
span { border-color: #EAA490; }
span { border-color: rgb(234,164,144); }
td.TdClassName
{
border-color: #EAA490;
}
.TagClassName
{
border-color: #EAA490;
}
</style>