Shades of Hot Pink #EC6CB8
Tints of Hot Pink #EC6CB8
RGB
CMYK
RGB Variations
Color information
#EC6CB8 (or 0xEC6CB8) is known color: Hot Pink. HEX triplet: EC, 6C and B8. RGB value is (236,108,184). Sum of RGB (Red+Green+Blue) = 236+108+184=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6CB8 is #139347. Grayscale: #9A9A9A. Windows color (decimal): -1282888 or 12086508. OLE color: 12086508.
HSL color Cylindrical-coordinate representation of color #EC6CB8: hue angle of 324.38º 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 #EC6CB8 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 184 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.07 |
| HSL | 324.38º | 0.77% | 0.67% | - |
| HSV(B) | 324.38º | 0.54% | 0.93% | - |
| XYZ | 48.61 | 32.02 | 48.97 | - |
| YUV | 154.94 | 144.41 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 184 | 0 | 0.54 | 0.22 | 0.07 | 324.38 | 0.77 | 0.67 |
| Hex | EC | 6C | B8 | 0 | 36 | 16 | 7 | 144 | 4D | 43 |
| Octal | 354 | 154 | 270 | 0 | 66 | 26 | 7 | 504 | 115 | 103 |
| Binary | 11101100 | 1101100 | 10111000 | 0 | 110110 | 10110 | 111 | 101000100 | 1001101 | 1000011 |
Color Harmonies of #EC6CB8
Complementary color
Monochromatic Colors of #EC6CB8
Black with #EC6CB8
Text Example
Text Example
White with #EC6CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6CB8; }
p { color: rgb(236,108,184); }
H1.HeaderClassName
{
color: #EC6CB8;
}
.AnyTagClassName
{
color: #EC6CB8;
}
</style>
background-color css
<style>
a { background-color: #EC6CB8; }
a { background-color: rgb(236,108,184); }
div.DivClassName
{
background-color: #EC6CB8;
}
.BgClassName
{
background-color: #EC6CB8;
}
</style>
border-color css
<style>
span { border-color: #EC6CB8; }
span { border-color: rgb(236,108,184); }
td.TdClassName
{
border-color: #EC6CB8;
}
.TagClassName
{
border-color: #EC6CB8;
}
</style>