Shades of Tickle Me Pink #EE80AA
Tints of Tickle Me Pink #EE80AA
RGB
CMYK
RGB Variations
Color information
#EE80AA (or 0xEE80AA) is known color: Tickle Me Pink. HEX triplet: EE, 80 and AA. RGB value is (238,128,170). Sum of RGB (Red+Green+Blue) = 238+128+170=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE80AA is #117F55. Grayscale: #A5A5A5. Windows color (decimal): -1146710 or 11174126. OLE color: 11174126.
HSL color Cylindrical-coordinate representation of color #EE80AA: hue angle of 337.09º 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 #EE80AA is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 170 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.07 |
| HSL | 337.09º | 0.76% | 0.72% | - |
| HSV(B) | 337.09º | 0.46% | 0.93% | - |
| XYZ | 50.23 | 36.52 | 42.43 | - |
| YUV | 165.68 | 130.44 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 170 | 0 | 0.46 | 0.29 | 0.07 | 337.09 | 0.76 | 0.72 |
| Hex | EE | 80 | AA | 0 | 2E | 1D | 7 | 151 | 4C | 48 |
| Octal | 356 | 200 | 252 | 0 | 56 | 35 | 7 | 521 | 114 | 110 |
| Binary | 11101110 | 10000000 | 10101010 | 0 | 101110 | 11101 | 111 | 101010001 | 1001100 | 1001000 |
Color Harmonies of #EE80AA
Complementary color
Monochromatic Colors of #EE80AA
Black with #EE80AA
Text Example
Text Example
White with #EE80AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE80AA; }
p { color: rgb(238,128,170); }
H1.HeaderClassName
{
color: #EE80AA;
}
.AnyTagClassName
{
color: #EE80AA;
}
</style>
background-color css
<style>
a { background-color: #EE80AA; }
a { background-color: rgb(238,128,170); }
div.DivClassName
{
background-color: #EE80AA;
}
.BgClassName
{
background-color: #EE80AA;
}
</style>
border-color css
<style>
span { border-color: #EE80AA; }
span { border-color: rgb(238,128,170); }
td.TdClassName
{
border-color: #EE80AA;
}
.TagClassName
{
border-color: #EE80AA;
}
</style>