Shades of Tonys Pink #E5A594
Tints of Tonys Pink #E5A594
RGB
CMYK
RGB Variations
Color information
#E5A594 (or 0xE5A594) is known color: Tonys Pink. HEX triplet: E5, A5 and 94. RGB value is (229,165,148). Sum of RGB (Red+Green+Blue) = 229+165+148=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A594 is #1A5A6B. Grayscale: #B6B6B6. Windows color (decimal): -1727084 or 9741797. OLE color: 9741797.
HSL color Cylindrical-coordinate representation of color #E5A594: hue angle of 12.59º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5A594 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 165 | 148 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.10 |
| HSL | 12.59º | 0.61% | 0.74% | - |
| HSV(B) | 12.59º | 0.35% | 0.9% | - |
| XYZ | 51.11 | 45.71 | 34.15 | - |
| YUV | 182.2 | 108.7 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 165 | 148 | 0 | 0.28 | 0.35 | 0.10 | 12.59 | 0.61 | 0.74 |
| Hex | E5 | A5 | 94 | 0 | 1C | 23 | A | D | 3D | 4A |
| Octal | 345 | 245 | 224 | 0 | 34 | 43 | 12 | 15 | 75 | 112 |
| Binary | 11100101 | 10100101 | 10010100 | 0 | 11100 | 100011 | 1010 | 1101 | 111101 | 1001010 |
Color Harmonies of #E5A594
Complementary color
Monochromatic Colors of #E5A594
Black with #E5A594
Text Example
Text Example
White with #E5A594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A594; }
p { color: rgb(229,165,148); }
H1.HeaderClassName
{
color: #E5A594;
}
.AnyTagClassName
{
color: #E5A594;
}
</style>
background-color css
<style>
a { background-color: #E5A594; }
a { background-color: rgb(229,165,148); }
div.DivClassName
{
background-color: #E5A594;
}
.BgClassName
{
background-color: #E5A594;
}
</style>
border-color css
<style>
span { border-color: #E5A594; }
span { border-color: rgb(229,165,148); }
td.TdClassName
{
border-color: #E5A594;
}
.TagClassName
{
border-color: #E5A594;
}
</style>