Shades of Tickle Me Pink #EF80A0
Tints of Tickle Me Pink #EF80A0
RGB
CMYK
RGB Variations
Color information
#EF80A0 (or 0xEF80A0) is known color: Tickle Me Pink. HEX triplet: EF, 80 and A0. RGB value is (239,128,160). Sum of RGB (Red+Green+Blue) = 239+128+160=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF80A0 is #107F5F. Grayscale: #A4A4A4. Windows color (decimal): -1081184 or 10518767. OLE color: 10518767.
HSL color Cylindrical-coordinate representation of color #EF80A0: hue angle of 342.7º degrees, saturation: 0.78, 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 #EF80A0 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 160 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.06 |
| HSL | 342.7º | 0.78% | 0.72% | - |
| HSV(B) | 342.7º | 0.46% | 0.94% | - |
| XYZ | 49.66 | 36.33 | 37.65 | - |
| YUV | 164.84 | 125.27 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 160 | 0 | 0.46 | 0.33 | 0.06 | 342.7 | 0.78 | 0.72 |
| Hex | EF | 80 | A0 | 0 | 2E | 21 | 6 | 157 | 4E | 48 |
| Octal | 357 | 200 | 240 | 0 | 56 | 41 | 6 | 527 | 116 | 110 |
| Binary | 11101111 | 10000000 | 10100000 | 0 | 101110 | 100001 | 110 | 101010111 | 1001110 | 1001000 |
Color Harmonies of #EF80A0
Complementary color
Monochromatic Colors of #EF80A0
Black with #EF80A0
Text Example
Text Example
White with #EF80A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF80A0; }
p { color: rgb(239,128,160); }
H1.HeaderClassName
{
color: #EF80A0;
}
.AnyTagClassName
{
color: #EF80A0;
}
</style>
background-color css
<style>
a { background-color: #EF80A0; }
a { background-color: rgb(239,128,160); }
div.DivClassName
{
background-color: #EF80A0;
}
.BgClassName
{
background-color: #EF80A0;
}
</style>
border-color css
<style>
span { border-color: #EF80A0; }
span { border-color: rgb(239,128,160); }
td.TdClassName
{
border-color: #EF80A0;
}
.TagClassName
{
border-color: #EF80A0;
}
</style>