Shades of Hot Pink #EC5BB1
Tints of Hot Pink #EC5BB1
RGB
CMYK
RGB Variations
Color information
#EC5BB1 (or 0xEC5BB1) is known color: Hot Pink. HEX triplet: EC, 5B and B1. RGB value is (236,91,177). Sum of RGB (Red+Green+Blue) = 236+91+177=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 91 (35.94% from 255 or 18.06% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5BB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5BB1 is #13A44E. Grayscale: #8F8F8F. Windows color (decimal): -1287247 or 11623404. OLE color: 11623404.
HSL color Cylindrical-coordinate representation of color #EC5BB1: hue angle of 324.41º 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 #EC5BB1 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 177 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.07 |
| HSL | 324.41º | 0.79% | 0.64% | - |
| HSV(B) | 324.41º | 0.61% | 0.93% | - |
| XYZ | 46.27 | 28.49 | 44.66 | - |
| YUV | 144.16 | 146.54 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 177 | 0 | 0.61 | 0.25 | 0.07 | 324.41 | 0.79 | 0.64 |
| Hex | EC | 5B | B1 | 0 | 3D | 19 | 7 | 144 | 4F | 40 |
| Octal | 354 | 133 | 261 | 0 | 75 | 31 | 7 | 504 | 117 | 100 |
| Binary | 11101100 | 1011011 | 10110001 | 0 | 111101 | 11001 | 111 | 101000100 | 1001111 | 1000000 |
Color Harmonies of #EC5BB1
Complementary color
Monochromatic Colors of #EC5BB1
Black with #EC5BB1
Text Example
Text Example
White with #EC5BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5BB1; }
p { color: rgb(236,91,177); }
H1.HeaderClassName
{
color: #EC5BB1;
}
.AnyTagClassName
{
color: #EC5BB1;
}
</style>
background-color css
<style>
a { background-color: #EC5BB1; }
a { background-color: rgb(236,91,177); }
div.DivClassName
{
background-color: #EC5BB1;
}
.BgClassName
{
background-color: #EC5BB1;
}
</style>
border-color css
<style>
span { border-color: #EC5BB1; }
span { border-color: rgb(236,91,177); }
td.TdClassName
{
border-color: #EC5BB1;
}
.TagClassName
{
border-color: #EC5BB1;
}
</style>