Shades of Tickle Me Pink #EC7DAC
Tints of Tickle Me Pink #EC7DAC
RGB
CMYK
RGB Variations
Color information
#EC7DAC (or 0xEC7DAC) is known color: Tickle Me Pink. HEX triplet: EC, 7D and AC. RGB value is (236,125,172). Sum of RGB (Red+Green+Blue) = 236+125+172=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7DAC is #138253. Grayscale: #A3A3A3. Windows color (decimal): -1278548 or 11304428. OLE color: 11304428.
HSL color Cylindrical-coordinate representation of color #EC7DAC: hue angle of 334.59º 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 #EC7DAC is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 172 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.07 |
| HSL | 334.59º | 0.74% | 0.71% | - |
| HSV(B) | 334.59º | 0.47% | 0.93% | - |
| XYZ | 49.37 | 35.48 | 43.28 | - |
| YUV | 163.55 | 132.77 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 172 | 0 | 0.47 | 0.27 | 0.07 | 334.59 | 0.74 | 0.71 |
| Hex | EC | 7D | AC | 0 | 2F | 1B | 7 | 14F | 4A | 47 |
| Octal | 354 | 175 | 254 | 0 | 57 | 33 | 7 | 517 | 112 | 107 |
| Binary | 11101100 | 1111101 | 10101100 | 0 | 101111 | 11011 | 111 | 101001111 | 1001010 | 1000111 |
Color Harmonies of #EC7DAC
Complementary color
Monochromatic Colors of #EC7DAC
Black with #EC7DAC
Text Example
Text Example
White with #EC7DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7DAC; }
p { color: rgb(236,125,172); }
H1.HeaderClassName
{
color: #EC7DAC;
}
.AnyTagClassName
{
color: #EC7DAC;
}
</style>
background-color css
<style>
a { background-color: #EC7DAC; }
a { background-color: rgb(236,125,172); }
div.DivClassName
{
background-color: #EC7DAC;
}
.BgClassName
{
background-color: #EC7DAC;
}
</style>
border-color css
<style>
span { border-color: #EC7DAC; }
span { border-color: rgb(236,125,172); }
td.TdClassName
{
border-color: #EC7DAC;
}
.TagClassName
{
border-color: #EC7DAC;
}
</style>