Shades of Tickle Me Pink #ED7AAC
Tints of Tickle Me Pink #ED7AAC
RGB
CMYK
RGB Variations
Color information
#ED7AAC (or 0xED7AAC) is known color: Tickle Me Pink. HEX triplet: ED, 7A and AC. RGB value is (237,122,172). Sum of RGB (Red+Green+Blue) = 237+122+172=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7AAC is #128553. Grayscale: #A2A2A2. Windows color (decimal): -1213780 or 11303661. OLE color: 11303661.
HSL color Cylindrical-coordinate representation of color #ED7AAC: hue angle of 333.91º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED7AAC is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 122 | 172 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.07 |
| HSL | 333.91º | 0.76% | 0.7% | - |
| HSV(B) | 333.91º | 0.49% | 0.93% | - |
| XYZ | 49.33 | 34.9 | 43.17 | - |
| YUV | 162.09 | 133.6 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 122 | 172 | 0 | 0.49 | 0.27 | 0.07 | 333.91 | 0.76 | 0.7 |
| Hex | ED | 7A | AC | 0 | 31 | 1B | 7 | 14E | 4C | 46 |
| Octal | 355 | 172 | 254 | 0 | 61 | 33 | 7 | 516 | 114 | 106 |
| Binary | 11101101 | 1111010 | 10101100 | 0 | 110001 | 11011 | 111 | 101001110 | 1001100 | 1000110 |
Color Harmonies of #ED7AAC
Complementary color
Monochromatic Colors of #ED7AAC
Black with #ED7AAC
Text Example
Text Example
White with #ED7AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7AAC; }
p { color: rgb(237,122,172); }
H1.HeaderClassName
{
color: #ED7AAC;
}
.AnyTagClassName
{
color: #ED7AAC;
}
</style>
background-color css
<style>
a { background-color: #ED7AAC; }
a { background-color: rgb(237,122,172); }
div.DivClassName
{
background-color: #ED7AAC;
}
.BgClassName
{
background-color: #ED7AAC;
}
</style>
border-color css
<style>
span { border-color: #ED7AAC; }
span { border-color: rgb(237,122,172); }
td.TdClassName
{
border-color: #ED7AAC;
}
.TagClassName
{
border-color: #ED7AAC;
}
</style>