Shades of Tonys Pink #E4A590
Tints of Tonys Pink #E4A590
RGB
CMYK
RGB Variations
Color information
#E4A590 (or 0xE4A590) is known color: Tonys Pink. HEX triplet: E4, A5 and 90. RGB value is (228,165,144). Sum of RGB (Red+Green+Blue) = 228+165+144=537 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.46% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 144 (56.64% from 255 or 26.82% from 537); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4A590 is #1B5A6F. Grayscale: #B5B5B5. Windows color (decimal): -1792624 or 9479652. OLE color: 9479652.
HSL color Cylindrical-coordinate representation of color #E4A590: hue angle of 15º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E4A590 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 165 | 144 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.11 |
| HSL | 15º | 0.61% | 0.73% | - |
| HSV(B) | 15º | 0.37% | 0.89% | - |
| XYZ | 50.48 | 45.42 | 32.49 | - |
| YUV | 181.44 | 106.87 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 165 | 144 | 0 | 0.28 | 0.37 | 0.11 | 15 | 0.61 | 0.73 |
| Hex | E4 | A5 | 90 | 0 | 1C | 25 | B | F | 3D | 49 |
| Octal | 344 | 245 | 220 | 0 | 34 | 45 | 13 | 17 | 75 | 111 |
| Binary | 11100100 | 10100101 | 10010000 | 0 | 11100 | 100101 | 1011 | 1111 | 111101 | 1001001 |
Color Harmonies of #E4A590
Complementary color
Monochromatic Colors of #E4A590
Black with #E4A590
Text Example
Text Example
White with #E4A590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A590; }
p { color: rgb(228,165,144); }
H1.HeaderClassName
{
color: #E4A590;
}
.AnyTagClassName
{
color: #E4A590;
}
</style>
background-color css
<style>
a { background-color: #E4A590; }
a { background-color: rgb(228,165,144); }
div.DivClassName
{
background-color: #E4A590;
}
.BgClassName
{
background-color: #E4A590;
}
</style>
border-color css
<style>
span { border-color: #E4A590; }
span { border-color: rgb(228,165,144); }
td.TdClassName
{
border-color: #E4A590;
}
.TagClassName
{
border-color: #E4A590;
}
</style>