Shades of Tickle Me Pink #EC7DAA
Tints of Tickle Me Pink #EC7DAA
RGB
CMYK
RGB Variations
Color information
#EC7DAA (or 0xEC7DAA) is known color: Tickle Me Pink. HEX triplet: EC, 7D and AA. RGB value is (236,125,170). Sum of RGB (Red+Green+Blue) = 236+125+170=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7DAA is #138255. Grayscale: #A3A3A3. Windows color (decimal): -1278550 or 11173356. OLE color: 11173356.
HSL color Cylindrical-coordinate representation of color #EC7DAA: hue angle of 335.68º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC7DAA is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 170 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.07 |
| HSL | 335.68º | 0.74% | 0.71% | - |
| HSV(B) | 335.68º | 0.47% | 0.93% | - |
| XYZ | 49.18 | 35.4 | 42.27 | - |
| YUV | 163.32 | 131.77 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 170 | 0 | 0.47 | 0.28 | 0.07 | 335.68 | 0.74 | 0.71 |
| Hex | EC | 7D | AA | 0 | 2F | 1C | 7 | 150 | 4A | 47 |
| Octal | 354 | 175 | 252 | 0 | 57 | 34 | 7 | 520 | 112 | 107 |
| Binary | 11101100 | 1111101 | 10101010 | 0 | 101111 | 11100 | 111 | 101010000 | 1001010 | 1000111 |
Color Harmonies of #EC7DAA
Complementary color
Monochromatic Colors of #EC7DAA
Black with #EC7DAA
Text Example
Text Example
White with #EC7DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7DAA; }
p { color: rgb(236,125,170); }
H1.HeaderClassName
{
color: #EC7DAA;
}
.AnyTagClassName
{
color: #EC7DAA;
}
</style>
background-color css
<style>
a { background-color: #EC7DAA; }
a { background-color: rgb(236,125,170); }
div.DivClassName
{
background-color: #EC7DAA;
}
.BgClassName
{
background-color: #EC7DAA;
}
</style>
border-color css
<style>
span { border-color: #EC7DAA; }
span { border-color: rgb(236,125,170); }
td.TdClassName
{
border-color: #EC7DAA;
}
.TagClassName
{
border-color: #EC7DAA;
}
</style>