Shades of Tickle Me Pink #EF84AA
Tints of Tickle Me Pink #EF84AA
RGB
CMYK
RGB Variations
Color information
#EF84AA (or 0xEF84AA) is known color: Tickle Me Pink. HEX triplet: EF, 84 and AA. RGB value is (239,132,170). Sum of RGB (Red+Green+Blue) = 239+132+170=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EF84AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF84AA is #107B55. Grayscale: #A8A8A8. Windows color (decimal): -1080150 or 11175151. OLE color: 11175151.
HSL color Cylindrical-coordinate representation of color #EF84AA: hue angle of 338.69º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF84AA is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 170 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.06 |
| HSL | 338.69º | 0.77% | 0.73% | - |
| HSV(B) | 338.69º | 0.45% | 0.94% | - |
| XYZ | 51.1 | 37.76 | 42.62 | - |
| YUV | 168.33 | 128.95 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 170 | 0 | 0.45 | 0.29 | 0.06 | 338.69 | 0.77 | 0.73 |
| Hex | EF | 84 | AA | 0 | 2D | 1D | 6 | 153 | 4D | 49 |
| Octal | 357 | 204 | 252 | 0 | 55 | 35 | 6 | 523 | 115 | 111 |
| Binary | 11101111 | 10000100 | 10101010 | 0 | 101101 | 11101 | 110 | 101010011 | 1001101 | 1001001 |
Color Harmonies of #EF84AA
Complementary color
Monochromatic Colors of #EF84AA
Black with #EF84AA
Text Example
Text Example
White with #EF84AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF84AA; }
p { color: rgb(239,132,170); }
H1.HeaderClassName
{
color: #EF84AA;
}
.AnyTagClassName
{
color: #EF84AA;
}
</style>
background-color css
<style>
a { background-color: #EF84AA; }
a { background-color: rgb(239,132,170); }
div.DivClassName
{
background-color: #EF84AA;
}
.BgClassName
{
background-color: #EF84AA;
}
</style>
border-color css
<style>
span { border-color: #EF84AA; }
span { border-color: rgb(239,132,170); }
td.TdClassName
{
border-color: #EF84AA;
}
.TagClassName
{
border-color: #EF84AA;
}
</style>