Shades of Tickle Me Pink #E975AA
Tints of Tickle Me Pink #E975AA
RGB
CMYK
RGB Variations
Color information
#E975AA (or 0xE975AA) is known color: Tickle Me Pink. HEX triplet: E9, 75 and AA. RGB value is (233,117,170). Sum of RGB (Red+Green+Blue) = 233+117+170=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 233 - color contains mainly: red. Hex color #E975AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E975AA is #168A55. Grayscale: #9D9D9D. Windows color (decimal): -1477206 or 11171305. OLE color: 11171305.
HSL color Cylindrical-coordinate representation of color #E975AA: hue angle of 332.59º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E975AA is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 117 | 170 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.09 |
| HSL | 332.59º | 0.73% | 0.69% | - |
| HSV(B) | 332.59º | 0.5% | 0.91% | - |
| XYZ | 47.22 | 32.95 | 41.9 | - |
| YUV | 157.73 | 134.93 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 117 | 170 | 0 | 0.50 | 0.27 | 0.09 | 332.59 | 0.73 | 0.69 |
| Hex | E9 | 75 | AA | 0 | 32 | 1B | 9 | 14D | 48 | 45 |
| Octal | 351 | 165 | 252 | 0 | 62 | 33 | 11 | 515 | 110 | 105 |
| Binary | 11101001 | 1110101 | 10101010 | 0 | 110010 | 11011 | 1001 | 101001101 | 1001000 | 1000101 |
Color Harmonies of #E975AA
Complementary color
Monochromatic Colors of #E975AA
Black with #E975AA
Text Example
Text Example
White with #E975AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E975AA; }
p { color: rgb(233,117,170); }
H1.HeaderClassName
{
color: #E975AA;
}
.AnyTagClassName
{
color: #E975AA;
}
</style>
background-color css
<style>
a { background-color: #E975AA; }
a { background-color: rgb(233,117,170); }
div.DivClassName
{
background-color: #E975AA;
}
.BgClassName
{
background-color: #E975AA;
}
</style>
border-color css
<style>
span { border-color: #E975AA; }
span { border-color: rgb(233,117,170); }
td.TdClassName
{
border-color: #E975AA;
}
.TagClassName
{
border-color: #E975AA;
}
</style>