Shades of Tickle Me Pink #EE82A1
Tints of Tickle Me Pink #EE82A1
RGB
CMYK
RGB Variations
Color information
#EE82A1 (or 0xEE82A1) is known color: Tickle Me Pink. HEX triplet: EE, 82 and A1. RGB value is (238,130,161). Sum of RGB (Red+Green+Blue) = 238+130+161=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 161 (63.28% from 255 or 30.43% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EE82A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE82A1 is #117D5E. Grayscale: #A5A5A5. Windows color (decimal): -1146207 or 10584814. OLE color: 10584814.
HSL color Cylindrical-coordinate representation of color #EE82A1: hue angle of 342.78º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE82A1 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 161 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.07 |
| HSL | 342.78º | 0.76% | 0.72% | - |
| HSV(B) | 342.78º | 0.45% | 0.93% | - |
| XYZ | 49.68 | 36.72 | 38.19 | - |
| YUV | 165.83 | 125.28 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 161 | 0 | 0.45 | 0.32 | 0.07 | 342.78 | 0.76 | 0.72 |
| Hex | EE | 82 | A1 | 0 | 2D | 20 | 7 | 157 | 4C | 48 |
| Octal | 356 | 202 | 241 | 0 | 55 | 40 | 7 | 527 | 114 | 110 |
| Binary | 11101110 | 10000010 | 10100001 | 0 | 101101 | 100000 | 111 | 101010111 | 1001100 | 1001000 |
Color Harmonies of #EE82A1
Complementary color
Monochromatic Colors of #EE82A1
Black with #EE82A1
Text Example
Text Example
White with #EE82A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE82A1; }
p { color: rgb(238,130,161); }
H1.HeaderClassName
{
color: #EE82A1;
}
.AnyTagClassName
{
color: #EE82A1;
}
</style>
background-color css
<style>
a { background-color: #EE82A1; }
a { background-color: rgb(238,130,161); }
div.DivClassName
{
background-color: #EE82A1;
}
.BgClassName
{
background-color: #EE82A1;
}
</style>
border-color css
<style>
span { border-color: #EE82A1; }
span { border-color: rgb(238,130,161); }
td.TdClassName
{
border-color: #EE82A1;
}
.TagClassName
{
border-color: #EE82A1;
}
</style>