Shades of Tickle Me Pink #EE82AD
Tints of Tickle Me Pink #EE82AD
RGB
CMYK
RGB Variations
Color information
#EE82AD (or 0xEE82AD) is known color: Tickle Me Pink. HEX triplet: EE, 82 and AD. RGB value is (238,130,173). Sum of RGB (Red+Green+Blue) = 238+130+173=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EE82AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE82AD is #117D52. Grayscale: #A7A7A7. Windows color (decimal): -1146195 or 11371246. OLE color: 11371246.
HSL color Cylindrical-coordinate representation of color #EE82AD: hue angle of 336.11º 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 #EE82AD is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 173 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.07 |
| HSL | 336.11º | 0.76% | 0.72% | - |
| HSV(B) | 336.11º | 0.45% | 0.93% | - |
| XYZ | 50.79 | 37.16 | 44.03 | - |
| YUV | 167.19 | 131.28 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 173 | 0 | 0.45 | 0.27 | 0.07 | 336.11 | 0.76 | 0.72 |
| Hex | EE | 82 | AD | 0 | 2D | 1B | 7 | 150 | 4C | 48 |
| Octal | 356 | 202 | 255 | 0 | 55 | 33 | 7 | 520 | 114 | 110 |
| Binary | 11101110 | 10000010 | 10101101 | 0 | 101101 | 11011 | 111 | 101010000 | 1001100 | 1001000 |
Color Harmonies of #EE82AD
Complementary color
Monochromatic Colors of #EE82AD
Black with #EE82AD
Text Example
Text Example
White with #EE82AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE82AD; }
p { color: rgb(238,130,173); }
H1.HeaderClassName
{
color: #EE82AD;
}
.AnyTagClassName
{
color: #EE82AD;
}
</style>
background-color css
<style>
a { background-color: #EE82AD; }
a { background-color: rgb(238,130,173); }
div.DivClassName
{
background-color: #EE82AD;
}
.BgClassName
{
background-color: #EE82AD;
}
</style>
border-color css
<style>
span { border-color: #EE82AD; }
span { border-color: rgb(238,130,173); }
td.TdClassName
{
border-color: #EE82AD;
}
.TagClassName
{
border-color: #EE82AD;
}
</style>