Shades of Tickle Me Pink #EF82A4
Tints of Tickle Me Pink #EF82A4
RGB
CMYK
RGB Variations
Color information
#EF82A4 (or 0xEF82A4) is known color: Tickle Me Pink. HEX triplet: EF, 82 and A4. RGB value is (239,130,164). Sum of RGB (Red+Green+Blue) = 239+130+164=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 164 (64.45% from 255 or 30.77% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EF82A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF82A4 is #107D5B. Grayscale: #A6A6A6. Windows color (decimal): -1080668 or 10781423. OLE color: 10781423.
HSL color Cylindrical-coordinate representation of color #EF82A4: hue angle of 341.28º degrees, saturation: 0.77, 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 #EF82A4 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 164 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.06 |
| HSL | 341.28º | 0.77% | 0.72% | - |
| HSV(B) | 341.28º | 0.46% | 0.94% | - |
| XYZ | 50.28 | 37 | 39.61 | - |
| YUV | 166.47 | 126.61 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 164 | 0 | 0.46 | 0.31 | 0.06 | 341.28 | 0.77 | 0.72 |
| Hex | EF | 82 | A4 | 0 | 2E | 1F | 6 | 155 | 4D | 48 |
| Octal | 357 | 202 | 244 | 0 | 56 | 37 | 6 | 525 | 115 | 110 |
| Binary | 11101111 | 10000010 | 10100100 | 0 | 101110 | 11111 | 110 | 101010101 | 1001101 | 1001000 |
Color Harmonies of #EF82A4
Complementary color
Monochromatic Colors of #EF82A4
Black with #EF82A4
Text Example
Text Example
White with #EF82A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF82A4; }
p { color: rgb(239,130,164); }
H1.HeaderClassName
{
color: #EF82A4;
}
.AnyTagClassName
{
color: #EF82A4;
}
</style>
background-color css
<style>
a { background-color: #EF82A4; }
a { background-color: rgb(239,130,164); }
div.DivClassName
{
background-color: #EF82A4;
}
.BgClassName
{
background-color: #EF82A4;
}
</style>
border-color css
<style>
span { border-color: #EF82A4; }
span { border-color: rgb(239,130,164); }
td.TdClassName
{
border-color: #EF82A4;
}
.TagClassName
{
border-color: #EF82A4;
}
</style>