Shades of Tickle Me Pink #EC75A7
Tints of Tickle Me Pink #EC75A7
RGB
CMYK
RGB Variations
Color information
#EC75A7 (or 0xEC75A7) is known color: Tickle Me Pink. HEX triplet: EC, 75 and A7. RGB value is (236,117,167). Sum of RGB (Red+Green+Blue) = 236+117+167=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 167 (65.62% from 255 or 32.12% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC75A7 is #138A58. Grayscale: #9E9E9E. Windows color (decimal): -1280601 or 10974700. OLE color: 10974700.
HSL color Cylindrical-coordinate representation of color #EC75A7: hue angle of 334.79º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC75A7 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 167 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.07 |
| HSL | 334.79º | 0.76% | 0.69% | - |
| HSV(B) | 334.79º | 0.5% | 0.93% | - |
| XYZ | 47.93 | 33.35 | 40.47 | - |
| YUV | 158.28 | 132.92 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 167 | 0 | 0.50 | 0.29 | 0.07 | 334.79 | 0.76 | 0.69 |
| Hex | EC | 75 | A7 | 0 | 32 | 1D | 7 | 14F | 4C | 45 |
| Octal | 354 | 165 | 247 | 0 | 62 | 35 | 7 | 517 | 114 | 105 |
| Binary | 11101100 | 1110101 | 10100111 | 0 | 110010 | 11101 | 111 | 101001111 | 1001100 | 1000101 |
Color Harmonies of #EC75A7
Complementary color
Monochromatic Colors of #EC75A7
Black with #EC75A7
Text Example
Text Example
White with #EC75A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC75A7; }
p { color: rgb(236,117,167); }
H1.HeaderClassName
{
color: #EC75A7;
}
.AnyTagClassName
{
color: #EC75A7;
}
</style>
background-color css
<style>
a { background-color: #EC75A7; }
a { background-color: rgb(236,117,167); }
div.DivClassName
{
background-color: #EC75A7;
}
.BgClassName
{
background-color: #EC75A7;
}
</style>
border-color css
<style>
span { border-color: #EC75A7; }
span { border-color: rgb(236,117,167); }
td.TdClassName
{
border-color: #EC75A7;
}
.TagClassName
{
border-color: #EC75A7;
}
</style>