Shades of Hot Pink #EC5AB7
Tints of Hot Pink #EC5AB7
RGB
CMYK
RGB Variations
Color information
#EC5AB7 (or 0xEC5AB7) is known color: Hot Pink. HEX triplet: EC, 5A and B7. RGB value is (236,90,183). Sum of RGB (Red+Green+Blue) = 236+90+183=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5AB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5AB7 is #13A548. Grayscale: #909090. Windows color (decimal): -1287497 or 12016364. OLE color: 12016364.
HSL color Cylindrical-coordinate representation of color #EC5AB7: hue angle of 321.78º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC5AB7 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 183 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.07 |
| HSL | 321.78º | 0.79% | 0.64% | - |
| HSV(B) | 321.78º | 0.62% | 0.93% | - |
| XYZ | 46.8 | 28.56 | 47.85 | - |
| YUV | 144.26 | 149.87 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 183 | 0 | 0.62 | 0.22 | 0.07 | 321.78 | 0.79 | 0.64 |
| Hex | EC | 5A | B7 | 0 | 3E | 16 | 7 | 142 | 4F | 40 |
| Octal | 354 | 132 | 267 | 0 | 76 | 26 | 7 | 502 | 117 | 100 |
| Binary | 11101100 | 1011010 | 10110111 | 0 | 111110 | 10110 | 111 | 101000010 | 1001111 | 1000000 |
Color Harmonies of #EC5AB7
Complementary color
Monochromatic Colors of #EC5AB7
Black with #EC5AB7
Text Example
Text Example
White with #EC5AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5AB7; }
p { color: rgb(236,90,183); }
H1.HeaderClassName
{
color: #EC5AB7;
}
.AnyTagClassName
{
color: #EC5AB7;
}
</style>
background-color css
<style>
a { background-color: #EC5AB7; }
a { background-color: rgb(236,90,183); }
div.DivClassName
{
background-color: #EC5AB7;
}
.BgClassName
{
background-color: #EC5AB7;
}
</style>
border-color css
<style>
span { border-color: #EC5AB7; }
span { border-color: rgb(236,90,183); }
td.TdClassName
{
border-color: #EC5AB7;
}
.TagClassName
{
border-color: #EC5AB7;
}
</style>