Shades of Tickle Me Pink #EC82AA
Tints of Tickle Me Pink #EC82AA
RGB
CMYK
RGB Variations
Color information
#EC82AA (or 0xEC82AA) is known color: Tickle Me Pink. HEX triplet: EC, 82 and AA. RGB value is (236,130,170). Sum of RGB (Red+Green+Blue) = 236+130+170=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC82AA is #137D55. Grayscale: #A6A6A6. Windows color (decimal): -1277270 or 11174636. OLE color: 11174636.
HSL color Cylindrical-coordinate representation of color #EC82AA: hue angle of 337.36º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC82AA is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 170 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.07 |
| HSL | 337.36º | 0.74% | 0.72% | - |
| HSV(B) | 337.36º | 0.45% | 0.93% | - |
| XYZ | 49.83 | 36.7 | 42.49 | - |
| YUV | 166.25 | 130.12 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 170 | 0 | 0.45 | 0.28 | 0.07 | 337.36 | 0.74 | 0.72 |
| Hex | EC | 82 | AA | 0 | 2D | 1C | 7 | 151 | 4A | 48 |
| Octal | 354 | 202 | 252 | 0 | 55 | 34 | 7 | 521 | 112 | 110 |
| Binary | 11101100 | 10000010 | 10101010 | 0 | 101101 | 11100 | 111 | 101010001 | 1001010 | 1001000 |
Color Harmonies of #EC82AA
Complementary color
Monochromatic Colors of #EC82AA
Black with #EC82AA
Text Example
Text Example
White with #EC82AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC82AA; }
p { color: rgb(236,130,170); }
H1.HeaderClassName
{
color: #EC82AA;
}
.AnyTagClassName
{
color: #EC82AA;
}
</style>
background-color css
<style>
a { background-color: #EC82AA; }
a { background-color: rgb(236,130,170); }
div.DivClassName
{
background-color: #EC82AA;
}
.BgClassName
{
background-color: #EC82AA;
}
</style>
border-color css
<style>
span { border-color: #EC82AA; }
span { border-color: rgb(236,130,170); }
td.TdClassName
{
border-color: #EC82AA;
}
.TagClassName
{
border-color: #EC82AA;
}
</style>