Shades of Tickle Me Pink #ED7AA2
Tints of Tickle Me Pink #ED7AA2
RGB
CMYK
RGB Variations
Color information
#ED7AA2 (or 0xED7AA2) is known color: Tickle Me Pink. HEX triplet: ED, 7A and A2. RGB value is (237,122,162). Sum of RGB (Red+Green+Blue) = 237+122+162=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7AA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7AA2 is #12855D. Grayscale: #A0A0A0. Windows color (decimal): -1213790 or 10648301. OLE color: 10648301.
HSL color Cylindrical-coordinate representation of color #ED7AA2: hue angle of 339.13º 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 #ED7AA2 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 122 | 162 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.07 |
| HSL | 339.13º | 0.76% | 0.7% | - |
| HSV(B) | 339.13º | 0.49% | 0.93% | - |
| XYZ | 48.41 | 34.53 | 38.3 | - |
| YUV | 160.95 | 128.6 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 122 | 162 | 0 | 0.49 | 0.32 | 0.07 | 339.13 | 0.76 | 0.7 |
| Hex | ED | 7A | A2 | 0 | 31 | 20 | 7 | 153 | 4C | 46 |
| Octal | 355 | 172 | 242 | 0 | 61 | 40 | 7 | 523 | 114 | 106 |
| Binary | 11101101 | 1111010 | 10100010 | 0 | 110001 | 100000 | 111 | 101010011 | 1001100 | 1000110 |
Color Harmonies of #ED7AA2
Complementary color
Monochromatic Colors of #ED7AA2
Black with #ED7AA2
Text Example
Text Example
White with #ED7AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7AA2; }
p { color: rgb(237,122,162); }
H1.HeaderClassName
{
color: #ED7AA2;
}
.AnyTagClassName
{
color: #ED7AA2;
}
</style>
background-color css
<style>
a { background-color: #ED7AA2; }
a { background-color: rgb(237,122,162); }
div.DivClassName
{
background-color: #ED7AA2;
}
.BgClassName
{
background-color: #ED7AA2;
}
</style>
border-color css
<style>
span { border-color: #ED7AA2; }
span { border-color: rgb(237,122,162); }
td.TdClassName
{
border-color: #ED7AA2;
}
.TagClassName
{
border-color: #ED7AA2;
}
</style>