Shades of Hot Pink #ED5FB2
Tints of Hot Pink #ED5FB2
RGB
CMYK
RGB Variations
Color information
#ED5FB2 (or 0xED5FB2) is known color: Hot Pink. HEX triplet: ED, 5F and B2. RGB value is (237,95,178). Sum of RGB (Red+Green+Blue) = 237+95+178=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 95 (37.5% from 255 or 18.63% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5FB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5FB2 is #12A04D. Grayscale: #929292. Windows color (decimal): -1220686 or 11689965. OLE color: 11689965.
HSL color Cylindrical-coordinate representation of color #ED5FB2: hue angle of 324.93º 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 #ED5FB2 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 95 | 178 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.07 |
| HSL | 324.93º | 0.8% | 0.65% | - |
| HSV(B) | 324.93º | 0.6% | 0.93% | - |
| XYZ | 47.05 | 29.4 | 45.31 | - |
| YUV | 146.92 | 145.54 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 95 | 178 | 0 | 0.60 | 0.25 | 0.07 | 324.93 | 0.8 | 0.65 |
| Hex | ED | 5F | B2 | 0 | 3C | 19 | 7 | 145 | 50 | 41 |
| Octal | 355 | 137 | 262 | 0 | 74 | 31 | 7 | 505 | 120 | 101 |
| Binary | 11101101 | 1011111 | 10110010 | 0 | 111100 | 11001 | 111 | 101000101 | 1010000 | 1000001 |
Color Harmonies of #ED5FB2
Complementary color
Monochromatic Colors of #ED5FB2
Black with #ED5FB2
Text Example
Text Example
White with #ED5FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5FB2; }
p { color: rgb(237,95,178); }
H1.HeaderClassName
{
color: #ED5FB2;
}
.AnyTagClassName
{
color: #ED5FB2;
}
</style>
background-color css
<style>
a { background-color: #ED5FB2; }
a { background-color: rgb(237,95,178); }
div.DivClassName
{
background-color: #ED5FB2;
}
.BgClassName
{
background-color: #ED5FB2;
}
</style>
border-color css
<style>
span { border-color: #ED5FB2; }
span { border-color: rgb(237,95,178); }
td.TdClassName
{
border-color: #ED5FB2;
}
.TagClassName
{
border-color: #ED5FB2;
}
</style>