Shades of Hot Pink #EC6AB9
Tints of Hot Pink #EC6AB9
RGB
CMYK
RGB Variations
Color information
#EC6AB9 (or 0xEC6AB9) is known color: Hot Pink. HEX triplet: EC, 6A and B9. RGB value is (236,106,185). Sum of RGB (Red+Green+Blue) = 236+106+185=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6AB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6AB9 is #139546. Grayscale: #999999. Windows color (decimal): -1283399 or 12151532. OLE color: 12151532.
HSL color Cylindrical-coordinate representation of color #EC6AB9: hue angle of 323.54º 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 #EC6AB9 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 106 | 185 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.07 |
| HSL | 323.54º | 0.77% | 0.67% | - |
| HSV(B) | 323.54º | 0.55% | 0.93% | - |
| XYZ | 48.5 | 31.64 | 49.45 | - |
| YUV | 153.88 | 145.57 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 106 | 185 | 0 | 0.55 | 0.22 | 0.07 | 323.54 | 0.77 | 0.67 |
| Hex | EC | 6A | B9 | 0 | 37 | 16 | 7 | 144 | 4D | 43 |
| Octal | 354 | 152 | 271 | 0 | 67 | 26 | 7 | 504 | 115 | 103 |
| Binary | 11101100 | 1101010 | 10111001 | 0 | 110111 | 10110 | 111 | 101000100 | 1001101 | 1000011 |
Color Harmonies of #EC6AB9
Complementary color
Monochromatic Colors of #EC6AB9
Black with #EC6AB9
Text Example
Text Example
White with #EC6AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6AB9; }
p { color: rgb(236,106,185); }
H1.HeaderClassName
{
color: #EC6AB9;
}
.AnyTagClassName
{
color: #EC6AB9;
}
</style>
background-color css
<style>
a { background-color: #EC6AB9; }
a { background-color: rgb(236,106,185); }
div.DivClassName
{
background-color: #EC6AB9;
}
.BgClassName
{
background-color: #EC6AB9;
}
</style>
border-color css
<style>
span { border-color: #EC6AB9; }
span { border-color: rgb(236,106,185); }
td.TdClassName
{
border-color: #EC6AB9;
}
.TagClassName
{
border-color: #EC6AB9;
}
</style>