Shades of Tickle Me Pink #EF73A8
Tints of Tickle Me Pink #EF73A8
RGB
CMYK
RGB Variations
Color information
#EF73A8 (or 0xEF73A8) is known color: Tickle Me Pink. HEX triplet: EF, 73 and A8. RGB value is (239,115,168). Sum of RGB (Red+Green+Blue) = 239+115+168=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EF73A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF73A8 is #108C57. Grayscale: #9E9E9E. Windows color (decimal): -1084504 or 11039727. OLE color: 11039727.
HSL color Cylindrical-coordinate representation of color #EF73A8: hue angle of 334.35º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF73A8 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 168 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.06 |
| HSL | 334.35º | 0.79% | 0.69% | - |
| HSV(B) | 334.35º | 0.52% | 0.94% | - |
| XYZ | 48.8 | 33.44 | 40.93 | - |
| YUV | 158.12 | 133.58 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 168 | 0 | 0.52 | 0.30 | 0.06 | 334.35 | 0.79 | 0.69 |
| Hex | EF | 73 | A8 | 0 | 34 | 1E | 6 | 14E | 4F | 45 |
| Octal | 357 | 163 | 250 | 0 | 64 | 36 | 6 | 516 | 117 | 105 |
| Binary | 11101111 | 1110011 | 10101000 | 0 | 110100 | 11110 | 110 | 101001110 | 1001111 | 1000101 |
Color Harmonies of #EF73A8
Complementary color
Monochromatic Colors of #EF73A8
Black with #EF73A8
Text Example
Text Example
White with #EF73A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF73A8; }
p { color: rgb(239,115,168); }
H1.HeaderClassName
{
color: #EF73A8;
}
.AnyTagClassName
{
color: #EF73A8;
}
</style>
background-color css
<style>
a { background-color: #EF73A8; }
a { background-color: rgb(239,115,168); }
div.DivClassName
{
background-color: #EF73A8;
}
.BgClassName
{
background-color: #EF73A8;
}
</style>
border-color css
<style>
span { border-color: #EF73A8; }
span { border-color: rgb(239,115,168); }
td.TdClassName
{
border-color: #EF73A8;
}
.TagClassName
{
border-color: #EF73A8;
}
</style>