Shades of Hot Pink #EC58B5
Tints of Hot Pink #EC58B5
RGB
CMYK
RGB Variations
Color information
#EC58B5 (or 0xEC58B5) is known color: Hot Pink. HEX triplet: EC, 58 and B5. RGB value is (236,88,181). Sum of RGB (Red+Green+Blue) = 236+88+181=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC58B5 is #13A74A. Grayscale: #8E8E8E. Windows color (decimal): -1288011 or 11884780. OLE color: 11884780.
HSL color Cylindrical-coordinate representation of color #EC58B5: hue angle of 322.3º 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 #EC58B5 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 181 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.07 |
| HSL | 322.3º | 0.8% | 0.64% | - |
| HSV(B) | 322.3º | 0.63% | 0.93% | - |
| XYZ | 46.42 | 28.15 | 46.7 | - |
| YUV | 142.85 | 149.53 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 181 | 0 | 0.63 | 0.23 | 0.07 | 322.3 | 0.8 | 0.64 |
| Hex | EC | 58 | B5 | 0 | 3F | 17 | 7 | 142 | 50 | 40 |
| Octal | 354 | 130 | 265 | 0 | 77 | 27 | 7 | 502 | 120 | 100 |
| Binary | 11101100 | 1011000 | 10110101 | 0 | 111111 | 10111 | 111 | 101000010 | 1010000 | 1000000 |
Color Harmonies of #EC58B5
Complementary color
Monochromatic Colors of #EC58B5
Black with #EC58B5
Text Example
Text Example
White with #EC58B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC58B5; }
p { color: rgb(236,88,181); }
H1.HeaderClassName
{
color: #EC58B5;
}
.AnyTagClassName
{
color: #EC58B5;
}
</style>
background-color css
<style>
a { background-color: #EC58B5; }
a { background-color: rgb(236,88,181); }
div.DivClassName
{
background-color: #EC58B5;
}
.BgClassName
{
background-color: #EC58B5;
}
</style>
border-color css
<style>
span { border-color: #EC58B5; }
span { border-color: rgb(236,88,181); }
td.TdClassName
{
border-color: #EC58B5;
}
.TagClassName
{
border-color: #EC58B5;
}
</style>