Shades of Tickle Me Pink #EF81A2
Tints of Tickle Me Pink #EF81A2
RGB
CMYK
RGB Variations
Color information
#EF81A2 (or 0xEF81A2) is known color: Tickle Me Pink. HEX triplet: EF, 81 and A2. RGB value is (239,129,162). Sum of RGB (Red+Green+Blue) = 239+129+162=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 162 (63.67% from 255 or 30.57% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF81A2 is #107E5D. Grayscale: #A5A5A5. Windows color (decimal): -1080926 or 10650095. OLE color: 10650095.
HSL color Cylindrical-coordinate representation of color #EF81A2: hue angle of 342º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF81A2 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 162 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.06 |
| HSL | 342º | 0.77% | 0.72% | - |
| HSV(B) | 342º | 0.46% | 0.94% | - |
| XYZ | 49.97 | 36.66 | 38.62 | - |
| YUV | 165.65 | 125.94 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 162 | 0 | 0.46 | 0.32 | 0.06 | 342 | 0.77 | 0.72 |
| Hex | EF | 81 | A2 | 0 | 2E | 20 | 6 | 156 | 4D | 48 |
| Octal | 357 | 201 | 242 | 0 | 56 | 40 | 6 | 526 | 115 | 110 |
| Binary | 11101111 | 10000001 | 10100010 | 0 | 101110 | 100000 | 110 | 101010110 | 1001101 | 1001000 |
Color Harmonies of #EF81A2
Complementary color
Monochromatic Colors of #EF81A2
Black with #EF81A2
Text Example
Text Example
White with #EF81A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF81A2; }
p { color: rgb(239,129,162); }
H1.HeaderClassName
{
color: #EF81A2;
}
.AnyTagClassName
{
color: #EF81A2;
}
</style>
background-color css
<style>
a { background-color: #EF81A2; }
a { background-color: rgb(239,129,162); }
div.DivClassName
{
background-color: #EF81A2;
}
.BgClassName
{
background-color: #EF81A2;
}
</style>
border-color css
<style>
span { border-color: #EF81A2; }
span { border-color: rgb(239,129,162); }
td.TdClassName
{
border-color: #EF81A2;
}
.TagClassName
{
border-color: #EF81A2;
}
</style>