Shades of Tickle Me Pink #ED7CA2
Tints of Tickle Me Pink #ED7CA2
RGB
CMYK
RGB Variations
Color information
#ED7CA2 (or 0xED7CA2) is known color: Tickle Me Pink. HEX triplet: ED, 7C and A2. RGB value is (237,124,162). Sum of RGB (Red+Green+Blue) = 237+124+162=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 162 (63.67% from 255 or 30.98% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7CA2 is #12835D. Grayscale: #A2A2A2. Windows color (decimal): -1213278 or 10648813. OLE color: 10648813.
HSL color Cylindrical-coordinate representation of color #ED7CA2: hue angle of 339.82º 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 #ED7CA2 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 124 | 162 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.07 |
| HSL | 339.82º | 0.76% | 0.71% | - |
| HSV(B) | 339.82º | 0.48% | 0.93% | - |
| XYZ | 48.65 | 35.03 | 38.38 | - |
| YUV | 162.12 | 127.94 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 124 | 162 | 0 | 0.48 | 0.32 | 0.07 | 339.82 | 0.76 | 0.71 |
| Hex | ED | 7C | A2 | 0 | 30 | 20 | 7 | 154 | 4C | 47 |
| Octal | 355 | 174 | 242 | 0 | 60 | 40 | 7 | 524 | 114 | 107 |
| Binary | 11101101 | 1111100 | 10100010 | 0 | 110000 | 100000 | 111 | 101010100 | 1001100 | 1000111 |
Color Harmonies of #ED7CA2
Complementary color
Monochromatic Colors of #ED7CA2
Black with #ED7CA2
Text Example
Text Example
White with #ED7CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7CA2; }
p { color: rgb(237,124,162); }
H1.HeaderClassName
{
color: #ED7CA2;
}
.AnyTagClassName
{
color: #ED7CA2;
}
</style>
background-color css
<style>
a { background-color: #ED7CA2; }
a { background-color: rgb(237,124,162); }
div.DivClassName
{
background-color: #ED7CA2;
}
.BgClassName
{
background-color: #ED7CA2;
}
</style>
border-color css
<style>
span { border-color: #ED7CA2; }
span { border-color: rgb(237,124,162); }
td.TdClassName
{
border-color: #ED7CA2;
}
.TagClassName
{
border-color: #ED7CA2;
}
</style>