Shades of Hot Pink #EC6BAE
Tints of Hot Pink #EC6BAE
RGB
CMYK
RGB Variations
Color information
#EC6BAE (or 0xEC6BAE) is known color: Hot Pink. HEX triplet: EC, 6B and AE. RGB value is (236,107,174). Sum of RGB (Red+Green+Blue) = 236+107+174=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6BAE is #139451. Grayscale: #999999. Windows color (decimal): -1283154 or 11430892. OLE color: 11430892.
HSL color Cylindrical-coordinate representation of color #EC6BAE: hue angle of 328.84º 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 #EC6BAE is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 174 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.07 |
| HSL | 328.84º | 0.77% | 0.67% | - |
| HSV(B) | 328.84º | 0.55% | 0.93% | - |
| XYZ | 47.49 | 31.4 | 43.6 | - |
| YUV | 153.21 | 139.74 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 174 | 0 | 0.55 | 0.26 | 0.07 | 328.84 | 0.77 | 0.67 |
| Hex | EC | 6B | AE | 0 | 37 | 1A | 7 | 149 | 4D | 43 |
| Octal | 354 | 153 | 256 | 0 | 67 | 32 | 7 | 511 | 115 | 103 |
| Binary | 11101100 | 1101011 | 10101110 | 0 | 110111 | 11010 | 111 | 101001001 | 1001101 | 1000011 |
Color Harmonies of #EC6BAE
Complementary color
Monochromatic Colors of #EC6BAE
Black with #EC6BAE
Text Example
Text Example
White with #EC6BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6BAE; }
p { color: rgb(236,107,174); }
H1.HeaderClassName
{
color: #EC6BAE;
}
.AnyTagClassName
{
color: #EC6BAE;
}
</style>
background-color css
<style>
a { background-color: #EC6BAE; }
a { background-color: rgb(236,107,174); }
div.DivClassName
{
background-color: #EC6BAE;
}
.BgClassName
{
background-color: #EC6BAE;
}
</style>
border-color css
<style>
span { border-color: #EC6BAE; }
span { border-color: rgb(236,107,174); }
td.TdClassName
{
border-color: #EC6BAE;
}
.TagClassName
{
border-color: #EC6BAE;
}
</style>