Shades of Tickle Me Pink #EA7AAB
Tints of Tickle Me Pink #EA7AAB
RGB
CMYK
RGB Variations
Color information
#EA7AAB (or 0xEA7AAB) is known color: Tickle Me Pink. HEX triplet: EA, 7A and AB. RGB value is (234,122,171). Sum of RGB (Red+Green+Blue) = 234+122+171=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7AAB is #158554. Grayscale: #A0A0A0. Windows color (decimal): -1410389 or 11238122. OLE color: 11238122.
HSL color Cylindrical-coordinate representation of color #EA7AAB: hue angle of 333.75º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA7AAB is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 122 | 171 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.08 |
| HSL | 333.75º | 0.73% | 0.7% | - |
| HSV(B) | 333.75º | 0.48% | 0.92% | - |
| XYZ | 48.24 | 34.35 | 42.62 | - |
| YUV | 161.07 | 133.61 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 122 | 171 | 0 | 0.48 | 0.27 | 0.08 | 333.75 | 0.73 | 0.7 |
| Hex | EA | 7A | AB | 0 | 30 | 1B | 8 | 14E | 49 | 46 |
| Octal | 352 | 172 | 253 | 0 | 60 | 33 | 10 | 516 | 111 | 106 |
| Binary | 11101010 | 1111010 | 10101011 | 0 | 110000 | 11011 | 1000 | 101001110 | 1001001 | 1000110 |
Color Harmonies of #EA7AAB
Complementary color
Monochromatic Colors of #EA7AAB
Black with #EA7AAB
Text Example
Text Example
White with #EA7AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7AAB; }
p { color: rgb(234,122,171); }
H1.HeaderClassName
{
color: #EA7AAB;
}
.AnyTagClassName
{
color: #EA7AAB;
}
</style>
background-color css
<style>
a { background-color: #EA7AAB; }
a { background-color: rgb(234,122,171); }
div.DivClassName
{
background-color: #EA7AAB;
}
.BgClassName
{
background-color: #EA7AAB;
}
</style>
border-color css
<style>
span { border-color: #EA7AAB; }
span { border-color: rgb(234,122,171); }
td.TdClassName
{
border-color: #EA7AAB;
}
.TagClassName
{
border-color: #EA7AAB;
}
</style>