Shades of Tickle Me Pink #EF7FA1
Tints of Tickle Me Pink #EF7FA1
RGB
CMYK
RGB Variations
Color information
#EF7FA1 (or 0xEF7FA1) is known color: Tickle Me Pink. HEX triplet: EF, 7F and A1. RGB value is (239,127,161). Sum of RGB (Red+Green+Blue) = 239+127+161=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7FA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7FA1 is #10805E. Grayscale: #A4A4A4. Windows color (decimal): -1081439 or 10584047. OLE color: 10584047.
HSL color Cylindrical-coordinate representation of color #EF7FA1: hue angle of 341.79º 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 #EF7FA1 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 127 | 161 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.06 |
| HSL | 341.79º | 0.78% | 0.72% | - |
| HSV(B) | 341.79º | 0.47% | 0.94% | - |
| XYZ | 49.62 | 36.1 | 38.07 | - |
| YUV | 164.36 | 126.11 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 127 | 161 | 0 | 0.47 | 0.33 | 0.06 | 341.79 | 0.78 | 0.72 |
| Hex | EF | 7F | A1 | 0 | 2F | 21 | 6 | 156 | 4E | 48 |
| Octal | 357 | 177 | 241 | 0 | 57 | 41 | 6 | 526 | 116 | 110 |
| Binary | 11101111 | 1111111 | 10100001 | 0 | 101111 | 100001 | 110 | 101010110 | 1001110 | 1001000 |
Color Harmonies of #EF7FA1
Complementary color
Monochromatic Colors of #EF7FA1
Black with #EF7FA1
Text Example
Text Example
White with #EF7FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7FA1; }
p { color: rgb(239,127,161); }
H1.HeaderClassName
{
color: #EF7FA1;
}
.AnyTagClassName
{
color: #EF7FA1;
}
</style>
background-color css
<style>
a { background-color: #EF7FA1; }
a { background-color: rgb(239,127,161); }
div.DivClassName
{
background-color: #EF7FA1;
}
.BgClassName
{
background-color: #EF7FA1;
}
</style>
border-color css
<style>
span { border-color: #EF7FA1; }
span { border-color: rgb(239,127,161); }
td.TdClassName
{
border-color: #EF7FA1;
}
.TagClassName
{
border-color: #EF7FA1;
}
</style>