Shades of Tickle Me Pink #EA7BAA
Tints of Tickle Me Pink #EA7BAA
RGB
CMYK
RGB Variations
Color information
#EA7BAA (or 0xEA7BAA) is known color: Tickle Me Pink. HEX triplet: EA, 7B and AA. RGB value is (234,123,170). Sum of RGB (Red+Green+Blue) = 234+123+170=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7BAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7BAA is #158455. Grayscale: #A1A1A1. Windows color (decimal): -1410134 or 11172842. OLE color: 11172842.
HSL color Cylindrical-coordinate representation of color #EA7BAA: hue angle of 334.59º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA7BAA is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 123 | 170 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.08 |
| HSL | 334.59º | 0.73% | 0.7% | - |
| HSV(B) | 334.59º | 0.47% | 0.92% | - |
| XYZ | 48.27 | 34.56 | 42.16 | - |
| YUV | 161.55 | 132.77 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 123 | 170 | 0 | 0.47 | 0.27 | 0.08 | 334.59 | 0.73 | 0.7 |
| Hex | EA | 7B | AA | 0 | 2F | 1B | 8 | 14F | 49 | 46 |
| Octal | 352 | 173 | 252 | 0 | 57 | 33 | 10 | 517 | 111 | 106 |
| Binary | 11101010 | 1111011 | 10101010 | 0 | 101111 | 11011 | 1000 | 101001111 | 1001001 | 1000110 |
Color Harmonies of #EA7BAA
Complementary color
Monochromatic Colors of #EA7BAA
Black with #EA7BAA
Text Example
Text Example
White with #EA7BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7BAA; }
p { color: rgb(234,123,170); }
H1.HeaderClassName
{
color: #EA7BAA;
}
.AnyTagClassName
{
color: #EA7BAA;
}
</style>
background-color css
<style>
a { background-color: #EA7BAA; }
a { background-color: rgb(234,123,170); }
div.DivClassName
{
background-color: #EA7BAA;
}
.BgClassName
{
background-color: #EA7BAA;
}
</style>
border-color css
<style>
span { border-color: #EA7BAA; }
span { border-color: rgb(234,123,170); }
td.TdClassName
{
border-color: #EA7BAA;
}
.TagClassName
{
border-color: #EA7BAA;
}
</style>