Shades of Tickle Me Pink #EF7FA0
Tints of Tickle Me Pink #EF7FA0
RGB
CMYK
RGB Variations
Color information
#EF7FA0 (or 0xEF7FA0) is known color: Tickle Me Pink. HEX triplet: EF, 7F and A0. RGB value is (239,127,160). Sum of RGB (Red+Green+Blue) = 239+127+160=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7FA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7FA0 is #10805F. Grayscale: #A4A4A4. Windows color (decimal): -1081440 or 10518511. OLE color: 10518511.
HSL color Cylindrical-coordinate representation of color #EF7FA0: hue angle of 342.32º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7FA0 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 127 | 160 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.06 |
| HSL | 342.32º | 0.78% | 0.72% | - |
| HSV(B) | 342.32º | 0.47% | 0.94% | - |
| XYZ | 49.53 | 36.07 | 37.61 | - |
| YUV | 164.25 | 125.61 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 127 | 160 | 0 | 0.47 | 0.33 | 0.06 | 342.32 | 0.78 | 0.72 |
| Hex | EF | 7F | A0 | 0 | 2F | 21 | 6 | 156 | 4E | 48 |
| Octal | 357 | 177 | 240 | 0 | 57 | 41 | 6 | 526 | 116 | 110 |
| Binary | 11101111 | 1111111 | 10100000 | 0 | 101111 | 100001 | 110 | 101010110 | 1001110 | 1001000 |
Color Harmonies of #EF7FA0
Complementary color
Monochromatic Colors of #EF7FA0
Black with #EF7FA0
Text Example
Text Example
White with #EF7FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7FA0; }
p { color: rgb(239,127,160); }
H1.HeaderClassName
{
color: #EF7FA0;
}
.AnyTagClassName
{
color: #EF7FA0;
}
</style>
background-color css
<style>
a { background-color: #EF7FA0; }
a { background-color: rgb(239,127,160); }
div.DivClassName
{
background-color: #EF7FA0;
}
.BgClassName
{
background-color: #EF7FA0;
}
</style>
border-color css
<style>
span { border-color: #EF7FA0; }
span { border-color: rgb(239,127,160); }
td.TdClassName
{
border-color: #EF7FA0;
}
.TagClassName
{
border-color: #EF7FA0;
}
</style>