Shades of Hot Pink #ED6DAB
Tints of Hot Pink #ED6DAB
RGB
CMYK
RGB Variations
Color information
#ED6DAB (or 0xED6DAB) is known color: Hot Pink. HEX triplet: ED, 6D and AB. RGB value is (237,109,171). Sum of RGB (Red+Green+Blue) = 237+109+171=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6DAB is #129254. Grayscale: #9A9A9A. Windows color (decimal): -1217109 or 11234797. OLE color: 11234797.
HSL color Cylindrical-coordinate representation of color #ED6DAB: hue angle of 330.94º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6DAB is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 109 | 171 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.07 |
| HSL | 330.94º | 0.78% | 0.68% | - |
| HSV(B) | 330.94º | 0.54% | 0.93% | - |
| XYZ | 47.74 | 31.88 | 42.17 | - |
| YUV | 154.34 | 137.41 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 109 | 171 | 0 | 0.54 | 0.28 | 0.07 | 330.94 | 0.78 | 0.68 |
| Hex | ED | 6D | AB | 0 | 36 | 1C | 7 | 14B | 4E | 44 |
| Octal | 355 | 155 | 253 | 0 | 66 | 34 | 7 | 513 | 116 | 104 |
| Binary | 11101101 | 1101101 | 10101011 | 0 | 110110 | 11100 | 111 | 101001011 | 1001110 | 1000100 |
Color Harmonies of #ED6DAB
Complementary color
Monochromatic Colors of #ED6DAB
Black with #ED6DAB
Text Example
Text Example
White with #ED6DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6DAB; }
p { color: rgb(237,109,171); }
H1.HeaderClassName
{
color: #ED6DAB;
}
.AnyTagClassName
{
color: #ED6DAB;
}
</style>
background-color css
<style>
a { background-color: #ED6DAB; }
a { background-color: rgb(237,109,171); }
div.DivClassName
{
background-color: #ED6DAB;
}
.BgClassName
{
background-color: #ED6DAB;
}
</style>
border-color css
<style>
span { border-color: #ED6DAB; }
span { border-color: rgb(237,109,171); }
td.TdClassName
{
border-color: #ED6DAB;
}
.TagClassName
{
border-color: #ED6DAB;
}
</style>