Shades of Deep Pink #EC057F
Tints of Deep Pink #EC057F
RGB
CMYK
RGB Variations
Color information
#EC057F (or 0xEC057F) is known color: Deep Pink. HEX triplet: EC, 05 and 7F. RGB value is (236,5,127). Sum of RGB (Red+Green+Blue) = 236+5+127=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC057F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC057F is #13FA80. Grayscale: #575757. Windows color (decimal): -1309313 or 8324588. OLE color: 8324588.
HSL color Cylindrical-coordinate representation of color #EC057F: hue angle of 328.31º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC057F is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 127 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.07 |
| HSL | 328.31º | 0.96% | 0.47% | - |
| HSV(B) | 328.31º | 0.98% | 0.93% | - |
| XYZ | 38.48 | 19.47 | 21.81 | - |
| YUV | 87.98 | 150.03 | 233.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 127 | 0 | 0.98 | 0.46 | 0.07 | 328.31 | 0.96 | 0.47 |
| Hex | EC | 5 | 7F | 0 | 62 | 2E | 7 | 148 | 60 | 2F |
| Octal | 354 | 5 | 177 | 0 | 142 | 56 | 7 | 510 | 140 | 57 |
| Binary | 11101100 | 101 | 1111111 | 0 | 1100010 | 101110 | 111 | 101001000 | 1100000 | 101111 |
Color Harmonies of #EC057F
Complementary color
Monochromatic Colors of #EC057F
Black with #EC057F
Text Example
Text Example
White with #EC057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC057F; }
p { color: rgb(236,5,127); }
H1.HeaderClassName
{
color: #EC057F;
}
.AnyTagClassName
{
color: #EC057F;
}
</style>
background-color css
<style>
a { background-color: #EC057F; }
a { background-color: rgb(236,5,127); }
div.DivClassName
{
background-color: #EC057F;
}
.BgClassName
{
background-color: #EC057F;
}
</style>
border-color css
<style>
span { border-color: #EC057F; }
span { border-color: rgb(236,5,127); }
td.TdClassName
{
border-color: #EC057F;
}
.TagClassName
{
border-color: #EC057F;
}
</style>