Shades of Tickle Me Pink #EE80A8
Tints of Tickle Me Pink #EE80A8
RGB
CMYK
RGB Variations
Color information
#EE80A8 (or 0xEE80A8) is known color: Tickle Me Pink. HEX triplet: EE, 80 and A8. RGB value is (238,128,168). Sum of RGB (Red+Green+Blue) = 238+128+168=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE80A8 is #117F57. Grayscale: #A5A5A5. Windows color (decimal): -1146712 or 11043054. OLE color: 11043054.
HSL color Cylindrical-coordinate representation of color #EE80A8: hue angle of 338.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 #EE80A8 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 168 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.07 |
| HSL | 338.18º | 0.76% | 0.72% | - |
| HSV(B) | 338.18º | 0.46% | 0.93% | - |
| XYZ | 50.05 | 36.44 | 41.44 | - |
| YUV | 165.45 | 129.44 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 168 | 0 | 0.46 | 0.29 | 0.07 | 338.18 | 0.76 | 0.72 |
| Hex | EE | 80 | A8 | 0 | 2E | 1D | 7 | 152 | 4C | 48 |
| Octal | 356 | 200 | 250 | 0 | 56 | 35 | 7 | 522 | 114 | 110 |
| Binary | 11101110 | 10000000 | 10101000 | 0 | 101110 | 11101 | 111 | 101010010 | 1001100 | 1001000 |
Color Harmonies of #EE80A8
Complementary color
Monochromatic Colors of #EE80A8
Black with #EE80A8
Text Example
Text Example
White with #EE80A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE80A8; }
p { color: rgb(238,128,168); }
H1.HeaderClassName
{
color: #EE80A8;
}
.AnyTagClassName
{
color: #EE80A8;
}
</style>
background-color css
<style>
a { background-color: #EE80A8; }
a { background-color: rgb(238,128,168); }
div.DivClassName
{
background-color: #EE80A8;
}
.BgClassName
{
background-color: #EE80A8;
}
</style>
border-color css
<style>
span { border-color: #EE80A8; }
span { border-color: rgb(238,128,168); }
td.TdClassName
{
border-color: #EE80A8;
}
.TagClassName
{
border-color: #EE80A8;
}
</style>