Shades of Tickle Me Pink #ED7AAB
Tints of Tickle Me Pink #ED7AAB
RGB
CMYK
RGB Variations
Color information
#ED7AAB (or 0xED7AAB) is known color: Tickle Me Pink. HEX triplet: ED, 7A and AB. RGB value is (237,122,171). Sum of RGB (Red+Green+Blue) = 237+122+171=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7AAB is #128554. Grayscale: #A1A1A1. Windows color (decimal): -1213781 or 11238125. OLE color: 11238125.
HSL color Cylindrical-coordinate representation of color #ED7AAB: hue angle of 334.43º 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 #ED7AAB is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 122 | 171 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.07 |
| HSL | 334.43º | 0.76% | 0.7% | - |
| HSV(B) | 334.43º | 0.49% | 0.93% | - |
| XYZ | 49.24 | 34.86 | 42.66 | - |
| YUV | 161.97 | 133.1 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 122 | 171 | 0 | 0.49 | 0.28 | 0.07 | 334.43 | 0.76 | 0.7 |
| Hex | ED | 7A | AB | 0 | 31 | 1C | 7 | 14E | 4C | 46 |
| Octal | 355 | 172 | 253 | 0 | 61 | 34 | 7 | 516 | 114 | 106 |
| Binary | 11101101 | 1111010 | 10101011 | 0 | 110001 | 11100 | 111 | 101001110 | 1001100 | 1000110 |
Color Harmonies of #ED7AAB
Complementary color
Monochromatic Colors of #ED7AAB
Black with #ED7AAB
Text Example
Text Example
White with #ED7AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7AAB; }
p { color: rgb(237,122,171); }
H1.HeaderClassName
{
color: #ED7AAB;
}
.AnyTagClassName
{
color: #ED7AAB;
}
</style>
background-color css
<style>
a { background-color: #ED7AAB; }
a { background-color: rgb(237,122,171); }
div.DivClassName
{
background-color: #ED7AAB;
}
.BgClassName
{
background-color: #ED7AAB;
}
</style>
border-color css
<style>
span { border-color: #ED7AAB; }
span { border-color: rgb(237,122,171); }
td.TdClassName
{
border-color: #ED7AAB;
}
.TagClassName
{
border-color: #ED7AAB;
}
</style>