Shades of Tickle Me Pink #ED7BA1
Tints of Tickle Me Pink #ED7BA1
RGB
CMYK
RGB Variations
Color information
#ED7BA1 (or 0xED7BA1) is known color: Tickle Me Pink. HEX triplet: ED, 7B and A1. RGB value is (237,123,161). Sum of RGB (Red+Green+Blue) = 237+123+161=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7BA1 is #12845E. Grayscale: #A1A1A1. Windows color (decimal): -1213535 or 10583021. OLE color: 10583021.
HSL color Cylindrical-coordinate representation of color #ED7BA1: hue angle of 340º 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 #ED7BA1 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 161 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.07 |
| HSL | 340º | 0.76% | 0.71% | - |
| HSV(B) | 340º | 0.48% | 0.93% | - |
| XYZ | 48.44 | 34.74 | 37.87 | - |
| YUV | 161.42 | 127.77 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 161 | 0 | 0.48 | 0.32 | 0.07 | 340 | 0.76 | 0.71 |
| Hex | ED | 7B | A1 | 0 | 30 | 20 | 7 | 154 | 4C | 47 |
| Octal | 355 | 173 | 241 | 0 | 60 | 40 | 7 | 524 | 114 | 107 |
| Binary | 11101101 | 1111011 | 10100001 | 0 | 110000 | 100000 | 111 | 101010100 | 1001100 | 1000111 |
Color Harmonies of #ED7BA1
Complementary color
Monochromatic Colors of #ED7BA1
Black with #ED7BA1
Text Example
Text Example
White with #ED7BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7BA1; }
p { color: rgb(237,123,161); }
H1.HeaderClassName
{
color: #ED7BA1;
}
.AnyTagClassName
{
color: #ED7BA1;
}
</style>
background-color css
<style>
a { background-color: #ED7BA1; }
a { background-color: rgb(237,123,161); }
div.DivClassName
{
background-color: #ED7BA1;
}
.BgClassName
{
background-color: #ED7BA1;
}
</style>
border-color css
<style>
span { border-color: #ED7BA1; }
span { border-color: rgb(237,123,161); }
td.TdClassName
{
border-color: #ED7BA1;
}
.TagClassName
{
border-color: #ED7BA1;
}
</style>