Shades of Hot Pink #EC6CB3
Tints of Hot Pink #EC6CB3
RGB
CMYK
RGB Variations
Color information
#EC6CB3 (or 0xEC6CB3) is known color: Hot Pink. HEX triplet: EC, 6C and B3. RGB value is (236,108,179). Sum of RGB (Red+Green+Blue) = 236+108+179=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6CB3 is #13934C. Grayscale: #9A9A9A. Windows color (decimal): -1282893 or 11758828. OLE color: 11758828.
HSL color Cylindrical-coordinate representation of color #EC6CB3: hue angle of 326.72º 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 #EC6CB3 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 179 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.07 |
| HSL | 326.72º | 0.77% | 0.67% | - |
| HSV(B) | 326.72º | 0.54% | 0.93% | - |
| XYZ | 48.09 | 31.81 | 46.25 | - |
| YUV | 154.37 | 141.91 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 179 | 0 | 0.54 | 0.24 | 0.07 | 326.72 | 0.77 | 0.67 |
| Hex | EC | 6C | B3 | 0 | 36 | 18 | 7 | 147 | 4D | 43 |
| Octal | 354 | 154 | 263 | 0 | 66 | 30 | 7 | 507 | 115 | 103 |
| Binary | 11101100 | 1101100 | 10110011 | 0 | 110110 | 11000 | 111 | 101000111 | 1001101 | 1000011 |
Color Harmonies of #EC6CB3
Complementary color
Monochromatic Colors of #EC6CB3
Black with #EC6CB3
Text Example
Text Example
White with #EC6CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6CB3; }
p { color: rgb(236,108,179); }
H1.HeaderClassName
{
color: #EC6CB3;
}
.AnyTagClassName
{
color: #EC6CB3;
}
</style>
background-color css
<style>
a { background-color: #EC6CB3; }
a { background-color: rgb(236,108,179); }
div.DivClassName
{
background-color: #EC6CB3;
}
.BgClassName
{
background-color: #EC6CB3;
}
</style>
border-color css
<style>
span { border-color: #EC6CB3; }
span { border-color: rgb(236,108,179); }
td.TdClassName
{
border-color: #EC6CB3;
}
.TagClassName
{
border-color: #EC6CB3;
}
</style>