Shades of Tonys Pink #E09484
Tints of Tonys Pink #E09484
RGB
CMYK
RGB Variations
Color information
#E09484 (or 0xE09484) is known color: Tonys Pink. HEX triplet: E0, 94 and 84. RGB value is (224,148,132). Sum of RGB (Red+Green+Blue) = 224+148+132=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E09484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09484 is #1F6B7B. Grayscale: #A9A9A9. Windows color (decimal): -2059132 or 8688864. OLE color: 8688864.
HSL color Cylindrical-coordinate representation of color #E09484: hue angle of 10.43º degrees, saturation: 0.6, 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 #E09484 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 148 | 132 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.12 |
| HSL | 10.43º | 0.6% | 0.7% | - |
| HSV(B) | 10.43º | 0.41% | 0.88% | - |
| XYZ | 45.5 | 38.69 | 26.9 | - |
| YUV | 168.9 | 107.18 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 132 | 0 | 0.34 | 0.41 | 0.12 | 10.43 | 0.6 | 0.7 |
| Hex | E0 | 94 | 84 | 0 | 22 | 29 | C | A | 3C | 46 |
| Octal | 340 | 224 | 204 | 0 | 42 | 51 | 14 | 12 | 74 | 106 |
| Binary | 11100000 | 10010100 | 10000100 | 0 | 100010 | 101001 | 1100 | 1010 | 111100 | 1000110 |
Color Harmonies of #E09484
Complementary color
Monochromatic Colors of #E09484
Black with #E09484
Text Example
Text Example
White with #E09484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09484; }
p { color: rgb(224,148,132); }
H1.HeaderClassName
{
color: #E09484;
}
.AnyTagClassName
{
color: #E09484;
}
</style>
background-color css
<style>
a { background-color: #E09484; }
a { background-color: rgb(224,148,132); }
div.DivClassName
{
background-color: #E09484;
}
.BgClassName
{
background-color: #E09484;
}
</style>
border-color css
<style>
span { border-color: #E09484; }
span { border-color: rgb(224,148,132); }
td.TdClassName
{
border-color: #E09484;
}
.TagClassName
{
border-color: #E09484;
}
</style>