Shades of Tickle Me Pink #ED80AB
Tints of Tickle Me Pink #ED80AB
RGB
CMYK
RGB Variations
Color information
#ED80AB (or 0xED80AB) is known color: Tickle Me Pink. HEX triplet: ED, 80 and AB. RGB value is (237,128,171). Sum of RGB (Red+Green+Blue) = 237+128+171=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED80AB is #127F54. Grayscale: #A5A5A5. Windows color (decimal): -1212245 or 11239661. OLE color: 11239661.
HSL color Cylindrical-coordinate representation of color #ED80AB: hue angle of 336.33º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED80AB is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 171 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.07 |
| HSL | 336.33º | 0.75% | 0.72% | - |
| HSV(B) | 336.33º | 0.46% | 0.93% | - |
| XYZ | 49.99 | 36.38 | 42.92 | - |
| YUV | 165.49 | 131.11 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 171 | 0 | 0.46 | 0.28 | 0.07 | 336.33 | 0.75 | 0.72 |
| Hex | ED | 80 | AB | 0 | 2E | 1C | 7 | 150 | 4B | 48 |
| Octal | 355 | 200 | 253 | 0 | 56 | 34 | 7 | 520 | 113 | 110 |
| Binary | 11101101 | 10000000 | 10101011 | 0 | 101110 | 11100 | 111 | 101010000 | 1001011 | 1001000 |
Color Harmonies of #ED80AB
Complementary color
Monochromatic Colors of #ED80AB
Black with #ED80AB
Text Example
Text Example
White with #ED80AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED80AB; }
p { color: rgb(237,128,171); }
H1.HeaderClassName
{
color: #ED80AB;
}
.AnyTagClassName
{
color: #ED80AB;
}
</style>
background-color css
<style>
a { background-color: #ED80AB; }
a { background-color: rgb(237,128,171); }
div.DivClassName
{
background-color: #ED80AB;
}
.BgClassName
{
background-color: #ED80AB;
}
</style>
border-color css
<style>
span { border-color: #ED80AB; }
span { border-color: rgb(237,128,171); }
td.TdClassName
{
border-color: #ED80AB;
}
.TagClassName
{
border-color: #ED80AB;
}
</style>