Shades of Tickle Me Pink #EF7CA1
Tints of Tickle Me Pink #EF7CA1
RGB
CMYK
RGB Variations
Color information
#EF7CA1 (or 0xEF7CA1) is known color: Tickle Me Pink. HEX triplet: EF, 7C and A1. RGB value is (239,124,161). Sum of RGB (Red+Green+Blue) = 239+124+161=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 161 (63.28% from 255 or 30.73% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7CA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7CA1 is #10835E. Grayscale: #A2A2A2. Windows color (decimal): -1082207 or 10583279. OLE color: 10583279.
HSL color Cylindrical-coordinate representation of color #EF7CA1: hue angle of 340.7º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF7CA1 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 124 | 161 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.06 |
| HSL | 340.7º | 0.78% | 0.71% | - |
| HSV(B) | 340.7º | 0.48% | 0.94% | - |
| XYZ | 49.24 | 35.34 | 37.94 | - |
| YUV | 162.6 | 127.1 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 124 | 161 | 0 | 0.48 | 0.33 | 0.06 | 340.7 | 0.78 | 0.71 |
| Hex | EF | 7C | A1 | 0 | 30 | 21 | 6 | 155 | 4E | 47 |
| Octal | 357 | 174 | 241 | 0 | 60 | 41 | 6 | 525 | 116 | 107 |
| Binary | 11101111 | 1111100 | 10100001 | 0 | 110000 | 100001 | 110 | 101010101 | 1001110 | 1000111 |
Color Harmonies of #EF7CA1
Complementary color
Monochromatic Colors of #EF7CA1
Black with #EF7CA1
Text Example
Text Example
White with #EF7CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7CA1; }
p { color: rgb(239,124,161); }
H1.HeaderClassName
{
color: #EF7CA1;
}
.AnyTagClassName
{
color: #EF7CA1;
}
</style>
background-color css
<style>
a { background-color: #EF7CA1; }
a { background-color: rgb(239,124,161); }
div.DivClassName
{
background-color: #EF7CA1;
}
.BgClassName
{
background-color: #EF7CA1;
}
</style>
border-color css
<style>
span { border-color: #EF7CA1; }
span { border-color: rgb(239,124,161); }
td.TdClassName
{
border-color: #EF7CA1;
}
.TagClassName
{
border-color: #EF7CA1;
}
</style>