Shades of Tickle Me Pink #EF80AD
Tints of Tickle Me Pink #EF80AD
RGB
CMYK
RGB Variations
Color information
#EF80AD (or 0xEF80AD) is known color: Tickle Me Pink. HEX triplet: EF, 80 and AD. RGB value is (239,128,173). Sum of RGB (Red+Green+Blue) = 239+128+173=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF80AD is #107F52. Grayscale: #A6A6A6. Windows color (decimal): -1081171 or 11370735. OLE color: 11370735.
HSL color Cylindrical-coordinate representation of color #EF80AD: hue angle of 335.68º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF80AD is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 173 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.06 |
| HSL | 335.68º | 0.78% | 0.72% | - |
| HSV(B) | 335.68º | 0.46% | 0.94% | - |
| XYZ | 50.86 | 36.81 | 43.96 | - |
| YUV | 166.32 | 131.77 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 173 | 0 | 0.46 | 0.28 | 0.06 | 335.68 | 0.78 | 0.72 |
| Hex | EF | 80 | AD | 0 | 2E | 1C | 6 | 150 | 4E | 48 |
| Octal | 357 | 200 | 255 | 0 | 56 | 34 | 6 | 520 | 116 | 110 |
| Binary | 11101111 | 10000000 | 10101101 | 0 | 101110 | 11100 | 110 | 101010000 | 1001110 | 1001000 |
Color Harmonies of #EF80AD
Complementary color
Monochromatic Colors of #EF80AD
Black with #EF80AD
Text Example
Text Example
White with #EF80AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF80AD; }
p { color: rgb(239,128,173); }
H1.HeaderClassName
{
color: #EF80AD;
}
.AnyTagClassName
{
color: #EF80AD;
}
</style>
background-color css
<style>
a { background-color: #EF80AD; }
a { background-color: rgb(239,128,173); }
div.DivClassName
{
background-color: #EF80AD;
}
.BgClassName
{
background-color: #EF80AD;
}
</style>
border-color css
<style>
span { border-color: #EF80AD; }
span { border-color: rgb(239,128,173); }
td.TdClassName
{
border-color: #EF80AD;
}
.TagClassName
{
border-color: #EF80AD;
}
</style>