Shades of Hot Pink #EC5FB3
Tints of Hot Pink #EC5FB3
RGB
CMYK
RGB Variations
Color information
#EC5FB3 (or 0xEC5FB3) is known color: Hot Pink. HEX triplet: EC, 5F and B3. RGB value is (236,95,179). Sum of RGB (Red+Green+Blue) = 236+95+179=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 95 (37.5% from 255 or 18.63% from 510); Blue value is 179 (70.31% from 255 or 35.10% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5FB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5FB3 is #13A04C. Grayscale: #929292. Windows color (decimal): -1286221 or 11755500. OLE color: 11755500.
HSL color Cylindrical-coordinate representation of color #EC5FB3: hue angle of 324.26º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5FB3 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 95 | 179 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.07 |
| HSL | 324.26º | 0.79% | 0.65% | - |
| HSV(B) | 324.26º | 0.6% | 0.93% | - |
| XYZ | 46.82 | 29.27 | 45.83 | - |
| YUV | 146.74 | 146.21 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 179 | 0 | 0.60 | 0.24 | 0.07 | 324.26 | 0.79 | 0.65 |
| Hex | EC | 5F | B3 | 0 | 3C | 18 | 7 | 144 | 4F | 41 |
| Octal | 354 | 137 | 263 | 0 | 74 | 30 | 7 | 504 | 117 | 101 |
| Binary | 11101100 | 1011111 | 10110011 | 0 | 111100 | 11000 | 111 | 101000100 | 1001111 | 1000001 |
Color Harmonies of #EC5FB3
Complementary color
Monochromatic Colors of #EC5FB3
Black with #EC5FB3
Text Example
Text Example
White with #EC5FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5FB3; }
p { color: rgb(236,95,179); }
H1.HeaderClassName
{
color: #EC5FB3;
}
.AnyTagClassName
{
color: #EC5FB3;
}
</style>
background-color css
<style>
a { background-color: #EC5FB3; }
a { background-color: rgb(236,95,179); }
div.DivClassName
{
background-color: #EC5FB3;
}
.BgClassName
{
background-color: #EC5FB3;
}
</style>
border-color css
<style>
span { border-color: #EC5FB3; }
span { border-color: rgb(236,95,179); }
td.TdClassName
{
border-color: #EC5FB3;
}
.TagClassName
{
border-color: #EC5FB3;
}
</style>