Shades of Hot Pink #ED60B9
Tints of Hot Pink #ED60B9
RGB
CMYK
RGB Variations
Color information
#ED60B9 (or 0xED60B9) is known color: Hot Pink. HEX triplet: ED, 60 and B9. RGB value is (237,96,185). Sum of RGB (Red+Green+Blue) = 237+96+185=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 96 (37.89% from 255 or 18.53% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED60B9 is #129F46. Grayscale: #949494. Windows color (decimal): -1220423 or 12148973. OLE color: 12148973.
HSL color Cylindrical-coordinate representation of color #ED60B9: hue angle of 322.13º 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 #ED60B9 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 185 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.07 |
| HSL | 322.13º | 0.8% | 0.65% | - |
| HSV(B) | 322.13º | 0.59% | 0.93% | - |
| XYZ | 47.86 | 29.87 | 49.14 | - |
| YUV | 148.31 | 148.71 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 185 | 0 | 0.59 | 0.22 | 0.07 | 322.13 | 0.8 | 0.65 |
| Hex | ED | 60 | B9 | 0 | 3B | 16 | 7 | 142 | 50 | 41 |
| Octal | 355 | 140 | 271 | 0 | 73 | 26 | 7 | 502 | 120 | 101 |
| Binary | 11101101 | 1100000 | 10111001 | 0 | 111011 | 10110 | 111 | 101000010 | 1010000 | 1000001 |
Color Harmonies of #ED60B9
Complementary color
Monochromatic Colors of #ED60B9
Black with #ED60B9
Text Example
Text Example
White with #ED60B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED60B9; }
p { color: rgb(237,96,185); }
H1.HeaderClassName
{
color: #ED60B9;
}
.AnyTagClassName
{
color: #ED60B9;
}
</style>
background-color css
<style>
a { background-color: #ED60B9; }
a { background-color: rgb(237,96,185); }
div.DivClassName
{
background-color: #ED60B9;
}
.BgClassName
{
background-color: #ED60B9;
}
</style>
border-color css
<style>
span { border-color: #ED60B9; }
span { border-color: rgb(237,96,185); }
td.TdClassName
{
border-color: #ED60B9;
}
.TagClassName
{
border-color: #ED60B9;
}
</style>