Shades of Tickle Me Pink #ED80AD
Tints of Tickle Me Pink #ED80AD
RGB
CMYK
RGB Variations
Color information
#ED80AD (or 0xED80AD) is known color: Tickle Me Pink. HEX triplet: ED, 80 and AD. RGB value is (237,128,173). Sum of RGB (Red+Green+Blue) = 237+128+173=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED80AD is #127F52. Grayscale: #A5A5A5. Windows color (decimal): -1212243 or 11370733. OLE color: 11370733.
HSL color Cylindrical-coordinate representation of color #ED80AD: hue angle of 335.23º 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 #ED80AD is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 173 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.07 |
| HSL | 335.23º | 0.75% | 0.72% | - |
| HSV(B) | 335.23º | 0.46% | 0.93% | - |
| XYZ | 50.19 | 36.46 | 43.93 | - |
| YUV | 165.72 | 132.11 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 173 | 0 | 0.46 | 0.27 | 0.07 | 335.23 | 0.75 | 0.72 |
| Hex | ED | 80 | AD | 0 | 2E | 1B | 7 | 14F | 4B | 48 |
| Octal | 355 | 200 | 255 | 0 | 56 | 33 | 7 | 517 | 113 | 110 |
| Binary | 11101101 | 10000000 | 10101101 | 0 | 101110 | 11011 | 111 | 101001111 | 1001011 | 1001000 |
Color Harmonies of #ED80AD
Complementary color
Monochromatic Colors of #ED80AD
Black with #ED80AD
Text Example
Text Example
White with #ED80AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED80AD; }
p { color: rgb(237,128,173); }
H1.HeaderClassName
{
color: #ED80AD;
}
.AnyTagClassName
{
color: #ED80AD;
}
</style>
background-color css
<style>
a { background-color: #ED80AD; }
a { background-color: rgb(237,128,173); }
div.DivClassName
{
background-color: #ED80AD;
}
.BgClassName
{
background-color: #ED80AD;
}
</style>
border-color css
<style>
span { border-color: #ED80AD; }
span { border-color: rgb(237,128,173); }
td.TdClassName
{
border-color: #ED80AD;
}
.TagClassName
{
border-color: #ED80AD;
}
</style>