Shades of Hot Pink #ED6FB7
Tints of Hot Pink #ED6FB7
RGB
CMYK
RGB Variations
Color information
#ED6FB7 (or 0xED6FB7) is known color: Hot Pink. HEX triplet: ED, 6F and B7. RGB value is (237,111,183). Sum of RGB (Red+Green+Blue) = 237+111+183=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6FB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6FB7 is #129048. Grayscale: #9C9C9C. Windows color (decimal): -1216585 or 12021741. OLE color: 12021741.
HSL color Cylindrical-coordinate representation of color #ED6FB7: hue angle of 325.71º 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 #ED6FB7 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 111 | 183 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.07 |
| HSL | 325.71º | 0.78% | 0.68% | - |
| HSV(B) | 325.71º | 0.53% | 0.93% | - |
| XYZ | 49.16 | 32.79 | 48.54 | - |
| YUV | 156.88 | 142.74 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 111 | 183 | 0 | 0.53 | 0.23 | 0.07 | 325.71 | 0.78 | 0.68 |
| Hex | ED | 6F | B7 | 0 | 35 | 17 | 7 | 146 | 4E | 44 |
| Octal | 355 | 157 | 267 | 0 | 65 | 27 | 7 | 506 | 116 | 104 |
| Binary | 11101101 | 1101111 | 10110111 | 0 | 110101 | 10111 | 111 | 101000110 | 1001110 | 1000100 |
Color Harmonies of #ED6FB7
Complementary color
Monochromatic Colors of #ED6FB7
Black with #ED6FB7
Text Example
Text Example
White with #ED6FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6FB7; }
p { color: rgb(237,111,183); }
H1.HeaderClassName
{
color: #ED6FB7;
}
.AnyTagClassName
{
color: #ED6FB7;
}
</style>
background-color css
<style>
a { background-color: #ED6FB7; }
a { background-color: rgb(237,111,183); }
div.DivClassName
{
background-color: #ED6FB7;
}
.BgClassName
{
background-color: #ED6FB7;
}
</style>
border-color css
<style>
span { border-color: #ED6FB7; }
span { border-color: rgb(237,111,183); }
td.TdClassName
{
border-color: #ED6FB7;
}
.TagClassName
{
border-color: #ED6FB7;
}
</style>