Shades of Tickle Me Pink #ED769F
Tints of Tickle Me Pink #ED769F
RGB
CMYK
RGB Variations
Color information
#ED769F (or 0xED769F) is known color: Tickle Me Pink. HEX triplet: ED, 76 and 9F. RGB value is (237,118,159). Sum of RGB (Red+Green+Blue) = 237+118+159=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED769F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED769F is #128960. Grayscale: #9E9E9E. Windows color (decimal): -1214817 or 10450669. OLE color: 10450669.
HSL color Cylindrical-coordinate representation of color #ED769F: hue angle of 339.33º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED769F is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 159 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.07 |
| HSL | 339.33º | 0.77% | 0.7% | - |
| HSV(B) | 339.33º | 0.5% | 0.93% | - |
| XYZ | 47.66 | 33.46 | 36.75 | - |
| YUV | 158.26 | 128.42 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 159 | 0 | 0.50 | 0.33 | 0.07 | 339.33 | 0.77 | 0.7 |
| Hex | ED | 76 | 9F | 0 | 32 | 21 | 7 | 153 | 4D | 46 |
| Octal | 355 | 166 | 237 | 0 | 62 | 41 | 7 | 523 | 115 | 106 |
| Binary | 11101101 | 1110110 | 10011111 | 0 | 110010 | 100001 | 111 | 101010011 | 1001101 | 1000110 |
Color Harmonies of #ED769F
Complementary color
Monochromatic Colors of #ED769F
Black with #ED769F
Text Example
Text Example
White with #ED769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED769F; }
p { color: rgb(237,118,159); }
H1.HeaderClassName
{
color: #ED769F;
}
.AnyTagClassName
{
color: #ED769F;
}
</style>
background-color css
<style>
a { background-color: #ED769F; }
a { background-color: rgb(237,118,159); }
div.DivClassName
{
background-color: #ED769F;
}
.BgClassName
{
background-color: #ED769F;
}
</style>
border-color css
<style>
span { border-color: #ED769F; }
span { border-color: rgb(237,118,159); }
td.TdClassName
{
border-color: #ED769F;
}
.TagClassName
{
border-color: #ED769F;
}
</style>