Shades of Deep Pink #EC128B
Tints of Deep Pink #EC128B
RGB
CMYK
RGB Variations
Color information
#EC128B (or 0xEC128B) is known color: Deep Pink. HEX triplet: EC, 12 and 8B. RGB value is (236,18,139). Sum of RGB (Red+Green+Blue) = 236+18+139=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC128B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC128B is #13ED74. Grayscale: #606060. Windows color (decimal): -1305973 or 9114348. OLE color: 9114348.
HSL color Cylindrical-coordinate representation of color #EC128B: hue angle of 326.7º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC128B is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 139 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.07 |
| HSL | 326.7º | 0.86% | 0.5% | - |
| HSV(B) | 326.7º | 0.92% | 0.93% | - |
| XYZ | 39.47 | 20.13 | 26.23 | - |
| YUV | 96.98 | 151.72 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 139 | 0 | 0.92 | 0.41 | 0.07 | 326.7 | 0.86 | 0.5 |
| Hex | EC | 12 | 8B | 0 | 5C | 29 | 7 | 147 | 56 | 32 |
| Octal | 354 | 22 | 213 | 0 | 134 | 51 | 7 | 507 | 126 | 62 |
| Binary | 11101100 | 10010 | 10001011 | 0 | 1011100 | 101001 | 111 | 101000111 | 1010110 | 110010 |
Color Harmonies of #EC128B
Complementary color
Monochromatic Colors of #EC128B
Black with #EC128B
Text Example
Text Example
White with #EC128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC128B; }
p { color: rgb(236,18,139); }
H1.HeaderClassName
{
color: #EC128B;
}
.AnyTagClassName
{
color: #EC128B;
}
</style>
background-color css
<style>
a { background-color: #EC128B; }
a { background-color: rgb(236,18,139); }
div.DivClassName
{
background-color: #EC128B;
}
.BgClassName
{
background-color: #EC128B;
}
</style>
border-color css
<style>
span { border-color: #EC128B; }
span { border-color: rgb(236,18,139); }
td.TdClassName
{
border-color: #EC128B;
}
.TagClassName
{
border-color: #EC128B;
}
</style>