Shades of Tonys Pink #EEA690
Tints of Tonys Pink #EEA690
RGB
CMYK
RGB Variations
Color information
#EEA690 (or 0xEEA690) is known color: Tonys Pink. HEX triplet: EE, A6 and 90. RGB value is (238,166,144). Sum of RGB (Red+Green+Blue) = 238+166+144=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 166 (65.23% from 255 or 30.29% from 548); Blue value is 144 (56.64% from 255 or 26.28% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA690 is #11596F. Grayscale: #B9B9B9. Windows color (decimal): -1137008 or 9479918. OLE color: 9479918.
HSL color Cylindrical-coordinate representation of color #EEA690: hue angle of 14.04º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EEA690 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 144 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.07 |
| HSL | 14.04º | 0.73% | 0.75% | - |
| HSV(B) | 14.04º | 0.39% | 0.93% | - |
| XYZ | 53.93 | 47.46 | 32.7 | - |
| YUV | 185.02 | 104.85 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 144 | 0 | 0.30 | 0.39 | 0.07 | 14.04 | 0.73 | 0.75 |
| Hex | EE | A6 | 90 | 0 | 1E | 27 | 7 | E | 49 | 4B |
| Octal | 356 | 246 | 220 | 0 | 36 | 47 | 7 | 16 | 111 | 113 |
| Binary | 11101110 | 10100110 | 10010000 | 0 | 11110 | 100111 | 111 | 1110 | 1001001 | 1001011 |
Color Harmonies of #EEA690
Complementary color
Monochromatic Colors of #EEA690
Black with #EEA690
Text Example
Text Example
White with #EEA690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA690; }
p { color: rgb(238,166,144); }
H1.HeaderClassName
{
color: #EEA690;
}
.AnyTagClassName
{
color: #EEA690;
}
</style>
background-color css
<style>
a { background-color: #EEA690; }
a { background-color: rgb(238,166,144); }
div.DivClassName
{
background-color: #EEA690;
}
.BgClassName
{
background-color: #EEA690;
}
</style>
border-color css
<style>
span { border-color: #EEA690; }
span { border-color: rgb(238,166,144); }
td.TdClassName
{
border-color: #EEA690;
}
.TagClassName
{
border-color: #EEA690;
}
</style>