Shades of Tonys Pink #EEA28D
Tints of Tonys Pink #EEA28D
RGB
CMYK
RGB Variations
Color information
#EEA28D (or 0xEEA28D) is known color: Tonys Pink. HEX triplet: EE, A2 and 8D. RGB value is (238,162,141). Sum of RGB (Red+Green+Blue) = 238+162+141=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA28D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA28D is #115D72. Grayscale: #B6B6B6. Windows color (decimal): -1138035 or 9282286. OLE color: 9282286.
HSL color Cylindrical-coordinate representation of color #EEA28D: hue angle of 12.99º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEA28D is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 141 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.07 |
| HSL | 12.99º | 0.74% | 0.74% | - |
| HSV(B) | 12.99º | 0.41% | 0.93% | - |
| XYZ | 52.99 | 45.94 | 31.27 | - |
| YUV | 182.33 | 104.68 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 141 | 0 | 0.32 | 0.41 | 0.07 | 12.99 | 0.74 | 0.74 |
| Hex | EE | A2 | 8D | 0 | 20 | 29 | 7 | D | 4A | 4A |
| Octal | 356 | 242 | 215 | 0 | 40 | 51 | 7 | 15 | 112 | 112 |
| Binary | 11101110 | 10100010 | 10001101 | 0 | 100000 | 101001 | 111 | 1101 | 1001010 | 1001010 |
Color Harmonies of #EEA28D
Complementary color
Monochromatic Colors of #EEA28D
Black with #EEA28D
Text Example
Text Example
White with #EEA28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA28D; }
p { color: rgb(238,162,141); }
H1.HeaderClassName
{
color: #EEA28D;
}
.AnyTagClassName
{
color: #EEA28D;
}
</style>
background-color css
<style>
a { background-color: #EEA28D; }
a { background-color: rgb(238,162,141); }
div.DivClassName
{
background-color: #EEA28D;
}
.BgClassName
{
background-color: #EEA28D;
}
</style>
border-color css
<style>
span { border-color: #EEA28D; }
span { border-color: rgb(238,162,141); }
td.TdClassName
{
border-color: #EEA28D;
}
.TagClassName
{
border-color: #EEA28D;
}
</style>