Shades of Tonys Pink #EAAA90
Tints of Tonys Pink #EAAA90
RGB
CMYK
RGB Variations
Color information
#EAAA90 (or 0xEAAA90) is known color: Tonys Pink. HEX triplet: EA, AA and 90. RGB value is (234,170,144). Sum of RGB (Red+Green+Blue) = 234+170+144=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 144 (56.64% from 255 or 26.28% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAA90 is #15556F. Grayscale: #BABABA. Windows color (decimal): -1398128 or 9480938. OLE color: 9480938.
HSL color Cylindrical-coordinate representation of color #EAAA90: hue angle of 17.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 #EAAA90 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 144 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.08 |
| HSL | 17.33º | 0.68% | 0.74% | - |
| HSV(B) | 17.33º | 0.38% | 0.92% | - |
| XYZ | 53.34 | 48.26 | 32.89 | - |
| YUV | 186.17 | 104.2 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 144 | 0 | 0.27 | 0.38 | 0.08 | 17.33 | 0.68 | 0.74 |
| Hex | EA | AA | 90 | 0 | 1B | 26 | 8 | 11 | 44 | 4A |
| Octal | 352 | 252 | 220 | 0 | 33 | 46 | 10 | 21 | 104 | 112 |
| Binary | 11101010 | 10101010 | 10010000 | 0 | 11011 | 100110 | 1000 | 10001 | 1000100 | 1001010 |
Color Harmonies of #EAAA90
Complementary color
Monochromatic Colors of #EAAA90
Black with #EAAA90
Text Example
Text Example
White with #EAAA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA90; }
p { color: rgb(234,170,144); }
H1.HeaderClassName
{
color: #EAAA90;
}
.AnyTagClassName
{
color: #EAAA90;
}
</style>
background-color css
<style>
a { background-color: #EAAA90; }
a { background-color: rgb(234,170,144); }
div.DivClassName
{
background-color: #EAAA90;
}
.BgClassName
{
background-color: #EAAA90;
}
</style>
border-color css
<style>
span { border-color: #EAAA90; }
span { border-color: rgb(234,170,144); }
td.TdClassName
{
border-color: #EAAA90;
}
.TagClassName
{
border-color: #EAAA90;
}
</style>