Shades of Tickle Me Pink #EC7DAD
Tints of Tickle Me Pink #EC7DAD
RGB
CMYK
RGB Variations
Color information
#EC7DAD (or 0xEC7DAD) is known color: Tickle Me Pink. HEX triplet: EC, 7D and AD. RGB value is (236,125,173). Sum of RGB (Red+Green+Blue) = 236+125+173=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7DAD is #138252. Grayscale: #A3A3A3. Windows color (decimal): -1278547 or 11369964. OLE color: 11369964.
HSL color Cylindrical-coordinate representation of color #EC7DAD: hue angle of 334.05º 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 #EC7DAD is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 173 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.07 |
| HSL | 334.05º | 0.74% | 0.71% | - |
| HSV(B) | 334.05º | 0.47% | 0.93% | - |
| XYZ | 49.47 | 35.52 | 43.78 | - |
| YUV | 163.66 | 133.27 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 173 | 0 | 0.47 | 0.27 | 0.07 | 334.05 | 0.74 | 0.71 |
| Hex | EC | 7D | AD | 0 | 2F | 1B | 7 | 14E | 4A | 47 |
| Octal | 354 | 175 | 255 | 0 | 57 | 33 | 7 | 516 | 112 | 107 |
| Binary | 11101100 | 1111101 | 10101101 | 0 | 101111 | 11011 | 111 | 101001110 | 1001010 | 1000111 |
Color Harmonies of #EC7DAD
Complementary color
Monochromatic Colors of #EC7DAD
Black with #EC7DAD
Text Example
Text Example
White with #EC7DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7DAD; }
p { color: rgb(236,125,173); }
H1.HeaderClassName
{
color: #EC7DAD;
}
.AnyTagClassName
{
color: #EC7DAD;
}
</style>
background-color css
<style>
a { background-color: #EC7DAD; }
a { background-color: rgb(236,125,173); }
div.DivClassName
{
background-color: #EC7DAD;
}
.BgClassName
{
background-color: #EC7DAD;
}
</style>
border-color css
<style>
span { border-color: #EC7DAD; }
span { border-color: rgb(236,125,173); }
td.TdClassName
{
border-color: #EC7DAD;
}
.TagClassName
{
border-color: #EC7DAD;
}
</style>