Shades of Tickle Me Pink #EF7CA2
Tints of Tickle Me Pink #EF7CA2
RGB
CMYK
RGB Variations
Color information
#EF7CA2 (or 0xEF7CA2) is known color: Tickle Me Pink. HEX triplet: EF, 7C and A2. RGB value is (239,124,162). Sum of RGB (Red+Green+Blue) = 239+124+162=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7CA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7CA2 is #10835D. Grayscale: #A2A2A2. Windows color (decimal): -1082206 or 10648815. OLE color: 10648815.
HSL color Cylindrical-coordinate representation of color #EF7CA2: hue angle of 340.17º 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 #EF7CA2 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 124 | 162 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.06 |
| HSL | 340.17º | 0.78% | 0.71% | - |
| HSV(B) | 340.17º | 0.48% | 0.94% | - |
| XYZ | 49.33 | 35.37 | 38.41 | - |
| YUV | 162.72 | 127.6 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 124 | 162 | 0 | 0.48 | 0.32 | 0.06 | 340.17 | 0.78 | 0.71 |
| Hex | EF | 7C | A2 | 0 | 30 | 20 | 6 | 154 | 4E | 47 |
| Octal | 357 | 174 | 242 | 0 | 60 | 40 | 6 | 524 | 116 | 107 |
| Binary | 11101111 | 1111100 | 10100010 | 0 | 110000 | 100000 | 110 | 101010100 | 1001110 | 1000111 |
Color Harmonies of #EF7CA2
Complementary color
Monochromatic Colors of #EF7CA2
Black with #EF7CA2
Text Example
Text Example
White with #EF7CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7CA2; }
p { color: rgb(239,124,162); }
H1.HeaderClassName
{
color: #EF7CA2;
}
.AnyTagClassName
{
color: #EF7CA2;
}
</style>
background-color css
<style>
a { background-color: #EF7CA2; }
a { background-color: rgb(239,124,162); }
div.DivClassName
{
background-color: #EF7CA2;
}
.BgClassName
{
background-color: #EF7CA2;
}
</style>
border-color css
<style>
span { border-color: #EF7CA2; }
span { border-color: rgb(239,124,162); }
td.TdClassName
{
border-color: #EF7CA2;
}
.TagClassName
{
border-color: #EF7CA2;
}
</style>