Shades of Tonys Pink #E4A592
Tints of Tonys Pink #E4A592
RGB
CMYK
RGB Variations
Color information
#E4A592 (or 0xE4A592) is known color: Tonys Pink. HEX triplet: E4, A5 and 92. RGB value is (228,165,146). Sum of RGB (Red+Green+Blue) = 228+165+146=539 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.30% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4A592 is #1B5A6D. Grayscale: #B5B5B5. Windows color (decimal): -1792622 or 9610724. OLE color: 9610724.
HSL color Cylindrical-coordinate representation of color #E4A592: hue angle of 13.9º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E4A592 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 165 | 146 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.11 |
| HSL | 13.9º | 0.6% | 0.73% | - |
| HSV(B) | 13.9º | 0.36% | 0.89% | - |
| XYZ | 50.64 | 45.48 | 33.3 | - |
| YUV | 181.67 | 107.87 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 165 | 146 | 0 | 0.28 | 0.36 | 0.11 | 13.9 | 0.6 | 0.73 |
| Hex | E4 | A5 | 92 | 0 | 1C | 24 | B | E | 3C | 49 |
| Octal | 344 | 245 | 222 | 0 | 34 | 44 | 13 | 16 | 74 | 111 |
| Binary | 11100100 | 10100101 | 10010010 | 0 | 11100 | 100100 | 1011 | 1110 | 111100 | 1001001 |
Color Harmonies of #E4A592
Complementary color
Monochromatic Colors of #E4A592
Black with #E4A592
Text Example
Text Example
White with #E4A592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A592; }
p { color: rgb(228,165,146); }
H1.HeaderClassName
{
color: #E4A592;
}
.AnyTagClassName
{
color: #E4A592;
}
</style>
background-color css
<style>
a { background-color: #E4A592; }
a { background-color: rgb(228,165,146); }
div.DivClassName
{
background-color: #E4A592;
}
.BgClassName
{
background-color: #E4A592;
}
</style>
border-color css
<style>
span { border-color: #E4A592; }
span { border-color: rgb(228,165,146); }
td.TdClassName
{
border-color: #E4A592;
}
.TagClassName
{
border-color: #E4A592;
}
</style>