Shades of Tonys Pink #E09B85
Tints of Tonys Pink #E09B85
RGB
CMYK
RGB Variations
Color information
#E09B85 (or 0xE09B85) is known color: Tonys Pink. HEX triplet: E0, 9B and 85. RGB value is (224,155,133). Sum of RGB (Red+Green+Blue) = 224+155+133=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E09B85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09B85 is #1F647A. Grayscale: #ADADAD. Windows color (decimal): -2057339 or 8756192. OLE color: 8756192.
HSL color Cylindrical-coordinate representation of color #E09B85: hue angle of 14.51º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E09B85 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 133 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.12 |
| HSL | 14.51º | 0.59% | 0.7% | - |
| HSV(B) | 14.51º | 0.41% | 0.88% | - |
| XYZ | 46.7 | 40.98 | 27.64 | - |
| YUV | 173.12 | 105.36 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 133 | 0 | 0.31 | 0.41 | 0.12 | 14.51 | 0.59 | 0.7 |
| Hex | E0 | 9B | 85 | 0 | 1F | 29 | C | F | 3B | 46 |
| Octal | 340 | 233 | 205 | 0 | 37 | 51 | 14 | 17 | 73 | 106 |
| Binary | 11100000 | 10011011 | 10000101 | 0 | 11111 | 101001 | 1100 | 1111 | 111011 | 1000110 |
Color Harmonies of #E09B85
Complementary color
Monochromatic Colors of #E09B85
Black with #E09B85
Text Example
Text Example
White with #E09B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09B85; }
p { color: rgb(224,155,133); }
H1.HeaderClassName
{
color: #E09B85;
}
.AnyTagClassName
{
color: #E09B85;
}
</style>
background-color css
<style>
a { background-color: #E09B85; }
a { background-color: rgb(224,155,133); }
div.DivClassName
{
background-color: #E09B85;
}
.BgClassName
{
background-color: #E09B85;
}
</style>
border-color css
<style>
span { border-color: #E09B85; }
span { border-color: rgb(224,155,133); }
td.TdClassName
{
border-color: #E09B85;
}
.TagClassName
{
border-color: #E09B85;
}
</style>