Shades of Hot Pink #EA50BA
Tints of Hot Pink #EA50BA
RGB
CMYK
RGB Variations
Color information
#EA50BA (or 0xEA50BA) is known color: Hot Pink. HEX triplet: EA, 50 and BA. RGB value is (234,80,186). Sum of RGB (Red+Green+Blue) = 234+80+186=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 80 (31.64% from 255 or 16% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA50BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA50BA is #15AF45. Grayscale: #898989. Windows color (decimal): -1421126 or 12210410. OLE color: 12210410.
HSL color Cylindrical-coordinate representation of color #EA50BA: hue angle of 318.7º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA50BA is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 80 | 186 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.08 |
| HSL | 318.7º | 0.79% | 0.62% | - |
| HSV(B) | 318.7º | 0.66% | 0.92% | - |
| XYZ | 45.66 | 26.77 | 49.22 | - |
| YUV | 138.13 | 155.02 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 80 | 186 | 0 | 0.66 | 0.21 | 0.08 | 318.7 | 0.79 | 0.62 |
| Hex | EA | 50 | BA | 0 | 42 | 15 | 8 | 13F | 4F | 3E |
| Octal | 352 | 120 | 272 | 0 | 102 | 25 | 10 | 477 | 117 | 76 |
| Binary | 11101010 | 1010000 | 10111010 | 0 | 1000010 | 10101 | 1000 | 100111111 | 1001111 | 111110 |
Color Harmonies of #EA50BA
Complementary color
Monochromatic Colors of #EA50BA
Black with #EA50BA
Text Example
Text Example
White with #EA50BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA50BA; }
p { color: rgb(234,80,186); }
H1.HeaderClassName
{
color: #EA50BA;
}
.AnyTagClassName
{
color: #EA50BA;
}
</style>
background-color css
<style>
a { background-color: #EA50BA; }
a { background-color: rgb(234,80,186); }
div.DivClassName
{
background-color: #EA50BA;
}
.BgClassName
{
background-color: #EA50BA;
}
</style>
border-color css
<style>
span { border-color: #EA50BA; }
span { border-color: rgb(234,80,186); }
td.TdClassName
{
border-color: #EA50BA;
}
.TagClassName
{
border-color: #EA50BA;
}
</style>