Shades of Tonys Pink #E09C8D
Tints of Tonys Pink #E09C8D
RGB
CMYK
RGB Variations
Color information
#E09C8D (or 0xE09C8D) is known color: Tonys Pink. HEX triplet: E0, 9C and 8D. RGB value is (224,156,141). Sum of RGB (Red+Green+Blue) = 224+156+141=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E09C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09C8D is #1F6372. Grayscale: #AEAEAE. Windows color (decimal): -2057075 or 9280736. OLE color: 9280736.
HSL color Cylindrical-coordinate representation of color #E09C8D: hue angle of 10.84º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E09C8D is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 156 | 141 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.12 |
| HSL | 10.84º | 0.57% | 0.72% | - |
| HSV(B) | 10.84º | 0.37% | 0.88% | - |
| XYZ | 47.44 | 41.55 | 30.72 | - |
| YUV | 174.62 | 109.03 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 141 | 0 | 0.30 | 0.37 | 0.12 | 10.84 | 0.57 | 0.72 |
| Hex | E0 | 9C | 8D | 0 | 1E | 25 | C | B | 39 | 48 |
| Octal | 340 | 234 | 215 | 0 | 36 | 45 | 14 | 13 | 71 | 110 |
| Binary | 11100000 | 10011100 | 10001101 | 0 | 11110 | 100101 | 1100 | 1011 | 111001 | 1001000 |
Color Harmonies of #E09C8D
Complementary color
Monochromatic Colors of #E09C8D
Black with #E09C8D
Text Example
Text Example
White with #E09C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09C8D; }
p { color: rgb(224,156,141); }
H1.HeaderClassName
{
color: #E09C8D;
}
.AnyTagClassName
{
color: #E09C8D;
}
</style>
background-color css
<style>
a { background-color: #E09C8D; }
a { background-color: rgb(224,156,141); }
div.DivClassName
{
background-color: #E09C8D;
}
.BgClassName
{
background-color: #E09C8D;
}
</style>
border-color css
<style>
span { border-color: #E09C8D; }
span { border-color: rgb(224,156,141); }
td.TdClassName
{
border-color: #E09C8D;
}
.TagClassName
{
border-color: #E09C8D;
}
</style>