Shades of Hot Pink #ED5FAC
Tints of Hot Pink #ED5FAC
RGB
CMYK
RGB Variations
Color information
#ED5FAC (or 0xED5FAC) is known color: Hot Pink. HEX triplet: ED, 5F and AC. RGB value is (237,95,172). Sum of RGB (Red+Green+Blue) = 237+95+172=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5FAC is #12A053. Grayscale: #929292. Windows color (decimal): -1220692 or 11296749. OLE color: 11296749.
HSL color Cylindrical-coordinate representation of color #ED5FAC: hue angle of 327.46º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED5FAC is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 95 | 172 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.07 |
| HSL | 327.46º | 0.8% | 0.65% | - |
| HSV(B) | 327.46º | 0.6% | 0.93% | - |
| XYZ | 46.46 | 29.17 | 42.21 | - |
| YUV | 146.24 | 142.54 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 95 | 172 | 0 | 0.60 | 0.27 | 0.07 | 327.46 | 0.8 | 0.65 |
| Hex | ED | 5F | AC | 0 | 3C | 1B | 7 | 147 | 50 | 41 |
| Octal | 355 | 137 | 254 | 0 | 74 | 33 | 7 | 507 | 120 | 101 |
| Binary | 11101101 | 1011111 | 10101100 | 0 | 111100 | 11011 | 111 | 101000111 | 1010000 | 1000001 |
Color Harmonies of #ED5FAC
Complementary color
Monochromatic Colors of #ED5FAC
Black with #ED5FAC
Text Example
Text Example
White with #ED5FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5FAC; }
p { color: rgb(237,95,172); }
H1.HeaderClassName
{
color: #ED5FAC;
}
.AnyTagClassName
{
color: #ED5FAC;
}
</style>
background-color css
<style>
a { background-color: #ED5FAC; }
a { background-color: rgb(237,95,172); }
div.DivClassName
{
background-color: #ED5FAC;
}
.BgClassName
{
background-color: #ED5FAC;
}
</style>
border-color css
<style>
span { border-color: #ED5FAC; }
span { border-color: rgb(237,95,172); }
td.TdClassName
{
border-color: #ED5FAC;
}
.TagClassName
{
border-color: #ED5FAC;
}
</style>