Shades of Tickle Me Pink #EC80AA
Tints of Tickle Me Pink #EC80AA
RGB
CMYK
RGB Variations
Color information
#EC80AA (or 0xEC80AA) is known color: Tickle Me Pink. HEX triplet: EC, 80 and AA. RGB value is (236,128,170). Sum of RGB (Red+Green+Blue) = 236+128+170=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC80AA is #137F55. Grayscale: #A5A5A5. Windows color (decimal): -1277782 or 11174124. OLE color: 11174124.
HSL color Cylindrical-coordinate representation of color #EC80AA: hue angle of 336.67º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC80AA is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 170 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.07 |
| HSL | 336.67º | 0.74% | 0.71% | - |
| HSV(B) | 336.67º | 0.46% | 0.93% | - |
| XYZ | 49.57 | 36.17 | 42.4 | - |
| YUV | 165.08 | 130.78 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 170 | 0 | 0.46 | 0.28 | 0.07 | 336.67 | 0.74 | 0.71 |
| Hex | EC | 80 | AA | 0 | 2E | 1C | 7 | 151 | 4A | 47 |
| Octal | 354 | 200 | 252 | 0 | 56 | 34 | 7 | 521 | 112 | 107 |
| Binary | 11101100 | 10000000 | 10101010 | 0 | 101110 | 11100 | 111 | 101010001 | 1001010 | 1000111 |
Color Harmonies of #EC80AA
Complementary color
Monochromatic Colors of #EC80AA
Black with #EC80AA
Text Example
Text Example
White with #EC80AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80AA; }
p { color: rgb(236,128,170); }
H1.HeaderClassName
{
color: #EC80AA;
}
.AnyTagClassName
{
color: #EC80AA;
}
</style>
background-color css
<style>
a { background-color: #EC80AA; }
a { background-color: rgb(236,128,170); }
div.DivClassName
{
background-color: #EC80AA;
}
.BgClassName
{
background-color: #EC80AA;
}
</style>
border-color css
<style>
span { border-color: #EC80AA; }
span { border-color: rgb(236,128,170); }
td.TdClassName
{
border-color: #EC80AA;
}
.TagClassName
{
border-color: #EC80AA;
}
</style>