Shades of Hot Pink #ED5FB1
Tints of Hot Pink #ED5FB1
RGB
CMYK
RGB Variations
Color information
#ED5FB1 (or 0xED5FB1) is known color: Hot Pink. HEX triplet: ED, 5F and B1. RGB value is (237,95,177). Sum of RGB (Red+Green+Blue) = 237+95+177=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5FB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5FB1 is #12A04E. Grayscale: #929292. Windows color (decimal): -1220687 or 11624429. OLE color: 11624429.
HSL color Cylindrical-coordinate representation of color #ED5FB1: hue angle of 325.35º 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 #ED5FB1 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 95 | 177 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.07 |
| HSL | 325.35º | 0.8% | 0.65% | - |
| HSV(B) | 325.35º | 0.6% | 0.93% | - |
| XYZ | 46.95 | 29.36 | 44.79 | - |
| YUV | 146.81 | 145.04 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 95 | 177 | 0 | 0.60 | 0.25 | 0.07 | 325.35 | 0.8 | 0.65 |
| Hex | ED | 5F | B1 | 0 | 3C | 19 | 7 | 145 | 50 | 41 |
| Octal | 355 | 137 | 261 | 0 | 74 | 31 | 7 | 505 | 120 | 101 |
| Binary | 11101101 | 1011111 | 10110001 | 0 | 111100 | 11001 | 111 | 101000101 | 1010000 | 1000001 |
Color Harmonies of #ED5FB1
Complementary color
Monochromatic Colors of #ED5FB1
Black with #ED5FB1
Text Example
Text Example
White with #ED5FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5FB1; }
p { color: rgb(237,95,177); }
H1.HeaderClassName
{
color: #ED5FB1;
}
.AnyTagClassName
{
color: #ED5FB1;
}
</style>
background-color css
<style>
a { background-color: #ED5FB1; }
a { background-color: rgb(237,95,177); }
div.DivClassName
{
background-color: #ED5FB1;
}
.BgClassName
{
background-color: #ED5FB1;
}
</style>
border-color css
<style>
span { border-color: #ED5FB1; }
span { border-color: rgb(237,95,177); }
td.TdClassName
{
border-color: #ED5FB1;
}
.TagClassName
{
border-color: #ED5FB1;
}
</style>