Shades of Tonys Pink #E09C8C
Tints of Tonys Pink #E09C8C
RGB
CMYK
RGB Variations
Color information
#E09C8C (or 0xE09C8C) is known color: Tonys Pink. HEX triplet: E0, 9C and 8C. RGB value is (224,156,140). Sum of RGB (Red+Green+Blue) = 224+156+140=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E09C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09C8C is #1F6373. Grayscale: #AEAEAE. Windows color (decimal): -2057076 or 9215200. OLE color: 9215200.
HSL color Cylindrical-coordinate representation of color #E09C8C: hue angle of 11.43º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E09C8C is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 156 | 140 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.12 |
| HSL | 11.43º | 0.58% | 0.71% | - |
| HSV(B) | 11.43º | 0.38% | 0.88% | - |
| XYZ | 47.36 | 41.52 | 30.33 | - |
| YUV | 174.51 | 108.53 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 140 | 0 | 0.30 | 0.38 | 0.12 | 11.43 | 0.58 | 0.71 |
| Hex | E0 | 9C | 8C | 0 | 1E | 26 | C | B | 3A | 47 |
| Octal | 340 | 234 | 214 | 0 | 36 | 46 | 14 | 13 | 72 | 107 |
| Binary | 11100000 | 10011100 | 10001100 | 0 | 11110 | 100110 | 1100 | 1011 | 111010 | 1000111 |
Color Harmonies of #E09C8C
Complementary color
Monochromatic Colors of #E09C8C
Black with #E09C8C
Text Example
Text Example
White with #E09C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09C8C; }
p { color: rgb(224,156,140); }
H1.HeaderClassName
{
color: #E09C8C;
}
.AnyTagClassName
{
color: #E09C8C;
}
</style>
background-color css
<style>
a { background-color: #E09C8C; }
a { background-color: rgb(224,156,140); }
div.DivClassName
{
background-color: #E09C8C;
}
.BgClassName
{
background-color: #E09C8C;
}
</style>
border-color css
<style>
span { border-color: #E09C8C; }
span { border-color: rgb(224,156,140); }
td.TdClassName
{
border-color: #E09C8C;
}
.TagClassName
{
border-color: #E09C8C;
}
</style>