Shades of Hot Pink #ED6FB6
Tints of Hot Pink #ED6FB6
RGB
CMYK
RGB Variations
Color information
#ED6FB6 (or 0xED6FB6) is known color: Hot Pink. HEX triplet: ED, 6F and B6. RGB value is (237,111,182). Sum of RGB (Red+Green+Blue) = 237+111+182=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6FB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6FB6 is #129049. Grayscale: #9C9C9C. Windows color (decimal): -1216586 or 11956205. OLE color: 11956205.
HSL color Cylindrical-coordinate representation of color #ED6FB6: hue angle of 326.19º 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 #ED6FB6 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 111 | 182 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.07 |
| HSL | 326.19º | 0.78% | 0.68% | - |
| HSV(B) | 326.19º | 0.53% | 0.93% | - |
| XYZ | 49.05 | 32.75 | 47.99 | - |
| YUV | 156.77 | 142.24 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 111 | 182 | 0 | 0.53 | 0.23 | 0.07 | 326.19 | 0.78 | 0.68 |
| Hex | ED | 6F | B6 | 0 | 35 | 17 | 7 | 146 | 4E | 44 |
| Octal | 355 | 157 | 266 | 0 | 65 | 27 | 7 | 506 | 116 | 104 |
| Binary | 11101101 | 1101111 | 10110110 | 0 | 110101 | 10111 | 111 | 101000110 | 1001110 | 1000100 |
Color Harmonies of #ED6FB6
Complementary color
Monochromatic Colors of #ED6FB6
Black with #ED6FB6
Text Example
Text Example
White with #ED6FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6FB6; }
p { color: rgb(237,111,182); }
H1.HeaderClassName
{
color: #ED6FB6;
}
.AnyTagClassName
{
color: #ED6FB6;
}
</style>
background-color css
<style>
a { background-color: #ED6FB6; }
a { background-color: rgb(237,111,182); }
div.DivClassName
{
background-color: #ED6FB6;
}
.BgClassName
{
background-color: #ED6FB6;
}
</style>
border-color css
<style>
span { border-color: #ED6FB6; }
span { border-color: rgb(237,111,182); }
td.TdClassName
{
border-color: #ED6FB6;
}
.TagClassName
{
border-color: #ED6FB6;
}
</style>