Shades of Hot Pink #ED5FBA
Tints of Hot Pink #ED5FBA
RGB
CMYK
RGB Variations
Color information
#ED5FBA (or 0xED5FBA) is known color: Hot Pink. HEX triplet: ED, 5F and BA. RGB value is (237,95,186). Sum of RGB (Red+Green+Blue) = 237+95+186=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5FBA is #12A045. Grayscale: #939393. Windows color (decimal): -1220678 or 12214253. OLE color: 12214253.
HSL color Cylindrical-coordinate representation of color #ED5FBA: hue angle of 321.55º degrees, saturation: 0.8, 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 #ED5FBA is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 95 | 186 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.07 |
| HSL | 321.55º | 0.8% | 0.65% | - |
| HSV(B) | 321.55º | 0.6% | 0.93% | - |
| XYZ | 47.88 | 29.73 | 49.67 | - |
| YUV | 147.83 | 149.54 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 95 | 186 | 0 | 0.60 | 0.22 | 0.07 | 321.55 | 0.8 | 0.65 |
| Hex | ED | 5F | BA | 0 | 3C | 16 | 7 | 142 | 50 | 41 |
| Octal | 355 | 137 | 272 | 0 | 74 | 26 | 7 | 502 | 120 | 101 |
| Binary | 11101101 | 1011111 | 10111010 | 0 | 111100 | 10110 | 111 | 101000010 | 1010000 | 1000001 |
Color Harmonies of #ED5FBA
Complementary color
Monochromatic Colors of #ED5FBA
Black with #ED5FBA
Text Example
Text Example
White with #ED5FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5FBA; }
p { color: rgb(237,95,186); }
H1.HeaderClassName
{
color: #ED5FBA;
}
.AnyTagClassName
{
color: #ED5FBA;
}
</style>
background-color css
<style>
a { background-color: #ED5FBA; }
a { background-color: rgb(237,95,186); }
div.DivClassName
{
background-color: #ED5FBA;
}
.BgClassName
{
background-color: #ED5FBA;
}
</style>
border-color css
<style>
span { border-color: #ED5FBA; }
span { border-color: rgb(237,95,186); }
td.TdClassName
{
border-color: #ED5FBA;
}
.TagClassName
{
border-color: #ED5FBA;
}
</style>