Shades of Tonys Pink #EEA084
Tints of Tonys Pink #EEA084
RGB
CMYK
RGB Variations
Color information
#EEA084 (or 0xEEA084) is known color: Tonys Pink. HEX triplet: EE, A0 and 84. RGB value is (238,160,132). Sum of RGB (Red+Green+Blue) = 238+160+132=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 132 (51.95% from 255 or 24.91% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA084 is #115F7B. Grayscale: #B4B4B4. Windows color (decimal): -1138556 or 8691950. OLE color: 8691950.
HSL color Cylindrical-coordinate representation of color #EEA084: hue angle of 15.85º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEA084 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 132 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.07 |
| HSL | 15.85º | 0.76% | 0.73% | - |
| HSV(B) | 15.85º | 0.45% | 0.93% | - |
| XYZ | 52 | 44.98 | 27.77 | - |
| YUV | 180.13 | 100.84 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 132 | 0 | 0.33 | 0.45 | 0.07 | 15.85 | 0.76 | 0.73 |
| Hex | EE | A0 | 84 | 0 | 21 | 2D | 7 | 10 | 4C | 49 |
| Octal | 356 | 240 | 204 | 0 | 41 | 55 | 7 | 20 | 114 | 111 |
| Binary | 11101110 | 10100000 | 10000100 | 0 | 100001 | 101101 | 111 | 10000 | 1001100 | 1001001 |
Color Harmonies of #EEA084
Complementary color
Monochromatic Colors of #EEA084
Black with #EEA084
Text Example
Text Example
White with #EEA084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA084; }
p { color: rgb(238,160,132); }
H1.HeaderClassName
{
color: #EEA084;
}
.AnyTagClassName
{
color: #EEA084;
}
</style>
background-color css
<style>
a { background-color: #EEA084; }
a { background-color: rgb(238,160,132); }
div.DivClassName
{
background-color: #EEA084;
}
.BgClassName
{
background-color: #EEA084;
}
</style>
border-color css
<style>
span { border-color: #EEA084; }
span { border-color: rgb(238,160,132); }
td.TdClassName
{
border-color: #EEA084;
}
.TagClassName
{
border-color: #EEA084;
}
</style>