Shades of Hot Pink #EC6ABB
Tints of Hot Pink #EC6ABB
RGB
CMYK
RGB Variations
Color information
#EC6ABB (or 0xEC6ABB) is known color: Hot Pink. HEX triplet: EC, 6A and BB. RGB value is (236,106,187). Sum of RGB (Red+Green+Blue) = 236+106+187=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6ABB is #139544. Grayscale: #999999. Windows color (decimal): -1283397 or 12282604. OLE color: 12282604.
HSL color Cylindrical-coordinate representation of color #EC6ABB: hue angle of 322.62º 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 #EC6ABB is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 106 | 187 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.07 |
| HSL | 322.62º | 0.77% | 0.67% | - |
| HSV(B) | 322.62º | 0.55% | 0.93% | - |
| XYZ | 48.72 | 31.73 | 50.57 | - |
| YUV | 154.1 | 146.57 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 106 | 187 | 0 | 0.55 | 0.21 | 0.07 | 322.62 | 0.77 | 0.67 |
| Hex | EC | 6A | BB | 0 | 37 | 15 | 7 | 143 | 4D | 43 |
| Octal | 354 | 152 | 273 | 0 | 67 | 25 | 7 | 503 | 115 | 103 |
| Binary | 11101100 | 1101010 | 10111011 | 0 | 110111 | 10101 | 111 | 101000011 | 1001101 | 1000011 |
Color Harmonies of #EC6ABB
Complementary color
Monochromatic Colors of #EC6ABB
Black with #EC6ABB
Text Example
Text Example
White with #EC6ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6ABB; }
p { color: rgb(236,106,187); }
H1.HeaderClassName
{
color: #EC6ABB;
}
.AnyTagClassName
{
color: #EC6ABB;
}
</style>
background-color css
<style>
a { background-color: #EC6ABB; }
a { background-color: rgb(236,106,187); }
div.DivClassName
{
background-color: #EC6ABB;
}
.BgClassName
{
background-color: #EC6ABB;
}
</style>
border-color css
<style>
span { border-color: #EC6ABB; }
span { border-color: rgb(236,106,187); }
td.TdClassName
{
border-color: #EC6ABB;
}
.TagClassName
{
border-color: #EC6ABB;
}
</style>