Shades of Tickle Me Pink #EA78A8
Tints of Tickle Me Pink #EA78A8
RGB
CMYK
RGB Variations
Color information
#EA78A8 (or 0xEA78A8) is known color: Tickle Me Pink. HEX triplet: EA, 78 and A8. RGB value is (234,120,168). Sum of RGB (Red+Green+Blue) = 234+120+168=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EA78A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA78A8 is #158757. Grayscale: #9F9F9F. Windows color (decimal): -1410904 or 11041002. OLE color: 11041002.
HSL color Cylindrical-coordinate representation of color #EA78A8: hue angle of 334.74º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA78A8 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 120 | 168 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.08 |
| HSL | 334.74º | 0.73% | 0.69% | - |
| HSV(B) | 334.74º | 0.49% | 0.92% | - |
| XYZ | 47.72 | 33.75 | 41.05 | - |
| YUV | 159.56 | 132.77 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 120 | 168 | 0 | 0.49 | 0.28 | 0.08 | 334.74 | 0.73 | 0.69 |
| Hex | EA | 78 | A8 | 0 | 31 | 1C | 8 | 14F | 49 | 45 |
| Octal | 352 | 170 | 250 | 0 | 61 | 34 | 10 | 517 | 111 | 105 |
| Binary | 11101010 | 1111000 | 10101000 | 0 | 110001 | 11100 | 1000 | 101001111 | 1001001 | 1000101 |
Color Harmonies of #EA78A8
Complementary color
Monochromatic Colors of #EA78A8
Black with #EA78A8
Text Example
Text Example
White with #EA78A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA78A8; }
p { color: rgb(234,120,168); }
H1.HeaderClassName
{
color: #EA78A8;
}
.AnyTagClassName
{
color: #EA78A8;
}
</style>
background-color css
<style>
a { background-color: #EA78A8; }
a { background-color: rgb(234,120,168); }
div.DivClassName
{
background-color: #EA78A8;
}
.BgClassName
{
background-color: #EA78A8;
}
</style>
border-color css
<style>
span { border-color: #EA78A8; }
span { border-color: rgb(234,120,168); }
td.TdClassName
{
border-color: #EA78A8;
}
.TagClassName
{
border-color: #EA78A8;
}
</style>