Shades of Tickle Me Pink #EA80A6
Tints of Tickle Me Pink #EA80A6
RGB
CMYK
RGB Variations
Color information
#EA80A6 (or 0xEA80A6) is known color: Tickle Me Pink. HEX triplet: EA, 80 and A6. RGB value is (234,128,166). Sum of RGB (Red+Green+Blue) = 234+128+166=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EA80A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA80A6 is #157F59. Grayscale: #A3A3A3. Windows color (decimal): -1408858 or 10911978. OLE color: 10911978.
HSL color Cylindrical-coordinate representation of color #EA80A6: hue angle of 338.49º 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 #EA80A6 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 166 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.08 |
| HSL | 338.49º | 0.72% | 0.71% | - |
| HSV(B) | 338.49º | 0.45% | 0.92% | - |
| XYZ | 48.53 | 35.68 | 40.41 | - |
| YUV | 164.03 | 129.12 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 166 | 0 | 0.45 | 0.29 | 0.08 | 338.49 | 0.72 | 0.71 |
| Hex | EA | 80 | A6 | 0 | 2D | 1D | 8 | 152 | 48 | 47 |
| Octal | 352 | 200 | 246 | 0 | 55 | 35 | 10 | 522 | 110 | 107 |
| Binary | 11101010 | 10000000 | 10100110 | 0 | 101101 | 11101 | 1000 | 101010010 | 1001000 | 1000111 |
Color Harmonies of #EA80A6
Complementary color
Monochromatic Colors of #EA80A6
Black with #EA80A6
Text Example
Text Example
White with #EA80A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA80A6; }
p { color: rgb(234,128,166); }
H1.HeaderClassName
{
color: #EA80A6;
}
.AnyTagClassName
{
color: #EA80A6;
}
</style>
background-color css
<style>
a { background-color: #EA80A6; }
a { background-color: rgb(234,128,166); }
div.DivClassName
{
background-color: #EA80A6;
}
.BgClassName
{
background-color: #EA80A6;
}
</style>
border-color css
<style>
span { border-color: #EA80A6; }
span { border-color: rgb(234,128,166); }
td.TdClassName
{
border-color: #EA80A6;
}
.TagClassName
{
border-color: #EA80A6;
}
</style>