Shades of Tickle Me Pink #EB74A8
Tints of Tickle Me Pink #EB74A8
RGB
CMYK
RGB Variations
Color information
#EB74A8 (or 0xEB74A8) is known color: Tickle Me Pink. HEX triplet: EB, 74 and A8. RGB value is (235,116,168). Sum of RGB (Red+Green+Blue) = 235+116+168=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EB74A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB74A8 is #148B57. Grayscale: #9D9D9D. Windows color (decimal): -1346392 or 11039979. OLE color: 11039979.
HSL color Cylindrical-coordinate representation of color #EB74A8: hue angle of 333.78º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB74A8 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 116 | 168 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.08 |
| HSL | 333.78º | 0.75% | 0.69% | - |
| HSV(B) | 333.78º | 0.51% | 0.92% | - |
| XYZ | 47.57 | 32.98 | 40.9 | - |
| YUV | 157.51 | 133.92 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 116 | 168 | 0 | 0.51 | 0.29 | 0.08 | 333.78 | 0.75 | 0.69 |
| Hex | EB | 74 | A8 | 0 | 33 | 1D | 8 | 14E | 4B | 45 |
| Octal | 353 | 164 | 250 | 0 | 63 | 35 | 10 | 516 | 113 | 105 |
| Binary | 11101011 | 1110100 | 10101000 | 0 | 110011 | 11101 | 1000 | 101001110 | 1001011 | 1000101 |
Color Harmonies of #EB74A8
Complementary color
Monochromatic Colors of #EB74A8
Black with #EB74A8
Text Example
Text Example
White with #EB74A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB74A8; }
p { color: rgb(235,116,168); }
H1.HeaderClassName
{
color: #EB74A8;
}
.AnyTagClassName
{
color: #EB74A8;
}
</style>
background-color css
<style>
a { background-color: #EB74A8; }
a { background-color: rgb(235,116,168); }
div.DivClassName
{
background-color: #EB74A8;
}
.BgClassName
{
background-color: #EB74A8;
}
</style>
border-color css
<style>
span { border-color: #EB74A8; }
span { border-color: rgb(235,116,168); }
td.TdClassName
{
border-color: #EB74A8;
}
.TagClassName
{
border-color: #EB74A8;
}
</style>