Shades of Tickle Me Pink #EA75AA
Tints of Tickle Me Pink #EA75AA
RGB
CMYK
RGB Variations
Color information
#EA75AA (or 0xEA75AA) is known color: Tickle Me Pink. HEX triplet: EA, 75 and AA. RGB value is (234,117,170). Sum of RGB (Red+Green+Blue) = 234+117+170=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA75AA is #158A55. Grayscale: #9D9D9D. Windows color (decimal): -1411670 or 11171306. OLE color: 11171306.
HSL color Cylindrical-coordinate representation of color #EA75AA: hue angle of 332.82º 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 #EA75AA is Cyan = 0, Magento = 0.5, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 117 | 170 | - |
| CMYK | 0 | 0.5 | 0.27 | 0.08 |
| HSL | 332.82º | 0.74% | 0.69% | - |
| HSV(B) | 332.82º | 0.5% | 0.92% | - |
| XYZ | 47.55 | 33.12 | 41.92 | - |
| YUV | 158.03 | 134.76 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 117 | 170 | 0 | 0.5 | 0.27 | 0.08 | 332.82 | 0.74 | 0.69 |
| Hex | EA | 75 | AA | 0 | 32 | 1B | 8 | 14D | 4A | 45 |
| Octal | 352 | 165 | 252 | 0 | 62 | 33 | 10 | 515 | 112 | 105 |
| Binary | 11101010 | 1110101 | 10101010 | 0 | 110010 | 11011 | 1000 | 101001101 | 1001010 | 1000101 |
Color Harmonies of #EA75AA
Complementary color
Monochromatic Colors of #EA75AA
Black with #EA75AA
Text Example
Text Example
White with #EA75AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA75AA; }
p { color: rgb(234,117,170); }
H1.HeaderClassName
{
color: #EA75AA;
}
.AnyTagClassName
{
color: #EA75AA;
}
</style>
background-color css
<style>
a { background-color: #EA75AA; }
a { background-color: rgb(234,117,170); }
div.DivClassName
{
background-color: #EA75AA;
}
.BgClassName
{
background-color: #EA75AA;
}
</style>
border-color css
<style>
span { border-color: #EA75AA; }
span { border-color: rgb(234,117,170); }
td.TdClassName
{
border-color: #EA75AA;
}
.TagClassName
{
border-color: #EA75AA;
}
</style>