Shades of Tonys Pink #E09C80
Tints of Tonys Pink #E09C80
RGB
CMYK
RGB Variations
Color information
#E09C80 (or 0xE09C80) is known color: Tonys Pink. HEX triplet: E0, 9C and 80. RGB value is (224,156,128). Sum of RGB (Red+Green+Blue) = 224+156+128=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E09C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09C80 is #1F637F. Grayscale: #ADADAD. Windows color (decimal): -2057088 or 8428768. OLE color: 8428768.
HSL color Cylindrical-coordinate representation of color #E09C80: hue angle of 17.5º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E09C80 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 156 | 128 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.12 |
| HSL | 17.5º | 0.61% | 0.69% | - |
| HSV(B) | 17.5º | 0.43% | 0.88% | - |
| XYZ | 46.53 | 41.18 | 25.92 | - |
| YUV | 173.14 | 102.53 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 128 | 0 | 0.30 | 0.43 | 0.12 | 17.5 | 0.61 | 0.69 |
| Hex | E0 | 9C | 80 | 0 | 1E | 2B | C | 12 | 3D | 45 |
| Octal | 340 | 234 | 200 | 0 | 36 | 53 | 14 | 22 | 75 | 105 |
| Binary | 11100000 | 10011100 | 10000000 | 0 | 11110 | 101011 | 1100 | 10010 | 111101 | 1000101 |
Color Harmonies of #E09C80
Complementary color
Monochromatic Colors of #E09C80
Black with #E09C80
Text Example
Text Example
White with #E09C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09C80; }
p { color: rgb(224,156,128); }
H1.HeaderClassName
{
color: #E09C80;
}
.AnyTagClassName
{
color: #E09C80;
}
</style>
background-color css
<style>
a { background-color: #E09C80; }
a { background-color: rgb(224,156,128); }
div.DivClassName
{
background-color: #E09C80;
}
.BgClassName
{
background-color: #E09C80;
}
</style>
border-color css
<style>
span { border-color: #E09C80; }
span { border-color: rgb(224,156,128); }
td.TdClassName
{
border-color: #E09C80;
}
.TagClassName
{
border-color: #E09C80;
}
</style>