Shades of Tonys Pink #EEA48D
Tints of Tonys Pink #EEA48D
RGB
CMYK
RGB Variations
Color information
#EEA48D (or 0xEEA48D) is known color: Tonys Pink. HEX triplet: EE, A4 and 8D. RGB value is (238,164,141). Sum of RGB (Red+Green+Blue) = 238+164+141=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA48D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA48D is #115B72. Grayscale: #B7B7B7. Windows color (decimal): -1137523 or 9282798. OLE color: 9282798.
HSL color Cylindrical-coordinate representation of color #EEA48D: hue angle of 14.23º 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 #EEA48D is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 141 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.07 |
| HSL | 14.23º | 0.74% | 0.74% | - |
| HSV(B) | 14.23º | 0.41% | 0.93% | - |
| XYZ | 53.34 | 46.65 | 31.39 | - |
| YUV | 183.5 | 104.02 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 141 | 0 | 0.31 | 0.41 | 0.07 | 14.23 | 0.74 | 0.74 |
| Hex | EE | A4 | 8D | 0 | 1F | 29 | 7 | E | 4A | 4A |
| Octal | 356 | 244 | 215 | 0 | 37 | 51 | 7 | 16 | 112 | 112 |
| Binary | 11101110 | 10100100 | 10001101 | 0 | 11111 | 101001 | 111 | 1110 | 1001010 | 1001010 |
Color Harmonies of #EEA48D
Complementary color
Monochromatic Colors of #EEA48D
Black with #EEA48D
Text Example
Text Example
White with #EEA48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA48D; }
p { color: rgb(238,164,141); }
H1.HeaderClassName
{
color: #EEA48D;
}
.AnyTagClassName
{
color: #EEA48D;
}
</style>
background-color css
<style>
a { background-color: #EEA48D; }
a { background-color: rgb(238,164,141); }
div.DivClassName
{
background-color: #EEA48D;
}
.BgClassName
{
background-color: #EEA48D;
}
</style>
border-color css
<style>
span { border-color: #EEA48D; }
span { border-color: rgb(238,164,141); }
td.TdClassName
{
border-color: #EEA48D;
}
.TagClassName
{
border-color: #EEA48D;
}
</style>