Shades of Tickle Me Pink #ED81AB
Tints of Tickle Me Pink #ED81AB
RGB
CMYK
RGB Variations
Color information
#ED81AB (or 0xED81AB) is known color: Tickle Me Pink. HEX triplet: ED, 81 and AB. RGB value is (237,129,171). Sum of RGB (Red+Green+Blue) = 237+129+171=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED81AB is #127E54. Grayscale: #A6A6A6. Windows color (decimal): -1211989 or 11239917. OLE color: 11239917.
HSL color Cylindrical-coordinate representation of color #ED81AB: hue angle of 336.67º 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 #ED81AB is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 171 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.07 |
| HSL | 336.67º | 0.75% | 0.72% | - |
| HSV(B) | 336.67º | 0.46% | 0.93% | - |
| XYZ | 50.13 | 36.65 | 42.96 | - |
| YUV | 166.08 | 130.78 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 171 | 0 | 0.46 | 0.28 | 0.07 | 336.67 | 0.75 | 0.72 |
| Hex | ED | 81 | AB | 0 | 2E | 1C | 7 | 151 | 4B | 48 |
| Octal | 355 | 201 | 253 | 0 | 56 | 34 | 7 | 521 | 113 | 110 |
| Binary | 11101101 | 10000001 | 10101011 | 0 | 101110 | 11100 | 111 | 101010001 | 1001011 | 1001000 |
Color Harmonies of #ED81AB
Complementary color
Monochromatic Colors of #ED81AB
Black with #ED81AB
Text Example
Text Example
White with #ED81AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED81AB; }
p { color: rgb(237,129,171); }
H1.HeaderClassName
{
color: #ED81AB;
}
.AnyTagClassName
{
color: #ED81AB;
}
</style>
background-color css
<style>
a { background-color: #ED81AB; }
a { background-color: rgb(237,129,171); }
div.DivClassName
{
background-color: #ED81AB;
}
.BgClassName
{
background-color: #ED81AB;
}
</style>
border-color css
<style>
span { border-color: #ED81AB; }
span { border-color: rgb(237,129,171); }
td.TdClassName
{
border-color: #ED81AB;
}
.TagClassName
{
border-color: #ED81AB;
}
</style>