Shades of Tickle Me Pink #ED7BA4
Tints of Tickle Me Pink #ED7BA4
RGB
CMYK
RGB Variations
Color information
#ED7BA4 (or 0xED7BA4) is known color: Tickle Me Pink. HEX triplet: ED, 7B and A4. RGB value is (237,123,164). Sum of RGB (Red+Green+Blue) = 237+123+164=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7BA4 is #12845B. Grayscale: #A1A1A1. Windows color (decimal): -1213532 or 10779629. OLE color: 10779629.
HSL color Cylindrical-coordinate representation of color #ED7BA4: hue angle of 338.42º 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 #ED7BA4 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 164 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.07 |
| HSL | 338.42º | 0.76% | 0.71% | - |
| HSV(B) | 338.42º | 0.48% | 0.93% | - |
| XYZ | 48.71 | 34.85 | 39.28 | - |
| YUV | 161.76 | 129.27 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 164 | 0 | 0.48 | 0.31 | 0.07 | 338.42 | 0.76 | 0.71 |
| Hex | ED | 7B | A4 | 0 | 30 | 1F | 7 | 152 | 4C | 47 |
| Octal | 355 | 173 | 244 | 0 | 60 | 37 | 7 | 522 | 114 | 107 |
| Binary | 11101101 | 1111011 | 10100100 | 0 | 110000 | 11111 | 111 | 101010010 | 1001100 | 1000111 |
Color Harmonies of #ED7BA4
Complementary color
Monochromatic Colors of #ED7BA4
Black with #ED7BA4
Text Example
Text Example
White with #ED7BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7BA4; }
p { color: rgb(237,123,164); }
H1.HeaderClassName
{
color: #ED7BA4;
}
.AnyTagClassName
{
color: #ED7BA4;
}
</style>
background-color css
<style>
a { background-color: #ED7BA4; }
a { background-color: rgb(237,123,164); }
div.DivClassName
{
background-color: #ED7BA4;
}
.BgClassName
{
background-color: #ED7BA4;
}
</style>
border-color css
<style>
span { border-color: #ED7BA4; }
span { border-color: rgb(237,123,164); }
td.TdClassName
{
border-color: #ED7BA4;
}
.TagClassName
{
border-color: #ED7BA4;
}
</style>