Shades of Hot Pink #EE60BA
Tints of Hot Pink #EE60BA
RGB
CMYK
RGB Variations
Color information
#EE60BA (or 0xEE60BA) is known color: Hot Pink. HEX triplet: EE, 60 and BA. RGB value is (238,96,186). Sum of RGB (Red+Green+Blue) = 238+96+186=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE60BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE60BA is #119F45. Grayscale: #949494. Windows color (decimal): -1154886 or 12214510. OLE color: 12214510.
HSL color Cylindrical-coordinate representation of color #EE60BA: hue angle of 321.97º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE60BA is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 186 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.07 |
| HSL | 321.97º | 0.81% | 0.65% | - |
| HSV(B) | 321.97º | 0.6% | 0.93% | - |
| XYZ | 48.31 | 30.09 | 49.72 | - |
| YUV | 148.72 | 149.04 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 186 | 0 | 0.60 | 0.22 | 0.07 | 321.97 | 0.81 | 0.65 |
| Hex | EE | 60 | BA | 0 | 3C | 16 | 7 | 142 | 51 | 41 |
| Octal | 356 | 140 | 272 | 0 | 74 | 26 | 7 | 502 | 121 | 101 |
| Binary | 11101110 | 1100000 | 10111010 | 0 | 111100 | 10110 | 111 | 101000010 | 1010001 | 1000001 |
Color Harmonies of #EE60BA
Complementary color
Monochromatic Colors of #EE60BA
Black with #EE60BA
Text Example
Text Example
White with #EE60BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE60BA; }
p { color: rgb(238,96,186); }
H1.HeaderClassName
{
color: #EE60BA;
}
.AnyTagClassName
{
color: #EE60BA;
}
</style>
background-color css
<style>
a { background-color: #EE60BA; }
a { background-color: rgb(238,96,186); }
div.DivClassName
{
background-color: #EE60BA;
}
.BgClassName
{
background-color: #EE60BA;
}
</style>
border-color css
<style>
span { border-color: #EE60BA; }
span { border-color: rgb(238,96,186); }
td.TdClassName
{
border-color: #EE60BA;
}
.TagClassName
{
border-color: #EE60BA;
}
</style>