Shades of Hot Pink #ED60AF
Tints of Hot Pink #ED60AF
RGB
CMYK
RGB Variations
Color information
#ED60AF (or 0xED60AF) is known color: Hot Pink. HEX triplet: ED, 60 and AF. RGB value is (237,96,175). Sum of RGB (Red+Green+Blue) = 237+96+175=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 96 (37.89% from 255 or 18.90% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED60AF is #129F50. Grayscale: #929292. Windows color (decimal): -1220433 or 11493613. OLE color: 11493613.
HSL color Cylindrical-coordinate representation of color #ED60AF: hue angle of 326.38º 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 #ED60AF is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 175 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.07 |
| HSL | 326.38º | 0.8% | 0.65% | - |
| HSV(B) | 326.38º | 0.59% | 0.93% | - |
| XYZ | 46.85 | 29.47 | 43.78 | - |
| YUV | 147.17 | 143.71 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 175 | 0 | 0.59 | 0.26 | 0.07 | 326.38 | 0.8 | 0.65 |
| Hex | ED | 60 | AF | 0 | 3B | 1A | 7 | 146 | 50 | 41 |
| Octal | 355 | 140 | 257 | 0 | 73 | 32 | 7 | 506 | 120 | 101 |
| Binary | 11101101 | 1100000 | 10101111 | 0 | 111011 | 11010 | 111 | 101000110 | 1010000 | 1000001 |
Color Harmonies of #ED60AF
Complementary color
Monochromatic Colors of #ED60AF
Black with #ED60AF
Text Example
Text Example
White with #ED60AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED60AF; }
p { color: rgb(237,96,175); }
H1.HeaderClassName
{
color: #ED60AF;
}
.AnyTagClassName
{
color: #ED60AF;
}
</style>
background-color css
<style>
a { background-color: #ED60AF; }
a { background-color: rgb(237,96,175); }
div.DivClassName
{
background-color: #ED60AF;
}
.BgClassName
{
background-color: #ED60AF;
}
</style>
border-color css
<style>
span { border-color: #ED60AF; }
span { border-color: rgb(237,96,175); }
td.TdClassName
{
border-color: #ED60AF;
}
.TagClassName
{
border-color: #ED60AF;
}
</style>