Shades of Tickle Me Pink #EA81A7
Tints of Tickle Me Pink #EA81A7
RGB
CMYK
RGB Variations
Color information
#EA81A7 (or 0xEA81A7) is known color: Tickle Me Pink. HEX triplet: EA, 81 and A7. RGB value is (234,129,167). Sum of RGB (Red+Green+Blue) = 234+129+167=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 167 (65.62% from 255 or 31.51% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA81A7 is #157E58. Grayscale: #A4A4A4. Windows color (decimal): -1408601 or 10977770. OLE color: 10977770.
HSL color Cylindrical-coordinate representation of color #EA81A7: hue angle of 338.29º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA81A7 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 167 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.08 |
| HSL | 338.29º | 0.71% | 0.71% | - |
| HSV(B) | 338.29º | 0.45% | 0.92% | - |
| XYZ | 48.76 | 35.98 | 40.93 | - |
| YUV | 164.73 | 129.29 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 167 | 0 | 0.45 | 0.29 | 0.08 | 338.29 | 0.71 | 0.71 |
| Hex | EA | 81 | A7 | 0 | 2D | 1D | 8 | 152 | 47 | 47 |
| Octal | 352 | 201 | 247 | 0 | 55 | 35 | 10 | 522 | 107 | 107 |
| Binary | 11101010 | 10000001 | 10100111 | 0 | 101101 | 11101 | 1000 | 101010010 | 1000111 | 1000111 |
Color Harmonies of #EA81A7
Complementary color
Monochromatic Colors of #EA81A7
Black with #EA81A7
Text Example
Text Example
White with #EA81A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA81A7; }
p { color: rgb(234,129,167); }
H1.HeaderClassName
{
color: #EA81A7;
}
.AnyTagClassName
{
color: #EA81A7;
}
</style>
background-color css
<style>
a { background-color: #EA81A7; }
a { background-color: rgb(234,129,167); }
div.DivClassName
{
background-color: #EA81A7;
}
.BgClassName
{
background-color: #EA81A7;
}
</style>
border-color css
<style>
span { border-color: #EA81A7; }
span { border-color: rgb(234,129,167); }
td.TdClassName
{
border-color: #EA81A7;
}
.TagClassName
{
border-color: #EA81A7;
}
</style>