Shades of Hot Pink #EC5BAF
Tints of Hot Pink #EC5BAF
RGB
CMYK
RGB Variations
Color information
#EC5BAF (or 0xEC5BAF) is known color: Hot Pink. HEX triplet: EC, 5B and AF. RGB value is (236,91,175). Sum of RGB (Red+Green+Blue) = 236+91+175=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5BAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5BAF is #13A450. Grayscale: #8F8F8F. Windows color (decimal): -1287249 or 11492332. OLE color: 11492332.
HSL color Cylindrical-coordinate representation of color #EC5BAF: hue angle of 325.24º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5BAF is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 175 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.07 |
| HSL | 325.24º | 0.79% | 0.64% | - |
| HSV(B) | 325.24º | 0.61% | 0.93% | - |
| XYZ | 46.07 | 28.41 | 43.61 | - |
| YUV | 143.93 | 145.54 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 175 | 0 | 0.61 | 0.26 | 0.07 | 325.24 | 0.79 | 0.64 |
| Hex | EC | 5B | AF | 0 | 3D | 1A | 7 | 145 | 4F | 40 |
| Octal | 354 | 133 | 257 | 0 | 75 | 32 | 7 | 505 | 117 | 100 |
| Binary | 11101100 | 1011011 | 10101111 | 0 | 111101 | 11010 | 111 | 101000101 | 1001111 | 1000000 |
Color Harmonies of #EC5BAF
Complementary color
Monochromatic Colors of #EC5BAF
Black with #EC5BAF
Text Example
Text Example
White with #EC5BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5BAF; }
p { color: rgb(236,91,175); }
H1.HeaderClassName
{
color: #EC5BAF;
}
.AnyTagClassName
{
color: #EC5BAF;
}
</style>
background-color css
<style>
a { background-color: #EC5BAF; }
a { background-color: rgb(236,91,175); }
div.DivClassName
{
background-color: #EC5BAF;
}
.BgClassName
{
background-color: #EC5BAF;
}
</style>
border-color css
<style>
span { border-color: #EC5BAF; }
span { border-color: rgb(236,91,175); }
td.TdClassName
{
border-color: #EC5BAF;
}
.TagClassName
{
border-color: #EC5BAF;
}
</style>