Shades of Tickle Me Pink #ED7BAC
Tints of Tickle Me Pink #ED7BAC
RGB
CMYK
RGB Variations
Color information
#ED7BAC (or 0xED7BAC) is known color: Tickle Me Pink. HEX triplet: ED, 7B and AC. RGB value is (237,123,172). Sum of RGB (Red+Green+Blue) = 237+123+172=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7BAC is #128453. Grayscale: #A2A2A2. Windows color (decimal): -1213524 or 11303917. OLE color: 11303917.
HSL color Cylindrical-coordinate representation of color #ED7BAC: hue angle of 334.21º 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 #ED7BAC is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 172 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.07 |
| HSL | 334.21º | 0.76% | 0.71% | - |
| HSV(B) | 334.21º | 0.48% | 0.93% | - |
| XYZ | 49.45 | 35.15 | 43.21 | - |
| YUV | 162.67 | 133.27 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 172 | 0 | 0.48 | 0.27 | 0.07 | 334.21 | 0.76 | 0.71 |
| Hex | ED | 7B | AC | 0 | 30 | 1B | 7 | 14E | 4C | 47 |
| Octal | 355 | 173 | 254 | 0 | 60 | 33 | 7 | 516 | 114 | 107 |
| Binary | 11101101 | 1111011 | 10101100 | 0 | 110000 | 11011 | 111 | 101001110 | 1001100 | 1000111 |
Color Harmonies of #ED7BAC
Complementary color
Monochromatic Colors of #ED7BAC
Black with #ED7BAC
Text Example
Text Example
White with #ED7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7BAC; }
p { color: rgb(237,123,172); }
H1.HeaderClassName
{
color: #ED7BAC;
}
.AnyTagClassName
{
color: #ED7BAC;
}
</style>
background-color css
<style>
a { background-color: #ED7BAC; }
a { background-color: rgb(237,123,172); }
div.DivClassName
{
background-color: #ED7BAC;
}
.BgClassName
{
background-color: #ED7BAC;
}
</style>
border-color css
<style>
span { border-color: #ED7BAC; }
span { border-color: rgb(237,123,172); }
td.TdClassName
{
border-color: #ED7BAC;
}
.TagClassName
{
border-color: #ED7BAC;
}
</style>