Shades of Hot Pink #ED73AB
Tints of Hot Pink #ED73AB
RGB
CMYK
RGB Variations
Color information
#ED73AB (or 0xED73AB) is known color: Hot Pink. HEX triplet: ED, 73 and AB. RGB value is (237,115,171). Sum of RGB (Red+Green+Blue) = 237+115+171=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #ED73AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED73AB is #128C54. Grayscale: #9D9D9D. Windows color (decimal): -1215573 or 11236333. OLE color: 11236333.
HSL color Cylindrical-coordinate representation of color #ED73AB: hue angle of 332.46º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED73AB is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 171 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.07 |
| HSL | 332.46º | 0.77% | 0.69% | - |
| HSV(B) | 332.46º | 0.51% | 0.93% | - |
| XYZ | 48.41 | 33.21 | 42.39 | - |
| YUV | 157.86 | 135.42 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 171 | 0 | 0.51 | 0.28 | 0.07 | 332.46 | 0.77 | 0.69 |
| Hex | ED | 73 | AB | 0 | 33 | 1C | 7 | 14C | 4D | 45 |
| Octal | 355 | 163 | 253 | 0 | 63 | 34 | 7 | 514 | 115 | 105 |
| Binary | 11101101 | 1110011 | 10101011 | 0 | 110011 | 11100 | 111 | 101001100 | 1001101 | 1000101 |
Color Harmonies of #ED73AB
Complementary color
Monochromatic Colors of #ED73AB
Black with #ED73AB
Text Example
Text Example
White with #ED73AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED73AB; }
p { color: rgb(237,115,171); }
H1.HeaderClassName
{
color: #ED73AB;
}
.AnyTagClassName
{
color: #ED73AB;
}
</style>
background-color css
<style>
a { background-color: #ED73AB; }
a { background-color: rgb(237,115,171); }
div.DivClassName
{
background-color: #ED73AB;
}
.BgClassName
{
background-color: #ED73AB;
}
</style>
border-color css
<style>
span { border-color: #ED73AB; }
span { border-color: rgb(237,115,171); }
td.TdClassName
{
border-color: #ED73AB;
}
.TagClassName
{
border-color: #ED73AB;
}
</style>