Shades of Tickle Me Pink #EA80AA
Tints of Tickle Me Pink #EA80AA
RGB
CMYK
RGB Variations
Color information
#EA80AA (or 0xEA80AA) is known color: Tickle Me Pink. HEX triplet: EA, 80 and AA. RGB value is (234,128,170). Sum of RGB (Red+Green+Blue) = 234+128+170=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EA80AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA80AA is #157F55. Grayscale: #A4A4A4. Windows color (decimal): -1408854 or 11174122. OLE color: 11174122.
HSL color Cylindrical-coordinate representation of color #EA80AA: hue angle of 336.23º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA80AA is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 170 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.08 |
| HSL | 336.23º | 0.72% | 0.71% | - |
| HSV(B) | 336.23º | 0.45% | 0.92% | - |
| XYZ | 48.91 | 35.83 | 42.37 | - |
| YUV | 164.48 | 131.12 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 170 | 0 | 0.45 | 0.27 | 0.08 | 336.23 | 0.72 | 0.71 |
| Hex | EA | 80 | AA | 0 | 2D | 1B | 8 | 150 | 48 | 47 |
| Octal | 352 | 200 | 252 | 0 | 55 | 33 | 10 | 520 | 110 | 107 |
| Binary | 11101010 | 10000000 | 10101010 | 0 | 101101 | 11011 | 1000 | 101010000 | 1001000 | 1000111 |
Color Harmonies of #EA80AA
Complementary color
Monochromatic Colors of #EA80AA
Black with #EA80AA
Text Example
Text Example
White with #EA80AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA80AA; }
p { color: rgb(234,128,170); }
H1.HeaderClassName
{
color: #EA80AA;
}
.AnyTagClassName
{
color: #EA80AA;
}
</style>
background-color css
<style>
a { background-color: #EA80AA; }
a { background-color: rgb(234,128,170); }
div.DivClassName
{
background-color: #EA80AA;
}
.BgClassName
{
background-color: #EA80AA;
}
</style>
border-color css
<style>
span { border-color: #EA80AA; }
span { border-color: rgb(234,128,170); }
td.TdClassName
{
border-color: #EA80AA;
}
.TagClassName
{
border-color: #EA80AA;
}
</style>