Shades of Hot Pink #ED6FAC
Tints of Hot Pink #ED6FAC
RGB
CMYK
RGB Variations
Color information
#ED6FAC (or 0xED6FAC) is known color: Hot Pink. HEX triplet: ED, 6F and AC. RGB value is (237,111,172). Sum of RGB (Red+Green+Blue) = 237+111+172=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6FAC is #129053. Grayscale: #9B9B9B. Windows color (decimal): -1216596 or 11300845. OLE color: 11300845.
HSL color Cylindrical-coordinate representation of color #ED6FAC: hue angle of 330.95º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED6FAC is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 111 | 172 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.07 |
| HSL | 330.95º | 0.78% | 0.68% | - |
| HSV(B) | 330.95º | 0.53% | 0.93% | - |
| XYZ | 48.06 | 32.35 | 42.74 | - |
| YUV | 155.63 | 137.24 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 111 | 172 | 0 | 0.53 | 0.27 | 0.07 | 330.95 | 0.78 | 0.68 |
| Hex | ED | 6F | AC | 0 | 35 | 1B | 7 | 14B | 4E | 44 |
| Octal | 355 | 157 | 254 | 0 | 65 | 33 | 7 | 513 | 116 | 104 |
| Binary | 11101101 | 1101111 | 10101100 | 0 | 110101 | 11011 | 111 | 101001011 | 1001110 | 1000100 |
Color Harmonies of #ED6FAC
Complementary color
Monochromatic Colors of #ED6FAC
Black with #ED6FAC
Text Example
Text Example
White with #ED6FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6FAC; }
p { color: rgb(237,111,172); }
H1.HeaderClassName
{
color: #ED6FAC;
}
.AnyTagClassName
{
color: #ED6FAC;
}
</style>
background-color css
<style>
a { background-color: #ED6FAC; }
a { background-color: rgb(237,111,172); }
div.DivClassName
{
background-color: #ED6FAC;
}
.BgClassName
{
background-color: #ED6FAC;
}
</style>
border-color css
<style>
span { border-color: #ED6FAC; }
span { border-color: rgb(237,111,172); }
td.TdClassName
{
border-color: #ED6FAC;
}
.TagClassName
{
border-color: #ED6FAC;
}
</style>