Shades of Hot Pink #EC6BB0
Tints of Hot Pink #EC6BB0
RGB
CMYK
RGB Variations
Color information
#EC6BB0 (or 0xEC6BB0) is known color: Hot Pink. HEX triplet: EC, 6B and B0. RGB value is (236,107,176). Sum of RGB (Red+Green+Blue) = 236+107+176=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6BB0 is #13944F. Grayscale: #999999. Windows color (decimal): -1283152 or 11561964. OLE color: 11561964.
HSL color Cylindrical-coordinate representation of color #EC6BB0: hue angle of 327.91º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6BB0 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 176 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.07 |
| HSL | 327.91º | 0.77% | 0.67% | - |
| HSV(B) | 327.91º | 0.55% | 0.93% | - |
| XYZ | 47.69 | 31.48 | 44.64 | - |
| YUV | 153.44 | 140.74 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 176 | 0 | 0.55 | 0.25 | 0.07 | 327.91 | 0.77 | 0.67 |
| Hex | EC | 6B | B0 | 0 | 37 | 19 | 7 | 148 | 4D | 43 |
| Octal | 354 | 153 | 260 | 0 | 67 | 31 | 7 | 510 | 115 | 103 |
| Binary | 11101100 | 1101011 | 10110000 | 0 | 110111 | 11001 | 111 | 101001000 | 1001101 | 1000011 |
Color Harmonies of #EC6BB0
Complementary color
Monochromatic Colors of #EC6BB0
Black with #EC6BB0
Text Example
Text Example
White with #EC6BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6BB0; }
p { color: rgb(236,107,176); }
H1.HeaderClassName
{
color: #EC6BB0;
}
.AnyTagClassName
{
color: #EC6BB0;
}
</style>
background-color css
<style>
a { background-color: #EC6BB0; }
a { background-color: rgb(236,107,176); }
div.DivClassName
{
background-color: #EC6BB0;
}
.BgClassName
{
background-color: #EC6BB0;
}
</style>
border-color css
<style>
span { border-color: #EC6BB0; }
span { border-color: rgb(236,107,176); }
td.TdClassName
{
border-color: #EC6BB0;
}
.TagClassName
{
border-color: #EC6BB0;
}
</style>