Shades of Tickle Me Pink #EF81AD
Tints of Tickle Me Pink #EF81AD
RGB
CMYK
RGB Variations
Color information
#EF81AD (or 0xEF81AD) is known color: Tickle Me Pink. HEX triplet: EF, 81 and AD. RGB value is (239,129,173). Sum of RGB (Red+Green+Blue) = 239+129+173=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF81AD is #107E52. Grayscale: #A6A6A6. Windows color (decimal): -1080915 or 11370991. OLE color: 11370991.
HSL color Cylindrical-coordinate representation of color #EF81AD: hue angle of 336º 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 #EF81AD is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 173 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.06 |
| HSL | 336º | 0.77% | 0.72% | - |
| HSV(B) | 336º | 0.46% | 0.94% | - |
| XYZ | 50.99 | 37.07 | 44 | - |
| YUV | 166.91 | 131.44 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 173 | 0 | 0.46 | 0.28 | 0.06 | 336 | 0.77 | 0.72 |
| Hex | EF | 81 | AD | 0 | 2E | 1C | 6 | 150 | 4D | 48 |
| Octal | 357 | 201 | 255 | 0 | 56 | 34 | 6 | 520 | 115 | 110 |
| Binary | 11101111 | 10000001 | 10101101 | 0 | 101110 | 11100 | 110 | 101010000 | 1001101 | 1001000 |
Color Harmonies of #EF81AD
Complementary color
Monochromatic Colors of #EF81AD
Black with #EF81AD
Text Example
Text Example
White with #EF81AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF81AD; }
p { color: rgb(239,129,173); }
H1.HeaderClassName
{
color: #EF81AD;
}
.AnyTagClassName
{
color: #EF81AD;
}
</style>
background-color css
<style>
a { background-color: #EF81AD; }
a { background-color: rgb(239,129,173); }
div.DivClassName
{
background-color: #EF81AD;
}
.BgClassName
{
background-color: #EF81AD;
}
</style>
border-color css
<style>
span { border-color: #EF81AD; }
span { border-color: rgb(239,129,173); }
td.TdClassName
{
border-color: #EF81AD;
}
.TagClassName
{
border-color: #EF81AD;
}
</style>