Shades of Hot Pink #ED73AC
Tints of Hot Pink #ED73AC
RGB
CMYK
RGB Variations
Color information
#ED73AC (or 0xED73AC) is known color: Hot Pink. HEX triplet: ED, 73 and AC. RGB value is (237,115,172). Sum of RGB (Red+Green+Blue) = 237+115+172=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED73AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED73AC is #128C53. Grayscale: #9D9D9D. Windows color (decimal): -1215572 or 11301869. OLE color: 11301869.
HSL color Cylindrical-coordinate representation of color #ED73AC: hue angle of 331.97º 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 #ED73AC is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 172 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.07 |
| HSL | 331.97º | 0.77% | 0.69% | - |
| HSV(B) | 331.97º | 0.51% | 0.93% | - |
| XYZ | 48.5 | 33.24 | 42.89 | - |
| YUV | 157.98 | 135.92 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 172 | 0 | 0.51 | 0.27 | 0.07 | 331.97 | 0.77 | 0.69 |
| Hex | ED | 73 | AC | 0 | 33 | 1B | 7 | 14C | 4D | 45 |
| Octal | 355 | 163 | 254 | 0 | 63 | 33 | 7 | 514 | 115 | 105 |
| Binary | 11101101 | 1110011 | 10101100 | 0 | 110011 | 11011 | 111 | 101001100 | 1001101 | 1000101 |
Color Harmonies of #ED73AC
Complementary color
Monochromatic Colors of #ED73AC
Black with #ED73AC
Text Example
Text Example
White with #ED73AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED73AC; }
p { color: rgb(237,115,172); }
H1.HeaderClassName
{
color: #ED73AC;
}
.AnyTagClassName
{
color: #ED73AC;
}
</style>
background-color css
<style>
a { background-color: #ED73AC; }
a { background-color: rgb(237,115,172); }
div.DivClassName
{
background-color: #ED73AC;
}
.BgClassName
{
background-color: #ED73AC;
}
</style>
border-color css
<style>
span { border-color: #ED73AC; }
span { border-color: rgb(237,115,172); }
td.TdClassName
{
border-color: #ED73AC;
}
.TagClassName
{
border-color: #ED73AC;
}
</style>