Shades of Hot Pink #EC58B3
Tints of Hot Pink #EC58B3
RGB
CMYK
RGB Variations
Color information
#EC58B3 (or 0xEC58B3) is known color: Hot Pink. HEX triplet: EC, 58 and B3. RGB value is (236,88,179). Sum of RGB (Red+Green+Blue) = 236+88+179=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC58B3 is #13A74C. Grayscale: #8E8E8E. Windows color (decimal): -1288013 or 11753708. OLE color: 11753708.
HSL color Cylindrical-coordinate representation of color #EC58B3: hue angle of 323.11º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC58B3 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 179 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.07 |
| HSL | 323.11º | 0.8% | 0.64% | - |
| HSV(B) | 323.11º | 0.63% | 0.93% | - |
| XYZ | 46.22 | 28.07 | 45.63 | - |
| YUV | 142.63 | 148.53 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 179 | 0 | 0.63 | 0.24 | 0.07 | 323.11 | 0.8 | 0.64 |
| Hex | EC | 58 | B3 | 0 | 3F | 18 | 7 | 143 | 50 | 40 |
| Octal | 354 | 130 | 263 | 0 | 77 | 30 | 7 | 503 | 120 | 100 |
| Binary | 11101100 | 1011000 | 10110011 | 0 | 111111 | 11000 | 111 | 101000011 | 1010000 | 1000000 |
Color Harmonies of #EC58B3
Complementary color
Monochromatic Colors of #EC58B3
Black with #EC58B3
Text Example
Text Example
White with #EC58B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC58B3; }
p { color: rgb(236,88,179); }
H1.HeaderClassName
{
color: #EC58B3;
}
.AnyTagClassName
{
color: #EC58B3;
}
</style>
background-color css
<style>
a { background-color: #EC58B3; }
a { background-color: rgb(236,88,179); }
div.DivClassName
{
background-color: #EC58B3;
}
.BgClassName
{
background-color: #EC58B3;
}
</style>
border-color css
<style>
span { border-color: #EC58B3; }
span { border-color: rgb(236,88,179); }
td.TdClassName
{
border-color: #EC58B3;
}
.TagClassName
{
border-color: #EC58B3;
}
</style>