Shades of Tickle Me Pink #EF70A5
Tints of Tickle Me Pink #EF70A5
RGB
CMYK
RGB Variations
Color information
#EF70A5 (or 0xEF70A5) is known color: Tickle Me Pink. HEX triplet: EF, 70 and A5. RGB value is (239,112,165). Sum of RGB (Red+Green+Blue) = 239+112+165=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF70A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF70A5 is #108F5A. Grayscale: #9B9B9B. Windows color (decimal): -1085275 or 10842351. OLE color: 10842351.
HSL color Cylindrical-coordinate representation of color #EF70A5: hue angle of 334.96º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF70A5 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 165 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.06 |
| HSL | 334.96º | 0.8% | 0.69% | - |
| HSV(B) | 334.96º | 0.53% | 0.94% | - |
| XYZ | 48.18 | 32.66 | 39.36 | - |
| YUV | 156.02 | 133.08 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 165 | 0 | 0.53 | 0.31 | 0.06 | 334.96 | 0.8 | 0.69 |
| Hex | EF | 70 | A5 | 0 | 35 | 1F | 6 | 14F | 50 | 45 |
| Octal | 357 | 160 | 245 | 0 | 65 | 37 | 6 | 517 | 120 | 105 |
| Binary | 11101111 | 1110000 | 10100101 | 0 | 110101 | 11111 | 110 | 101001111 | 1010000 | 1000101 |
Color Harmonies of #EF70A5
Complementary color
Monochromatic Colors of #EF70A5
Black with #EF70A5
Text Example
Text Example
White with #EF70A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF70A5; }
p { color: rgb(239,112,165); }
H1.HeaderClassName
{
color: #EF70A5;
}
.AnyTagClassName
{
color: #EF70A5;
}
</style>
background-color css
<style>
a { background-color: #EF70A5; }
a { background-color: rgb(239,112,165); }
div.DivClassName
{
background-color: #EF70A5;
}
.BgClassName
{
background-color: #EF70A5;
}
</style>
border-color css
<style>
span { border-color: #EF70A5; }
span { border-color: rgb(239,112,165); }
td.TdClassName
{
border-color: #EF70A5;
}
.TagClassName
{
border-color: #EF70A5;
}
</style>