Shades of Hot Pink #EC6BAB
Tints of Hot Pink #EC6BAB
RGB
CMYK
RGB Variations
Color information
#EC6BAB (or 0xEC6BAB) is known color: Hot Pink. HEX triplet: EC, 6B and AB. RGB value is (236,107,171). Sum of RGB (Red+Green+Blue) = 236+107+171=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6BAB is #139454. Grayscale: #989898. Windows color (decimal): -1283157 or 11234284. OLE color: 11234284.
HSL color Cylindrical-coordinate representation of color #EC6BAB: hue angle of 330.23º 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 #EC6BAB is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 171 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.07 |
| HSL | 330.23º | 0.77% | 0.67% | - |
| HSV(B) | 330.23º | 0.55% | 0.93% | - |
| XYZ | 47.2 | 31.29 | 42.08 | - |
| YUV | 152.87 | 138.24 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 171 | 0 | 0.55 | 0.28 | 0.07 | 330.23 | 0.77 | 0.67 |
| Hex | EC | 6B | AB | 0 | 37 | 1C | 7 | 14A | 4D | 43 |
| Octal | 354 | 153 | 253 | 0 | 67 | 34 | 7 | 512 | 115 | 103 |
| Binary | 11101100 | 1101011 | 10101011 | 0 | 110111 | 11100 | 111 | 101001010 | 1001101 | 1000011 |
Color Harmonies of #EC6BAB
Complementary color
Monochromatic Colors of #EC6BAB
Black with #EC6BAB
Text Example
Text Example
White with #EC6BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6BAB; }
p { color: rgb(236,107,171); }
H1.HeaderClassName
{
color: #EC6BAB;
}
.AnyTagClassName
{
color: #EC6BAB;
}
</style>
background-color css
<style>
a { background-color: #EC6BAB; }
a { background-color: rgb(236,107,171); }
div.DivClassName
{
background-color: #EC6BAB;
}
.BgClassName
{
background-color: #EC6BAB;
}
</style>
border-color css
<style>
span { border-color: #EC6BAB; }
span { border-color: rgb(236,107,171); }
td.TdClassName
{
border-color: #EC6BAB;
}
.TagClassName
{
border-color: #EC6BAB;
}
</style>