Shades of Tonys Pink #E4A58D
Tints of Tonys Pink #E4A58D
RGB
CMYK
RGB Variations
Color information
#E4A58D (or 0xE4A58D) is known color: Tonys Pink. HEX triplet: E4, A5 and 8D. RGB value is (228,165,141). Sum of RGB (Red+Green+Blue) = 228+165+141=534 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.70% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4A58D is #1B5A72. Grayscale: #B5B5B5. Windows color (decimal): -1792627 or 9283044. OLE color: 9283044.
HSL color Cylindrical-coordinate representation of color #E4A58D: hue angle of 16.55º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E4A58D is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 165 | 141 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.11 |
| HSL | 16.55º | 0.62% | 0.72% | - |
| HSV(B) | 16.55º | 0.38% | 0.89% | - |
| XYZ | 50.26 | 45.33 | 31.3 | - |
| YUV | 181.1 | 105.37 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 165 | 141 | 0 | 0.28 | 0.38 | 0.11 | 16.55 | 0.62 | 0.72 |
| Hex | E4 | A5 | 8D | 0 | 1C | 26 | B | 11 | 3E | 48 |
| Octal | 344 | 245 | 215 | 0 | 34 | 46 | 13 | 21 | 76 | 110 |
| Binary | 11100100 | 10100101 | 10001101 | 0 | 11100 | 100110 | 1011 | 10001 | 111110 | 1001000 |
Color Harmonies of #E4A58D
Complementary color
Monochromatic Colors of #E4A58D
Black with #E4A58D
Text Example
Text Example
White with #E4A58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A58D; }
p { color: rgb(228,165,141); }
H1.HeaderClassName
{
color: #E4A58D;
}
.AnyTagClassName
{
color: #E4A58D;
}
</style>
background-color css
<style>
a { background-color: #E4A58D; }
a { background-color: rgb(228,165,141); }
div.DivClassName
{
background-color: #E4A58D;
}
.BgClassName
{
background-color: #E4A58D;
}
</style>
border-color css
<style>
span { border-color: #E4A58D; }
span { border-color: rgb(228,165,141); }
td.TdClassName
{
border-color: #E4A58D;
}
.TagClassName
{
border-color: #E4A58D;
}
</style>