Shades of Tickle Me Pink #EC7DA8
Tints of Tickle Me Pink #EC7DA8
RGB
CMYK
RGB Variations
Color information
#EC7DA8 (or 0xEC7DA8) is known color: Tickle Me Pink. HEX triplet: EC, 7D and A8. RGB value is (236,125,168). Sum of RGB (Red+Green+Blue) = 236+125+168=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7DA8 is #138257. Grayscale: #A3A3A3. Windows color (decimal): -1278552 or 11042284. OLE color: 11042284.
HSL color Cylindrical-coordinate representation of color #EC7DA8: hue angle of 336.76º 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 #EC7DA8 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 168 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.07 |
| HSL | 336.76º | 0.74% | 0.71% | - |
| HSV(B) | 336.76º | 0.47% | 0.93% | - |
| XYZ | 48.99 | 35.33 | 41.28 | - |
| YUV | 163.09 | 130.77 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 168 | 0 | 0.47 | 0.29 | 0.07 | 336.76 | 0.74 | 0.71 |
| Hex | EC | 7D | A8 | 0 | 2F | 1D | 7 | 151 | 4A | 47 |
| Octal | 354 | 175 | 250 | 0 | 57 | 35 | 7 | 521 | 112 | 107 |
| Binary | 11101100 | 1111101 | 10101000 | 0 | 101111 | 11101 | 111 | 101010001 | 1001010 | 1000111 |
Color Harmonies of #EC7DA8
Complementary color
Monochromatic Colors of #EC7DA8
Black with #EC7DA8
Text Example
Text Example
White with #EC7DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7DA8; }
p { color: rgb(236,125,168); }
H1.HeaderClassName
{
color: #EC7DA8;
}
.AnyTagClassName
{
color: #EC7DA8;
}
</style>
background-color css
<style>
a { background-color: #EC7DA8; }
a { background-color: rgb(236,125,168); }
div.DivClassName
{
background-color: #EC7DA8;
}
.BgClassName
{
background-color: #EC7DA8;
}
</style>
border-color css
<style>
span { border-color: #EC7DA8; }
span { border-color: rgb(236,125,168); }
td.TdClassName
{
border-color: #EC7DA8;
}
.TagClassName
{
border-color: #EC7DA8;
}
</style>