Shades of Hot Pink #ED60B8
Tints of Hot Pink #ED60B8
RGB
CMYK
RGB Variations
Color information
#ED60B8 (or 0xED60B8) is known color: Hot Pink. HEX triplet: ED, 60 and B8. RGB value is (237,96,184). Sum of RGB (Red+Green+Blue) = 237+96+184=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 96 (37.89% from 255 or 18.57% from 517); Blue value is 184 (72.27% from 255 or 35.59% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED60B8 is #129F47. Grayscale: #939393. Windows color (decimal): -1220424 or 12083437. OLE color: 12083437.
HSL color Cylindrical-coordinate representation of color #ED60B8: hue angle of 322.55º 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 #ED60B8 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 184 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.07 |
| HSL | 322.55º | 0.8% | 0.65% | - |
| HSV(B) | 322.55º | 0.59% | 0.93% | - |
| XYZ | 47.76 | 29.83 | 48.59 | - |
| YUV | 148.19 | 148.21 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 184 | 0 | 0.59 | 0.22 | 0.07 | 322.55 | 0.8 | 0.65 |
| Hex | ED | 60 | B8 | 0 | 3B | 16 | 7 | 143 | 50 | 41 |
| Octal | 355 | 140 | 270 | 0 | 73 | 26 | 7 | 503 | 120 | 101 |
| Binary | 11101101 | 1100000 | 10111000 | 0 | 111011 | 10110 | 111 | 101000011 | 1010000 | 1000001 |
Color Harmonies of #ED60B8
Complementary color
Monochromatic Colors of #ED60B8
Black with #ED60B8
Text Example
Text Example
White with #ED60B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED60B8; }
p { color: rgb(237,96,184); }
H1.HeaderClassName
{
color: #ED60B8;
}
.AnyTagClassName
{
color: #ED60B8;
}
</style>
background-color css
<style>
a { background-color: #ED60B8; }
a { background-color: rgb(237,96,184); }
div.DivClassName
{
background-color: #ED60B8;
}
.BgClassName
{
background-color: #ED60B8;
}
</style>
border-color css
<style>
span { border-color: #ED60B8; }
span { border-color: rgb(237,96,184); }
td.TdClassName
{
border-color: #ED60B8;
}
.TagClassName
{
border-color: #ED60B8;
}
</style>