Shades of Tonys Pink #EEA180
Tints of Tonys Pink #EEA180
RGB
CMYK
RGB Variations
Color information
#EEA180 (or 0xEEA180) is known color: Tonys Pink. HEX triplet: EE, A1 and 80. RGB value is (238,161,128). Sum of RGB (Red+Green+Blue) = 238+161+128=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA180 is #115E7F. Grayscale: #B4B4B4. Windows color (decimal): -1138304 or 8430062. OLE color: 8430062.
HSL color Cylindrical-coordinate representation of color #EEA180: hue angle of 18º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EEA180 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 128 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.07 |
| HSL | 18º | 0.76% | 0.72% | - |
| HSV(B) | 18º | 0.46% | 0.93% | - |
| XYZ | 51.9 | 45.23 | 26.42 | - |
| YUV | 180.26 | 98.51 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 128 | 0 | 0.32 | 0.46 | 0.07 | 18 | 0.76 | 0.72 |
| Hex | EE | A1 | 80 | 0 | 20 | 2E | 7 | 12 | 4C | 48 |
| Octal | 356 | 241 | 200 | 0 | 40 | 56 | 7 | 22 | 114 | 110 |
| Binary | 11101110 | 10100001 | 10000000 | 0 | 100000 | 101110 | 111 | 10010 | 1001100 | 1001000 |
Color Harmonies of #EEA180
Complementary color
Monochromatic Colors of #EEA180
Black with #EEA180
Text Example
Text Example
White with #EEA180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA180; }
p { color: rgb(238,161,128); }
H1.HeaderClassName
{
color: #EEA180;
}
.AnyTagClassName
{
color: #EEA180;
}
</style>
background-color css
<style>
a { background-color: #EEA180; }
a { background-color: rgb(238,161,128); }
div.DivClassName
{
background-color: #EEA180;
}
.BgClassName
{
background-color: #EEA180;
}
</style>
border-color css
<style>
span { border-color: #EEA180; }
span { border-color: rgb(238,161,128); }
td.TdClassName
{
border-color: #EEA180;
}
.TagClassName
{
border-color: #EEA180;
}
</style>