Shades of Hot Pink #ED54B9
Tints of Hot Pink #ED54B9
RGB
CMYK
RGB Variations
Color information
#ED54B9 (or 0xED54B9) is known color: Hot Pink. HEX triplet: ED, 54 and B9. RGB value is (237,84,185). Sum of RGB (Red+Green+Blue) = 237+84+185=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 84 (33.20% from 255 or 16.60% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED54B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED54B9 is #12AB46. Grayscale: #8D8D8D. Windows color (decimal): -1223495 or 12145901. OLE color: 12145901.
HSL color Cylindrical-coordinate representation of color #ED54B9: hue angle of 320.39º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED54B9 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 84 | 185 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.07 |
| HSL | 320.39º | 0.81% | 0.63% | - |
| HSV(B) | 320.39º | 0.65% | 0.93% | - |
| XYZ | 46.85 | 27.85 | 48.8 | - |
| YUV | 141.26 | 152.69 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 84 | 185 | 0 | 0.65 | 0.22 | 0.07 | 320.39 | 0.81 | 0.63 |
| Hex | ED | 54 | B9 | 0 | 41 | 16 | 7 | 140 | 51 | 3F |
| Octal | 355 | 124 | 271 | 0 | 101 | 26 | 7 | 500 | 121 | 77 |
| Binary | 11101101 | 1010100 | 10111001 | 0 | 1000001 | 10110 | 111 | 101000000 | 1010001 | 111111 |
Color Harmonies of #ED54B9
Complementary color
Monochromatic Colors of #ED54B9
Black with #ED54B9
Text Example
Text Example
White with #ED54B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED54B9; }
p { color: rgb(237,84,185); }
H1.HeaderClassName
{
color: #ED54B9;
}
.AnyTagClassName
{
color: #ED54B9;
}
</style>
background-color css
<style>
a { background-color: #ED54B9; }
a { background-color: rgb(237,84,185); }
div.DivClassName
{
background-color: #ED54B9;
}
.BgClassName
{
background-color: #ED54B9;
}
</style>
border-color css
<style>
span { border-color: #ED54B9; }
span { border-color: rgb(237,84,185); }
td.TdClassName
{
border-color: #ED54B9;
}
.TagClassName
{
border-color: #ED54B9;
}
</style>