Shades of Tickle Me Pink #EB76A8
Tints of Tickle Me Pink #EB76A8
RGB
CMYK
RGB Variations
Color information
#EB76A8 (or 0xEB76A8) is known color: Tickle Me Pink. HEX triplet: EB, 76 and A8. RGB value is (235,118,168). Sum of RGB (Red+Green+Blue) = 235+118+168=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EB76A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB76A8 is #148957. Grayscale: #9E9E9E. Windows color (decimal): -1345880 or 11040491. OLE color: 11040491.
HSL color Cylindrical-coordinate representation of color #EB76A8: hue angle of 334.36º degrees, saturation: 0.75, 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 #EB76A8 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 118 | 168 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.08 |
| HSL | 334.36º | 0.75% | 0.69% | - |
| HSV(B) | 334.36º | 0.5% | 0.92% | - |
| XYZ | 47.81 | 33.45 | 40.98 | - |
| YUV | 158.68 | 133.26 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 118 | 168 | 0 | 0.50 | 0.29 | 0.08 | 334.36 | 0.75 | 0.69 |
| Hex | EB | 76 | A8 | 0 | 32 | 1D | 8 | 14E | 4B | 45 |
| Octal | 353 | 166 | 250 | 0 | 62 | 35 | 10 | 516 | 113 | 105 |
| Binary | 11101011 | 1110110 | 10101000 | 0 | 110010 | 11101 | 1000 | 101001110 | 1001011 | 1000101 |
Color Harmonies of #EB76A8
Complementary color
Monochromatic Colors of #EB76A8
Black with #EB76A8
Text Example
Text Example
White with #EB76A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB76A8; }
p { color: rgb(235,118,168); }
H1.HeaderClassName
{
color: #EB76A8;
}
.AnyTagClassName
{
color: #EB76A8;
}
</style>
background-color css
<style>
a { background-color: #EB76A8; }
a { background-color: rgb(235,118,168); }
div.DivClassName
{
background-color: #EB76A8;
}
.BgClassName
{
background-color: #EB76A8;
}
</style>
border-color css
<style>
span { border-color: #EB76A8; }
span { border-color: rgb(235,118,168); }
td.TdClassName
{
border-color: #EB76A8;
}
.TagClassName
{
border-color: #EB76A8;
}
</style>