Shades of Tickle Me Pink #EC75A3
Tints of Tickle Me Pink #EC75A3
RGB
CMYK
RGB Variations
Color information
#EC75A3 (or 0xEC75A3) is known color: Tickle Me Pink. HEX triplet: EC, 75 and A3. RGB value is (236,117,163). Sum of RGB (Red+Green+Blue) = 236+117+163=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC75A3 is #138A5C. Grayscale: #9D9D9D. Windows color (decimal): -1280605 or 10712556. OLE color: 10712556.
HSL color Cylindrical-coordinate representation of color #EC75A3: hue angle of 336.81º 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 #EC75A3 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 163 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.07 |
| HSL | 336.81º | 0.76% | 0.69% | - |
| HSV(B) | 336.81º | 0.5% | 0.93% | - |
| XYZ | 47.56 | 33.2 | 38.55 | - |
| YUV | 157.83 | 130.92 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 163 | 0 | 0.50 | 0.31 | 0.07 | 336.81 | 0.76 | 0.69 |
| Hex | EC | 75 | A3 | 0 | 32 | 1F | 7 | 151 | 4C | 45 |
| Octal | 354 | 165 | 243 | 0 | 62 | 37 | 7 | 521 | 114 | 105 |
| Binary | 11101100 | 1110101 | 10100011 | 0 | 110010 | 11111 | 111 | 101010001 | 1001100 | 1000101 |
Color Harmonies of #EC75A3
Complementary color
Monochromatic Colors of #EC75A3
Black with #EC75A3
Text Example
Text Example
White with #EC75A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC75A3; }
p { color: rgb(236,117,163); }
H1.HeaderClassName
{
color: #EC75A3;
}
.AnyTagClassName
{
color: #EC75A3;
}
</style>
background-color css
<style>
a { background-color: #EC75A3; }
a { background-color: rgb(236,117,163); }
div.DivClassName
{
background-color: #EC75A3;
}
.BgClassName
{
background-color: #EC75A3;
}
</style>
border-color css
<style>
span { border-color: #EC75A3; }
span { border-color: rgb(236,117,163); }
td.TdClassName
{
border-color: #EC75A3;
}
.TagClassName
{
border-color: #EC75A3;
}
</style>