Shades of Hot Pink #ED60B7
Tints of Hot Pink #ED60B7
RGB
CMYK
RGB Variations
Color information
#ED60B7 (or 0xED60B7) is known color: Hot Pink. HEX triplet: ED, 60 and B7. RGB value is (237,96,183). Sum of RGB (Red+Green+Blue) = 237+96+183=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 183 (71.88% from 255 or 35.47% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED60B7 is #129F48. Grayscale: #939393. Windows color (decimal): -1220425 or 12017901. OLE color: 12017901.
HSL color Cylindrical-coordinate representation of color #ED60B7: hue angle of 322.98º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED60B7 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 183 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.07 |
| HSL | 322.98º | 0.8% | 0.65% | - |
| HSV(B) | 322.98º | 0.59% | 0.93% | - |
| XYZ | 47.66 | 29.79 | 48.04 | - |
| YUV | 148.08 | 147.71 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 183 | 0 | 0.59 | 0.23 | 0.07 | 322.98 | 0.8 | 0.65 |
| Hex | ED | 60 | B7 | 0 | 3B | 17 | 7 | 143 | 50 | 41 |
| Octal | 355 | 140 | 267 | 0 | 73 | 27 | 7 | 503 | 120 | 101 |
| Binary | 11101101 | 1100000 | 10110111 | 0 | 111011 | 10111 | 111 | 101000011 | 1010000 | 1000001 |
Color Harmonies of #ED60B7
Complementary color
Monochromatic Colors of #ED60B7
Black with #ED60B7
Text Example
Text Example
White with #ED60B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED60B7; }
p { color: rgb(237,96,183); }
H1.HeaderClassName
{
color: #ED60B7;
}
.AnyTagClassName
{
color: #ED60B7;
}
</style>
background-color css
<style>
a { background-color: #ED60B7; }
a { background-color: rgb(237,96,183); }
div.DivClassName
{
background-color: #ED60B7;
}
.BgClassName
{
background-color: #ED60B7;
}
</style>
border-color css
<style>
span { border-color: #ED60B7; }
span { border-color: rgb(237,96,183); }
td.TdClassName
{
border-color: #ED60B7;
}
.TagClassName
{
border-color: #ED60B7;
}
</style>