Shades of Hot Pink #EC6DB4
Tints of Hot Pink #EC6DB4
RGB
CMYK
RGB Variations
Color information
#EC6DB4 (or 0xEC6DB4) is known color: Hot Pink. HEX triplet: EC, 6D and B4. RGB value is (236,109,180). Sum of RGB (Red+Green+Blue) = 236+109+180=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6DB4 is #13924B. Grayscale: #9A9A9A. Windows color (decimal): -1282636 or 11824620. OLE color: 11824620.
HSL color Cylindrical-coordinate representation of color #EC6DB4: hue angle of 326.46º 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 #EC6DB4 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 109 | 180 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.07 |
| HSL | 326.46º | 0.77% | 0.68% | - |
| HSV(B) | 326.46º | 0.54% | 0.93% | - |
| XYZ | 48.3 | 32.07 | 46.82 | - |
| YUV | 155.07 | 142.08 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 180 | 0 | 0.54 | 0.24 | 0.07 | 326.46 | 0.77 | 0.68 |
| Hex | EC | 6D | B4 | 0 | 36 | 18 | 7 | 146 | 4D | 44 |
| Octal | 354 | 155 | 264 | 0 | 66 | 30 | 7 | 506 | 115 | 104 |
| Binary | 11101100 | 1101101 | 10110100 | 0 | 110110 | 11000 | 111 | 101000110 | 1001101 | 1000100 |
Color Harmonies of #EC6DB4
Complementary color
Monochromatic Colors of #EC6DB4
Black with #EC6DB4
Text Example
Text Example
White with #EC6DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6DB4; }
p { color: rgb(236,109,180); }
H1.HeaderClassName
{
color: #EC6DB4;
}
.AnyTagClassName
{
color: #EC6DB4;
}
</style>
background-color css
<style>
a { background-color: #EC6DB4; }
a { background-color: rgb(236,109,180); }
div.DivClassName
{
background-color: #EC6DB4;
}
.BgClassName
{
background-color: #EC6DB4;
}
</style>
border-color css
<style>
span { border-color: #EC6DB4; }
span { border-color: rgb(236,109,180); }
td.TdClassName
{
border-color: #EC6DB4;
}
.TagClassName
{
border-color: #EC6DB4;
}
</style>