Shades of Hot Pink #EC6CB1
Tints of Hot Pink #EC6CB1
RGB
CMYK
RGB Variations
Color information
#EC6CB1 (or 0xEC6CB1) is known color: Hot Pink. HEX triplet: EC, 6C and B1. RGB value is (236,108,177). Sum of RGB (Red+Green+Blue) = 236+108+177=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6CB1 is #13934E. Grayscale: #999999. Windows color (decimal): -1282895 or 11627756. OLE color: 11627756.
HSL color Cylindrical-coordinate representation of color #EC6CB1: hue angle of 327.66º 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 #EC6CB1 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 177 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.07 |
| HSL | 327.66º | 0.77% | 0.67% | - |
| HSV(B) | 327.66º | 0.54% | 0.93% | - |
| XYZ | 47.89 | 31.73 | 45.2 | - |
| YUV | 154.14 | 140.91 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 177 | 0 | 0.54 | 0.25 | 0.07 | 327.66 | 0.77 | 0.67 |
| Hex | EC | 6C | B1 | 0 | 36 | 19 | 7 | 148 | 4D | 43 |
| Octal | 354 | 154 | 261 | 0 | 66 | 31 | 7 | 510 | 115 | 103 |
| Binary | 11101100 | 1101100 | 10110001 | 0 | 110110 | 11001 | 111 | 101001000 | 1001101 | 1000011 |
Color Harmonies of #EC6CB1
Complementary color
Monochromatic Colors of #EC6CB1
Black with #EC6CB1
Text Example
Text Example
White with #EC6CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6CB1; }
p { color: rgb(236,108,177); }
H1.HeaderClassName
{
color: #EC6CB1;
}
.AnyTagClassName
{
color: #EC6CB1;
}
</style>
background-color css
<style>
a { background-color: #EC6CB1; }
a { background-color: rgb(236,108,177); }
div.DivClassName
{
background-color: #EC6CB1;
}
.BgClassName
{
background-color: #EC6CB1;
}
</style>
border-color css
<style>
span { border-color: #EC6CB1; }
span { border-color: rgb(236,108,177); }
td.TdClassName
{
border-color: #EC6CB1;
}
.TagClassName
{
border-color: #EC6CB1;
}
</style>