Shades of Tickle Me Pink #EE82AA
Tints of Tickle Me Pink #EE82AA
RGB
CMYK
RGB Variations
Color information
#EE82AA (or 0xEE82AA) is known color: Tickle Me Pink. HEX triplet: EE, 82 and AA. RGB value is (238,130,170). Sum of RGB (Red+Green+Blue) = 238+130+170=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EE82AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE82AA is #117D55. Grayscale: #A6A6A6. Windows color (decimal): -1146198 or 11174638. OLE color: 11174638.
HSL color Cylindrical-coordinate representation of color #EE82AA: hue angle of 337.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 #EE82AA is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 170 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.07 |
| HSL | 337.78º | 0.76% | 0.72% | - |
| HSV(B) | 337.78º | 0.45% | 0.93% | - |
| XYZ | 50.5 | 37.04 | 42.52 | - |
| YUV | 166.85 | 129.78 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 170 | 0 | 0.45 | 0.29 | 0.07 | 337.78 | 0.76 | 0.72 |
| Hex | EE | 82 | AA | 0 | 2D | 1D | 7 | 152 | 4C | 48 |
| Octal | 356 | 202 | 252 | 0 | 55 | 35 | 7 | 522 | 114 | 110 |
| Binary | 11101110 | 10000010 | 10101010 | 0 | 101101 | 11101 | 111 | 101010010 | 1001100 | 1001000 |
Color Harmonies of #EE82AA
Complementary color
Monochromatic Colors of #EE82AA
Black with #EE82AA
Text Example
Text Example
White with #EE82AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE82AA; }
p { color: rgb(238,130,170); }
H1.HeaderClassName
{
color: #EE82AA;
}
.AnyTagClassName
{
color: #EE82AA;
}
</style>
background-color css
<style>
a { background-color: #EE82AA; }
a { background-color: rgb(238,130,170); }
div.DivClassName
{
background-color: #EE82AA;
}
.BgClassName
{
background-color: #EE82AA;
}
</style>
border-color css
<style>
span { border-color: #EE82AA; }
span { border-color: rgb(238,130,170); }
td.TdClassName
{
border-color: #EE82AA;
}
.TagClassName
{
border-color: #EE82AA;
}
</style>