Shades of Hot Pink #EC6DBA
Tints of Hot Pink #EC6DBA
RGB
CMYK
RGB Variations
Color information
#EC6DBA (or 0xEC6DBA) is known color: Hot Pink. HEX triplet: EC, 6D and BA. RGB value is (236,109,186). Sum of RGB (Red+Green+Blue) = 236+109+186=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6DBA is #139245. Grayscale: #9B9B9B. Windows color (decimal): -1282630 or 12217836. OLE color: 12217836.
HSL color Cylindrical-coordinate representation of color #EC6DBA: hue angle of 323.62º 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 #EC6DBA is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 109 | 186 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.07 |
| HSL | 323.62º | 0.77% | 0.68% | - |
| HSV(B) | 323.62º | 0.54% | 0.93% | - |
| XYZ | 48.92 | 32.32 | 50.11 | - |
| YUV | 155.75 | 145.08 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 186 | 0 | 0.54 | 0.21 | 0.07 | 323.62 | 0.77 | 0.68 |
| Hex | EC | 6D | BA | 0 | 36 | 15 | 7 | 144 | 4D | 44 |
| Octal | 354 | 155 | 272 | 0 | 66 | 25 | 7 | 504 | 115 | 104 |
| Binary | 11101100 | 1101101 | 10111010 | 0 | 110110 | 10101 | 111 | 101000100 | 1001101 | 1000100 |
Color Harmonies of #EC6DBA
Complementary color
Monochromatic Colors of #EC6DBA
Black with #EC6DBA
Text Example
Text Example
White with #EC6DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6DBA; }
p { color: rgb(236,109,186); }
H1.HeaderClassName
{
color: #EC6DBA;
}
.AnyTagClassName
{
color: #EC6DBA;
}
</style>
background-color css
<style>
a { background-color: #EC6DBA; }
a { background-color: rgb(236,109,186); }
div.DivClassName
{
background-color: #EC6DBA;
}
.BgClassName
{
background-color: #EC6DBA;
}
</style>
border-color css
<style>
span { border-color: #EC6DBA; }
span { border-color: rgb(236,109,186); }
td.TdClassName
{
border-color: #EC6DBA;
}
.TagClassName
{
border-color: #EC6DBA;
}
</style>