Shades of Tickle Me Pink #ED7BA7
Tints of Tickle Me Pink #ED7BA7
RGB
CMYK
RGB Variations
Color information
#ED7BA7 (or 0xED7BA7) is known color: Tickle Me Pink. HEX triplet: ED, 7B and A7. RGB value is (237,123,167). Sum of RGB (Red+Green+Blue) = 237+123+167=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7BA7 is #128458. Grayscale: #A2A2A2. Windows color (decimal): -1213529 or 10976237. OLE color: 10976237.
HSL color Cylindrical-coordinate representation of color #ED7BA7: hue angle of 336.84º 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 #ED7BA7 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 167 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.07 |
| HSL | 336.84º | 0.76% | 0.71% | - |
| HSV(B) | 336.84º | 0.48% | 0.93% | - |
| XYZ | 48.98 | 34.96 | 40.73 | - |
| YUV | 162.1 | 130.77 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 167 | 0 | 0.48 | 0.30 | 0.07 | 336.84 | 0.76 | 0.71 |
| Hex | ED | 7B | A7 | 0 | 30 | 1E | 7 | 151 | 4C | 47 |
| Octal | 355 | 173 | 247 | 0 | 60 | 36 | 7 | 521 | 114 | 107 |
| Binary | 11101101 | 1111011 | 10100111 | 0 | 110000 | 11110 | 111 | 101010001 | 1001100 | 1000111 |
Color Harmonies of #ED7BA7
Complementary color
Monochromatic Colors of #ED7BA7
Black with #ED7BA7
Text Example
Text Example
White with #ED7BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7BA7; }
p { color: rgb(237,123,167); }
H1.HeaderClassName
{
color: #ED7BA7;
}
.AnyTagClassName
{
color: #ED7BA7;
}
</style>
background-color css
<style>
a { background-color: #ED7BA7; }
a { background-color: rgb(237,123,167); }
div.DivClassName
{
background-color: #ED7BA7;
}
.BgClassName
{
background-color: #ED7BA7;
}
</style>
border-color css
<style>
span { border-color: #ED7BA7; }
span { border-color: rgb(237,123,167); }
td.TdClassName
{
border-color: #ED7BA7;
}
.TagClassName
{
border-color: #ED7BA7;
}
</style>