Shades of Tickle Me Pink #EA7DAC
Tints of Tickle Me Pink #EA7DAC
RGB
CMYK
RGB Variations
Color information
#EA7DAC (or 0xEA7DAC) is known color: Tickle Me Pink. HEX triplet: EA, 7D and AC. RGB value is (234,125,172). Sum of RGB (Red+Green+Blue) = 234+125+172=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7DAC is #158253. Grayscale: #A2A2A2. Windows color (decimal): -1409620 or 11304426. OLE color: 11304426.
HSL color Cylindrical-coordinate representation of color #EA7DAC: hue angle of 334.13º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA7DAC is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 125 | 172 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.08 |
| HSL | 334.13º | 0.72% | 0.7% | - |
| HSV(B) | 334.13º | 0.47% | 0.92% | - |
| XYZ | 48.71 | 35.14 | 43.24 | - |
| YUV | 162.95 | 133.11 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 125 | 172 | 0 | 0.47 | 0.26 | 0.08 | 334.13 | 0.72 | 0.7 |
| Hex | EA | 7D | AC | 0 | 2F | 1A | 8 | 14E | 48 | 46 |
| Octal | 352 | 175 | 254 | 0 | 57 | 32 | 10 | 516 | 110 | 106 |
| Binary | 11101010 | 1111101 | 10101100 | 0 | 101111 | 11010 | 1000 | 101001110 | 1001000 | 1000110 |
Color Harmonies of #EA7DAC
Complementary color
Monochromatic Colors of #EA7DAC
Black with #EA7DAC
Text Example
Text Example
White with #EA7DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7DAC; }
p { color: rgb(234,125,172); }
H1.HeaderClassName
{
color: #EA7DAC;
}
.AnyTagClassName
{
color: #EA7DAC;
}
</style>
background-color css
<style>
a { background-color: #EA7DAC; }
a { background-color: rgb(234,125,172); }
div.DivClassName
{
background-color: #EA7DAC;
}
.BgClassName
{
background-color: #EA7DAC;
}
</style>
border-color css
<style>
span { border-color: #EA7DAC; }
span { border-color: rgb(234,125,172); }
td.TdClassName
{
border-color: #EA7DAC;
}
.TagClassName
{
border-color: #EA7DAC;
}
</style>