Shades of Hot Pink #EC5BB4
Tints of Hot Pink #EC5BB4
RGB
CMYK
RGB Variations
Color information
#EC5BB4 (or 0xEC5BB4) is known color: Hot Pink. HEX triplet: EC, 5B and B4. RGB value is (236,91,180). Sum of RGB (Red+Green+Blue) = 236+91+180=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 91 (35.94% from 255 or 17.95% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5BB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5BB4 is #13A44B. Grayscale: #909090. Windows color (decimal): -1287244 or 11820012. OLE color: 11820012.
HSL color Cylindrical-coordinate representation of color #EC5BB4: hue angle of 323.17º 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 #EC5BB4 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 180 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.07 |
| HSL | 323.17º | 0.79% | 0.64% | - |
| HSV(B) | 323.17º | 0.61% | 0.93% | - |
| XYZ | 46.57 | 28.61 | 46.25 | - |
| YUV | 144.5 | 148.04 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 180 | 0 | 0.61 | 0.24 | 0.07 | 323.17 | 0.79 | 0.64 |
| Hex | EC | 5B | B4 | 0 | 3D | 18 | 7 | 143 | 4F | 40 |
| Octal | 354 | 133 | 264 | 0 | 75 | 30 | 7 | 503 | 117 | 100 |
| Binary | 11101100 | 1011011 | 10110100 | 0 | 111101 | 11000 | 111 | 101000011 | 1001111 | 1000000 |
Color Harmonies of #EC5BB4
Complementary color
Monochromatic Colors of #EC5BB4
Black with #EC5BB4
Text Example
Text Example
White with #EC5BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5BB4; }
p { color: rgb(236,91,180); }
H1.HeaderClassName
{
color: #EC5BB4;
}
.AnyTagClassName
{
color: #EC5BB4;
}
</style>
background-color css
<style>
a { background-color: #EC5BB4; }
a { background-color: rgb(236,91,180); }
div.DivClassName
{
background-color: #EC5BB4;
}
.BgClassName
{
background-color: #EC5BB4;
}
</style>
border-color css
<style>
span { border-color: #EC5BB4; }
span { border-color: rgb(236,91,180); }
td.TdClassName
{
border-color: #EC5BB4;
}
.TagClassName
{
border-color: #EC5BB4;
}
</style>