Shades of Tonys Pink #EEA28E
Tints of Tonys Pink #EEA28E
RGB
CMYK
RGB Variations
Color information
#EEA28E (or 0xEEA28E) is known color: Tonys Pink. HEX triplet: EE, A2 and 8E. RGB value is (238,162,142). Sum of RGB (Red+Green+Blue) = 238+162+142=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA28E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA28E is #115D71. Grayscale: #B6B6B6. Windows color (decimal): -1138034 or 9347822. OLE color: 9347822.
HSL color Cylindrical-coordinate representation of color #EEA28E: hue angle of 12.5º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EEA28E is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 142 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.07 |
| HSL | 12.5º | 0.74% | 0.75% | - |
| HSV(B) | 12.5º | 0.4% | 0.93% | - |
| XYZ | 53.06 | 45.97 | 31.67 | - |
| YUV | 182.44 | 105.18 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 142 | 0 | 0.32 | 0.40 | 0.07 | 12.5 | 0.74 | 0.75 |
| Hex | EE | A2 | 8E | 0 | 20 | 28 | 7 | C | 4A | 4B |
| Octal | 356 | 242 | 216 | 0 | 40 | 50 | 7 | 14 | 112 | 113 |
| Binary | 11101110 | 10100010 | 10001110 | 0 | 100000 | 101000 | 111 | 1100 | 1001010 | 1001011 |
Color Harmonies of #EEA28E
Complementary color
Monochromatic Colors of #EEA28E
Black with #EEA28E
Text Example
Text Example
White with #EEA28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA28E; }
p { color: rgb(238,162,142); }
H1.HeaderClassName
{
color: #EEA28E;
}
.AnyTagClassName
{
color: #EEA28E;
}
</style>
background-color css
<style>
a { background-color: #EEA28E; }
a { background-color: rgb(238,162,142); }
div.DivClassName
{
background-color: #EEA28E;
}
.BgClassName
{
background-color: #EEA28E;
}
</style>
border-color css
<style>
span { border-color: #EEA28E; }
span { border-color: rgb(238,162,142); }
td.TdClassName
{
border-color: #EEA28E;
}
.TagClassName
{
border-color: #EEA28E;
}
</style>