Shades of Hot Pink #EB58BA
Tints of Hot Pink #EB58BA
RGB
CMYK
RGB Variations
Color information
#EB58BA (or 0xEB58BA) is known color: Hot Pink. HEX triplet: EB, 58 and BA. RGB value is (235,88,186). Sum of RGB (Red+Green+Blue) = 235+88+186=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 88 (34.77% from 255 or 17.29% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EB58BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB58BA is #14A745. Grayscale: #8E8E8E. Windows color (decimal): -1353542 or 12212459. OLE color: 12212459.
HSL color Cylindrical-coordinate representation of color #EB58BA: hue angle of 320º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EB58BA is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 88 | 186 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.08 |
| HSL | 320º | 0.79% | 0.63% | - |
| HSV(B) | 320º | 0.63% | 0.92% | - |
| XYZ | 46.61 | 28.19 | 49.44 | - |
| YUV | 143.13 | 152.2 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 88 | 186 | 0 | 0.63 | 0.21 | 0.08 | 320 | 0.79 | 0.63 |
| Hex | EB | 58 | BA | 0 | 3F | 15 | 8 | 140 | 4F | 3F |
| Octal | 353 | 130 | 272 | 0 | 77 | 25 | 10 | 500 | 117 | 77 |
| Binary | 11101011 | 1011000 | 10111010 | 0 | 111111 | 10101 | 1000 | 101000000 | 1001111 | 111111 |
Color Harmonies of #EB58BA
Complementary color
Monochromatic Colors of #EB58BA
Black with #EB58BA
Text Example
Text Example
White with #EB58BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB58BA; }
p { color: rgb(235,88,186); }
H1.HeaderClassName
{
color: #EB58BA;
}
.AnyTagClassName
{
color: #EB58BA;
}
</style>
background-color css
<style>
a { background-color: #EB58BA; }
a { background-color: rgb(235,88,186); }
div.DivClassName
{
background-color: #EB58BA;
}
.BgClassName
{
background-color: #EB58BA;
}
</style>
border-color css
<style>
span { border-color: #EB58BA; }
span { border-color: rgb(235,88,186); }
td.TdClassName
{
border-color: #EB58BA;
}
.TagClassName
{
border-color: #EB58BA;
}
</style>