Shades of Tickle Me Pink #EA74A8
Tints of Tickle Me Pink #EA74A8
RGB
CMYK
RGB Variations
Color information
#EA74A8 (or 0xEA74A8) is known color: Tickle Me Pink. HEX triplet: EA, 74 and A8. RGB value is (234,116,168). Sum of RGB (Red+Green+Blue) = 234+116+168=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EA74A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA74A8 is #158B57. Grayscale: #9D9D9D. Windows color (decimal): -1411928 or 11039978. OLE color: 11039978.
HSL color Cylindrical-coordinate representation of color #EA74A8: hue angle of 333.56º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA74A8 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 116 | 168 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.08 |
| HSL | 333.56º | 0.74% | 0.69% | - |
| HSV(B) | 333.56º | 0.5% | 0.92% | - |
| XYZ | 47.24 | 32.81 | 40.89 | - |
| YUV | 157.21 | 134.09 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 116 | 168 | 0 | 0.50 | 0.28 | 0.08 | 333.56 | 0.74 | 0.69 |
| Hex | EA | 74 | A8 | 0 | 32 | 1C | 8 | 14E | 4A | 45 |
| Octal | 352 | 164 | 250 | 0 | 62 | 34 | 10 | 516 | 112 | 105 |
| Binary | 11101010 | 1110100 | 10101000 | 0 | 110010 | 11100 | 1000 | 101001110 | 1001010 | 1000101 |
Color Harmonies of #EA74A8
Complementary color
Monochromatic Colors of #EA74A8
Black with #EA74A8
Text Example
Text Example
White with #EA74A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA74A8; }
p { color: rgb(234,116,168); }
H1.HeaderClassName
{
color: #EA74A8;
}
.AnyTagClassName
{
color: #EA74A8;
}
</style>
background-color css
<style>
a { background-color: #EA74A8; }
a { background-color: rgb(234,116,168); }
div.DivClassName
{
background-color: #EA74A8;
}
.BgClassName
{
background-color: #EA74A8;
}
</style>
border-color css
<style>
span { border-color: #EA74A8; }
span { border-color: rgb(234,116,168); }
td.TdClassName
{
border-color: #EA74A8;
}
.TagClassName
{
border-color: #EA74A8;
}
</style>