Shades of Hot Pink #ED60B5
Tints of Hot Pink #ED60B5
RGB
CMYK
RGB Variations
Color information
#ED60B5 (or 0xED60B5) is known color: Hot Pink. HEX triplet: ED, 60 and B5. RGB value is (237,96,181). Sum of RGB (Red+Green+Blue) = 237+96+181=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED60B5 is #129F4A. Grayscale: #939393. Windows color (decimal): -1220427 or 11886829. OLE color: 11886829.
HSL color Cylindrical-coordinate representation of color #ED60B5: hue angle of 323.83º 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 #ED60B5 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 181 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.07 |
| HSL | 323.83º | 0.8% | 0.65% | - |
| HSV(B) | 323.83º | 0.59% | 0.93% | - |
| XYZ | 47.45 | 29.71 | 46.95 | - |
| YUV | 147.85 | 146.71 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 181 | 0 | 0.59 | 0.24 | 0.07 | 323.83 | 0.8 | 0.65 |
| Hex | ED | 60 | B5 | 0 | 3B | 18 | 7 | 144 | 50 | 41 |
| Octal | 355 | 140 | 265 | 0 | 73 | 30 | 7 | 504 | 120 | 101 |
| Binary | 11101101 | 1100000 | 10110101 | 0 | 111011 | 11000 | 111 | 101000100 | 1010000 | 1000001 |
Color Harmonies of #ED60B5
Complementary color
Monochromatic Colors of #ED60B5
Black with #ED60B5
Text Example
Text Example
White with #ED60B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED60B5; }
p { color: rgb(237,96,181); }
H1.HeaderClassName
{
color: #ED60B5;
}
.AnyTagClassName
{
color: #ED60B5;
}
</style>
background-color css
<style>
a { background-color: #ED60B5; }
a { background-color: rgb(237,96,181); }
div.DivClassName
{
background-color: #ED60B5;
}
.BgClassName
{
background-color: #ED60B5;
}
</style>
border-color css
<style>
span { border-color: #ED60B5; }
span { border-color: rgb(237,96,181); }
td.TdClassName
{
border-color: #ED60B5;
}
.TagClassName
{
border-color: #ED60B5;
}
</style>