Shades of Hot Pink #EC6AAB
Tints of Hot Pink #EC6AAB
RGB
CMYK
RGB Variations
Color information
#EC6AAB (or 0xEC6AAB) is known color: Hot Pink. HEX triplet: EC, 6A and AB. RGB value is (236,106,171). Sum of RGB (Red+Green+Blue) = 236+106+171=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 106 (41.80% from 255 or 20.66% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6AAB is #139554. Grayscale: #989898. Windows color (decimal): -1283413 or 11234028. OLE color: 11234028.
HSL color Cylindrical-coordinate representation of color #EC6AAB: hue angle of 330º 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 #EC6AAB is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 106 | 171 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.07 |
| HSL | 330º | 0.77% | 0.67% | - |
| HSV(B) | 330º | 0.55% | 0.93% | - |
| XYZ | 47.1 | 31.08 | 42.05 | - |
| YUV | 152.28 | 138.57 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 106 | 171 | 0 | 0.55 | 0.28 | 0.07 | 330 | 0.77 | 0.67 |
| Hex | EC | 6A | AB | 0 | 37 | 1C | 7 | 14A | 4D | 43 |
| Octal | 354 | 152 | 253 | 0 | 67 | 34 | 7 | 512 | 115 | 103 |
| Binary | 11101100 | 1101010 | 10101011 | 0 | 110111 | 11100 | 111 | 101001010 | 1001101 | 1000011 |
Color Harmonies of #EC6AAB
Complementary color
Monochromatic Colors of #EC6AAB
Black with #EC6AAB
Text Example
Text Example
White with #EC6AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6AAB; }
p { color: rgb(236,106,171); }
H1.HeaderClassName
{
color: #EC6AAB;
}
.AnyTagClassName
{
color: #EC6AAB;
}
</style>
background-color css
<style>
a { background-color: #EC6AAB; }
a { background-color: rgb(236,106,171); }
div.DivClassName
{
background-color: #EC6AAB;
}
.BgClassName
{
background-color: #EC6AAB;
}
</style>
border-color css
<style>
span { border-color: #EC6AAB; }
span { border-color: rgb(236,106,171); }
td.TdClassName
{
border-color: #EC6AAB;
}
.TagClassName
{
border-color: #EC6AAB;
}
</style>