Shades of Hot Pink #EC6DB2
Tints of Hot Pink #EC6DB2
RGB
CMYK
RGB Variations
Color information
#EC6DB2 (or 0xEC6DB2) is known color: Hot Pink. HEX triplet: EC, 6D and B2. RGB value is (236,109,178). Sum of RGB (Red+Green+Blue) = 236+109+178=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 109 (42.97% from 255 or 20.84% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6DB2 is #13924D. Grayscale: #9A9A9A. Windows color (decimal): -1282638 or 11693548. OLE color: 11693548.
HSL color Cylindrical-coordinate representation of color #EC6DB2: hue angle of 327.4º degrees, saturation: 0.77, 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 #EC6DB2 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 109 | 178 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.07 |
| HSL | 327.4º | 0.77% | 0.68% | - |
| HSV(B) | 327.4º | 0.54% | 0.93% | - |
| XYZ | 48.1 | 31.98 | 45.76 | - |
| YUV | 154.84 | 141.08 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 178 | 0 | 0.54 | 0.25 | 0.07 | 327.4 | 0.77 | 0.68 |
| Hex | EC | 6D | B2 | 0 | 36 | 19 | 7 | 147 | 4D | 44 |
| Octal | 354 | 155 | 262 | 0 | 66 | 31 | 7 | 507 | 115 | 104 |
| Binary | 11101100 | 1101101 | 10110010 | 0 | 110110 | 11001 | 111 | 101000111 | 1001101 | 1000100 |
Color Harmonies of #EC6DB2
Complementary color
Monochromatic Colors of #EC6DB2
Black with #EC6DB2
Text Example
Text Example
White with #EC6DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6DB2; }
p { color: rgb(236,109,178); }
H1.HeaderClassName
{
color: #EC6DB2;
}
.AnyTagClassName
{
color: #EC6DB2;
}
</style>
background-color css
<style>
a { background-color: #EC6DB2; }
a { background-color: rgb(236,109,178); }
div.DivClassName
{
background-color: #EC6DB2;
}
.BgClassName
{
background-color: #EC6DB2;
}
</style>
border-color css
<style>
span { border-color: #EC6DB2; }
span { border-color: rgb(236,109,178); }
td.TdClassName
{
border-color: #EC6DB2;
}
.TagClassName
{
border-color: #EC6DB2;
}
</style>