Shades of Hot Pink #EC6CB9
Tints of Hot Pink #EC6CB9
RGB
CMYK
RGB Variations
Color information
#EC6CB9 (or 0xEC6CB9) is known color: Hot Pink. HEX triplet: EC, 6C and B9. RGB value is (236,108,185). Sum of RGB (Red+Green+Blue) = 236+108+185=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6CB9 is #139346. Grayscale: #9A9A9A. Windows color (decimal): -1282887 or 12152044. OLE color: 12152044.
HSL color Cylindrical-coordinate representation of color #EC6CB9: hue angle of 323.91º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6CB9 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 185 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.07 |
| HSL | 323.91º | 0.77% | 0.67% | - |
| HSV(B) | 323.91º | 0.54% | 0.93% | - |
| XYZ | 48.71 | 32.06 | 49.52 | - |
| YUV | 155.05 | 144.91 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 185 | 0 | 0.54 | 0.22 | 0.07 | 323.91 | 0.77 | 0.67 |
| Hex | EC | 6C | B9 | 0 | 36 | 16 | 7 | 144 | 4D | 43 |
| Octal | 354 | 154 | 271 | 0 | 66 | 26 | 7 | 504 | 115 | 103 |
| Binary | 11101100 | 1101100 | 10111001 | 0 | 110110 | 10110 | 111 | 101000100 | 1001101 | 1000011 |
Color Harmonies of #EC6CB9
Complementary color
Monochromatic Colors of #EC6CB9
Black with #EC6CB9
Text Example
Text Example
White with #EC6CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6CB9; }
p { color: rgb(236,108,185); }
H1.HeaderClassName
{
color: #EC6CB9;
}
.AnyTagClassName
{
color: #EC6CB9;
}
</style>
background-color css
<style>
a { background-color: #EC6CB9; }
a { background-color: rgb(236,108,185); }
div.DivClassName
{
background-color: #EC6CB9;
}
.BgClassName
{
background-color: #EC6CB9;
}
</style>
border-color css
<style>
span { border-color: #EC6CB9; }
span { border-color: rgb(236,108,185); }
td.TdClassName
{
border-color: #EC6CB9;
}
.TagClassName
{
border-color: #EC6CB9;
}
</style>