Shades of Tickle Me Pink #ED7BAB
Tints of Tickle Me Pink #ED7BAB
RGB
CMYK
RGB Variations
Color information
#ED7BAB (or 0xED7BAB) is known color: Tickle Me Pink. HEX triplet: ED, 7B and AB. RGB value is (237,123,171). Sum of RGB (Red+Green+Blue) = 237+123+171=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7BAB is #128454. Grayscale: #A2A2A2. Windows color (decimal): -1213525 or 11238381. OLE color: 11238381.
HSL color Cylindrical-coordinate representation of color #ED7BAB: hue angle of 334.74º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED7BAB is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 171 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.07 |
| HSL | 334.74º | 0.76% | 0.71% | - |
| HSV(B) | 334.74º | 0.48% | 0.93% | - |
| XYZ | 49.36 | 35.11 | 42.7 | - |
| YUV | 162.56 | 132.77 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 171 | 0 | 0.48 | 0.28 | 0.07 | 334.74 | 0.76 | 0.71 |
| Hex | ED | 7B | AB | 0 | 30 | 1C | 7 | 14F | 4C | 47 |
| Octal | 355 | 173 | 253 | 0 | 60 | 34 | 7 | 517 | 114 | 107 |
| Binary | 11101101 | 1111011 | 10101011 | 0 | 110000 | 11100 | 111 | 101001111 | 1001100 | 1000111 |
Color Harmonies of #ED7BAB
Complementary color
Monochromatic Colors of #ED7BAB
Black with #ED7BAB
Text Example
Text Example
White with #ED7BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7BAB; }
p { color: rgb(237,123,171); }
H1.HeaderClassName
{
color: #ED7BAB;
}
.AnyTagClassName
{
color: #ED7BAB;
}
</style>
background-color css
<style>
a { background-color: #ED7BAB; }
a { background-color: rgb(237,123,171); }
div.DivClassName
{
background-color: #ED7BAB;
}
.BgClassName
{
background-color: #ED7BAB;
}
</style>
border-color css
<style>
span { border-color: #ED7BAB; }
span { border-color: rgb(237,123,171); }
td.TdClassName
{
border-color: #ED7BAB;
}
.TagClassName
{
border-color: #ED7BAB;
}
</style>