Shades of Tickle Me Pink #ED78AB
Tints of Tickle Me Pink #ED78AB
RGB
CMYK
RGB Variations
Color information
#ED78AB (or 0xED78AB) is known color: Tickle Me Pink. HEX triplet: ED, 78 and AB. RGB value is (237,120,171). Sum of RGB (Red+Green+Blue) = 237+120+171=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 120 (47.27% from 255 or 22.73% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED78AB is #128754. Grayscale: #A0A0A0. Windows color (decimal): -1214293 or 11237613. OLE color: 11237613.
HSL color Cylindrical-coordinate representation of color #ED78AB: hue angle of 333.85º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED78AB is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 120 | 171 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.07 |
| HSL | 333.85º | 0.76% | 0.7% | - |
| HSV(B) | 333.85º | 0.49% | 0.93% | - |
| XYZ | 48.99 | 34.38 | 42.58 | - |
| YUV | 160.8 | 133.76 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 120 | 171 | 0 | 0.49 | 0.28 | 0.07 | 333.85 | 0.76 | 0.7 |
| Hex | ED | 78 | AB | 0 | 31 | 1C | 7 | 14E | 4C | 46 |
| Octal | 355 | 170 | 253 | 0 | 61 | 34 | 7 | 516 | 114 | 106 |
| Binary | 11101101 | 1111000 | 10101011 | 0 | 110001 | 11100 | 111 | 101001110 | 1001100 | 1000110 |
Color Harmonies of #ED78AB
Complementary color
Monochromatic Colors of #ED78AB
Black with #ED78AB
Text Example
Text Example
White with #ED78AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED78AB; }
p { color: rgb(237,120,171); }
H1.HeaderClassName
{
color: #ED78AB;
}
.AnyTagClassName
{
color: #ED78AB;
}
</style>
background-color css
<style>
a { background-color: #ED78AB; }
a { background-color: rgb(237,120,171); }
div.DivClassName
{
background-color: #ED78AB;
}
.BgClassName
{
background-color: #ED78AB;
}
</style>
border-color css
<style>
span { border-color: #ED78AB; }
span { border-color: rgb(237,120,171); }
td.TdClassName
{
border-color: #ED78AB;
}
.TagClassName
{
border-color: #ED78AB;
}
</style>