Shades of Deep Pink #EC128C
Tints of Deep Pink #EC128C
RGB
CMYK
RGB Variations
Color information
#EC128C (or 0xEC128C) is known color: Deep Pink. HEX triplet: EC, 12 and 8C. RGB value is (236,18,140). Sum of RGB (Red+Green+Blue) = 236+18+140=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC128C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC128C is #13ED73. Grayscale: #606060. Windows color (decimal): -1305972 or 9179884. OLE color: 9179884.
HSL color Cylindrical-coordinate representation of color #EC128C: hue angle of 326.42º 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 #EC128C is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 140 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.07 |
| HSL | 326.42º | 0.86% | 0.5% | - |
| HSV(B) | 326.42º | 0.92% | 0.93% | - |
| XYZ | 39.54 | 20.16 | 26.62 | - |
| YUV | 97.09 | 152.22 | 227.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 140 | 0 | 0.92 | 0.41 | 0.07 | 326.42 | 0.86 | 0.5 |
| Hex | EC | 12 | 8C | 0 | 5C | 29 | 7 | 146 | 56 | 32 |
| Octal | 354 | 22 | 214 | 0 | 134 | 51 | 7 | 506 | 126 | 62 |
| Binary | 11101100 | 10010 | 10001100 | 0 | 1011100 | 101001 | 111 | 101000110 | 1010110 | 110010 |
Color Harmonies of #EC128C
Complementary color
Monochromatic Colors of #EC128C
Black with #EC128C
Text Example
Text Example
White with #EC128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC128C; }
p { color: rgb(236,18,140); }
H1.HeaderClassName
{
color: #EC128C;
}
.AnyTagClassName
{
color: #EC128C;
}
</style>
background-color css
<style>
a { background-color: #EC128C; }
a { background-color: rgb(236,18,140); }
div.DivClassName
{
background-color: #EC128C;
}
.BgClassName
{
background-color: #EC128C;
}
</style>
border-color css
<style>
span { border-color: #EC128C; }
span { border-color: rgb(236,18,140); }
td.TdClassName
{
border-color: #EC128C;
}
.TagClassName
{
border-color: #EC128C;
}
</style>