Shades of Hot Pink #EC6BA4
Tints of Hot Pink #EC6BA4
RGB
CMYK
RGB Variations
Color information
#EC6BA4 (or 0xEC6BA4) is known color: Hot Pink. HEX triplet: EC, 6B and A4. RGB value is (236,107,164). Sum of RGB (Red+Green+Blue) = 236+107+164=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6BA4 is #13945B. Grayscale: #979797. Windows color (decimal): -1283164 or 10775532. OLE color: 10775532.
HSL color Cylindrical-coordinate representation of color #EC6BA4: hue angle of 333.49º 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 #EC6BA4 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 164 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.07 |
| HSL | 333.49º | 0.77% | 0.67% | - |
| HSV(B) | 333.49º | 0.55% | 0.93% | - |
| XYZ | 46.55 | 31.03 | 38.66 | - |
| YUV | 152.07 | 134.74 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 164 | 0 | 0.55 | 0.31 | 0.07 | 333.49 | 0.77 | 0.67 |
| Hex | EC | 6B | A4 | 0 | 37 | 1F | 7 | 14D | 4D | 43 |
| Octal | 354 | 153 | 244 | 0 | 67 | 37 | 7 | 515 | 115 | 103 |
| Binary | 11101100 | 1101011 | 10100100 | 0 | 110111 | 11111 | 111 | 101001101 | 1001101 | 1000011 |
Color Harmonies of #EC6BA4
Complementary color
Monochromatic Colors of #EC6BA4
Black with #EC6BA4
Text Example
Text Example
White with #EC6BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6BA4; }
p { color: rgb(236,107,164); }
H1.HeaderClassName
{
color: #EC6BA4;
}
.AnyTagClassName
{
color: #EC6BA4;
}
</style>
background-color css
<style>
a { background-color: #EC6BA4; }
a { background-color: rgb(236,107,164); }
div.DivClassName
{
background-color: #EC6BA4;
}
.BgClassName
{
background-color: #EC6BA4;
}
</style>
border-color css
<style>
span { border-color: #EC6BA4; }
span { border-color: rgb(236,107,164); }
td.TdClassName
{
border-color: #EC6BA4;
}
.TagClassName
{
border-color: #EC6BA4;
}
</style>