Shades of Hot Pink #EC57B5
Tints of Hot Pink #EC57B5
RGB
CMYK
RGB Variations
Color information
#EC57B5 (or 0xEC57B5) is known color: Hot Pink. HEX triplet: EC, 57 and B5. RGB value is (236,87,181). Sum of RGB (Red+Green+Blue) = 236+87+181=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC57B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC57B5 is #13A84A. Grayscale: #8E8E8E. Windows color (decimal): -1288267 or 11884524. OLE color: 11884524.
HSL color Cylindrical-coordinate representation of color #EC57B5: hue angle of 322.15º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC57B5 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 181 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.07 |
| HSL | 322.15º | 0.8% | 0.63% | - |
| HSV(B) | 322.15º | 0.63% | 0.93% | - |
| XYZ | 46.34 | 27.99 | 46.68 | - |
| YUV | 142.27 | 149.86 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 181 | 0 | 0.63 | 0.23 | 0.07 | 322.15 | 0.8 | 0.63 |
| Hex | EC | 57 | B5 | 0 | 3F | 17 | 7 | 142 | 50 | 3F |
| Octal | 354 | 127 | 265 | 0 | 77 | 27 | 7 | 502 | 120 | 77 |
| Binary | 11101100 | 1010111 | 10110101 | 0 | 111111 | 10111 | 111 | 101000010 | 1010000 | 111111 |
Color Harmonies of #EC57B5
Complementary color
Monochromatic Colors of #EC57B5
Black with #EC57B5
Text Example
Text Example
White with #EC57B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC57B5; }
p { color: rgb(236,87,181); }
H1.HeaderClassName
{
color: #EC57B5;
}
.AnyTagClassName
{
color: #EC57B5;
}
</style>
background-color css
<style>
a { background-color: #EC57B5; }
a { background-color: rgb(236,87,181); }
div.DivClassName
{
background-color: #EC57B5;
}
.BgClassName
{
background-color: #EC57B5;
}
</style>
border-color css
<style>
span { border-color: #EC57B5; }
span { border-color: rgb(236,87,181); }
td.TdClassName
{
border-color: #EC57B5;
}
.TagClassName
{
border-color: #EC57B5;
}
</style>