Shades of Tickle Me Pink #ED7FA6
Tints of Tickle Me Pink #ED7FA6
RGB
CMYK
RGB Variations
Color information
#ED7FA6 (or 0xED7FA6) is known color: Tickle Me Pink. HEX triplet: ED, 7F and A6. RGB value is (237,127,166). Sum of RGB (Red+Green+Blue) = 237+127+166=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7FA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7FA6 is #128059. Grayscale: #A4A4A4. Windows color (decimal): -1212506 or 10911725. OLE color: 10911725.
HSL color Cylindrical-coordinate representation of color #ED7FA6: hue angle of 338.73º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED7FA6 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 127 | 166 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.07 |
| HSL | 338.73º | 0.75% | 0.71% | - |
| HSV(B) | 338.73º | 0.46% | 0.93% | - |
| XYZ | 49.4 | 35.94 | 40.41 | - |
| YUV | 164.34 | 128.94 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 127 | 166 | 0 | 0.46 | 0.30 | 0.07 | 338.73 | 0.75 | 0.71 |
| Hex | ED | 7F | A6 | 0 | 2E | 1E | 7 | 153 | 4B | 47 |
| Octal | 355 | 177 | 246 | 0 | 56 | 36 | 7 | 523 | 113 | 107 |
| Binary | 11101101 | 1111111 | 10100110 | 0 | 101110 | 11110 | 111 | 101010011 | 1001011 | 1000111 |
Color Harmonies of #ED7FA6
Complementary color
Monochromatic Colors of #ED7FA6
Black with #ED7FA6
Text Example
Text Example
White with #ED7FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7FA6; }
p { color: rgb(237,127,166); }
H1.HeaderClassName
{
color: #ED7FA6;
}
.AnyTagClassName
{
color: #ED7FA6;
}
</style>
background-color css
<style>
a { background-color: #ED7FA6; }
a { background-color: rgb(237,127,166); }
div.DivClassName
{
background-color: #ED7FA6;
}
.BgClassName
{
background-color: #ED7FA6;
}
</style>
border-color css
<style>
span { border-color: #ED7FA6; }
span { border-color: rgb(237,127,166); }
td.TdClassName
{
border-color: #ED7FA6;
}
.TagClassName
{
border-color: #ED7FA6;
}
</style>