Shades of Hot Pink #EC6FB6
Tints of Hot Pink #EC6FB6
RGB
CMYK
RGB Variations
Color information
#EC6FB6 (or 0xEC6FB6) is known color: Hot Pink. HEX triplet: EC, 6F and B6. RGB value is (236,111,182). Sum of RGB (Red+Green+Blue) = 236+111+182=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6FB6 is #139049. Grayscale: #9C9C9C. Windows color (decimal): -1282122 or 11956204. OLE color: 11956204.
HSL color Cylindrical-coordinate representation of color #EC6FB6: hue angle of 325.92º degrees, saturation: 0.77, 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 #EC6FB6 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 182 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.07 |
| HSL | 325.92º | 0.77% | 0.68% | - |
| HSV(B) | 325.92º | 0.53% | 0.93% | - |
| XYZ | 48.72 | 32.58 | 47.98 | - |
| YUV | 156.47 | 142.41 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 182 | 0 | 0.53 | 0.23 | 0.07 | 325.92 | 0.77 | 0.68 |
| Hex | EC | 6F | B6 | 0 | 35 | 17 | 7 | 146 | 4D | 44 |
| Octal | 354 | 157 | 266 | 0 | 65 | 27 | 7 | 506 | 115 | 104 |
| Binary | 11101100 | 1101111 | 10110110 | 0 | 110101 | 10111 | 111 | 101000110 | 1001101 | 1000100 |
Color Harmonies of #EC6FB6
Complementary color
Monochromatic Colors of #EC6FB6
Black with #EC6FB6
Text Example
Text Example
White with #EC6FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6FB6; }
p { color: rgb(236,111,182); }
H1.HeaderClassName
{
color: #EC6FB6;
}
.AnyTagClassName
{
color: #EC6FB6;
}
</style>
background-color css
<style>
a { background-color: #EC6FB6; }
a { background-color: rgb(236,111,182); }
div.DivClassName
{
background-color: #EC6FB6;
}
.BgClassName
{
background-color: #EC6FB6;
}
</style>
border-color css
<style>
span { border-color: #EC6FB6; }
span { border-color: rgb(236,111,182); }
td.TdClassName
{
border-color: #EC6FB6;
}
.TagClassName
{
border-color: #EC6FB6;
}
</style>