Shades of Tickle Me Pink #ED72A0
Tints of Tickle Me Pink #ED72A0
RGB
CMYK
RGB Variations
Color information
#ED72A0 (or 0xED72A0) is known color: Tickle Me Pink. HEX triplet: ED, 72 and A0. RGB value is (237,114,160). Sum of RGB (Red+Green+Blue) = 237+114+160=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED72A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED72A0 is #128D5F. Grayscale: #9B9B9B. Windows color (decimal): -1215840 or 10515181. OLE color: 10515181.
HSL color Cylindrical-coordinate representation of color #ED72A0: hue angle of 337.56º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED72A0 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 114 | 160 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.07 |
| HSL | 337.56º | 0.77% | 0.69% | - |
| HSV(B) | 337.56º | 0.52% | 0.93% | - |
| XYZ | 47.29 | 32.58 | 37.05 | - |
| YUV | 156.02 | 130.25 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 114 | 160 | 0 | 0.52 | 0.32 | 0.07 | 337.56 | 0.77 | 0.69 |
| Hex | ED | 72 | A0 | 0 | 34 | 20 | 7 | 152 | 4D | 45 |
| Octal | 355 | 162 | 240 | 0 | 64 | 40 | 7 | 522 | 115 | 105 |
| Binary | 11101101 | 1110010 | 10100000 | 0 | 110100 | 100000 | 111 | 101010010 | 1001101 | 1000101 |
Color Harmonies of #ED72A0
Complementary color
Monochromatic Colors of #ED72A0
Black with #ED72A0
Text Example
Text Example
White with #ED72A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED72A0; }
p { color: rgb(237,114,160); }
H1.HeaderClassName
{
color: #ED72A0;
}
.AnyTagClassName
{
color: #ED72A0;
}
</style>
background-color css
<style>
a { background-color: #ED72A0; }
a { background-color: rgb(237,114,160); }
div.DivClassName
{
background-color: #ED72A0;
}
.BgClassName
{
background-color: #ED72A0;
}
</style>
border-color css
<style>
span { border-color: #ED72A0; }
span { border-color: rgb(237,114,160); }
td.TdClassName
{
border-color: #ED72A0;
}
.TagClassName
{
border-color: #ED72A0;
}
</style>