Shades of Deep Pink #EC127B
Tints of Deep Pink #EC127B
RGB
CMYK
RGB Variations
Color information
#EC127B (or 0xEC127B) is known color: Deep Pink. HEX triplet: EC, 12 and 7B. RGB value is (236,18,123). Sum of RGB (Red+Green+Blue) = 236+18+123=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC127B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC127B is #13ED84. Grayscale: #5E5E5E. Windows color (decimal): -1305989 or 8065772. OLE color: 8065772.
HSL color Cylindrical-coordinate representation of color #EC127B: hue angle of 331.1º 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 #EC127B is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 123 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.07 |
| HSL | 331.1º | 0.86% | 0.5% | - |
| HSV(B) | 331.1º | 0.92% | 0.93% | - |
| XYZ | 38.38 | 19.7 | 20.52 | - |
| YUV | 95.15 | 143.72 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 123 | 0 | 0.92 | 0.48 | 0.07 | 331.1 | 0.86 | 0.5 |
| Hex | EC | 12 | 7B | 0 | 5C | 30 | 7 | 14B | 56 | 32 |
| Octal | 354 | 22 | 173 | 0 | 134 | 60 | 7 | 513 | 126 | 62 |
| Binary | 11101100 | 10010 | 1111011 | 0 | 1011100 | 110000 | 111 | 101001011 | 1010110 | 110010 |
Color Harmonies of #EC127B
Complementary color
Monochromatic Colors of #EC127B
Black with #EC127B
Text Example
Text Example
White with #EC127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC127B; }
p { color: rgb(236,18,123); }
H1.HeaderClassName
{
color: #EC127B;
}
.AnyTagClassName
{
color: #EC127B;
}
</style>
background-color css
<style>
a { background-color: #EC127B; }
a { background-color: rgb(236,18,123); }
div.DivClassName
{
background-color: #EC127B;
}
.BgClassName
{
background-color: #EC127B;
}
</style>
border-color css
<style>
span { border-color: #EC127B; }
span { border-color: rgb(236,18,123); }
td.TdClassName
{
border-color: #EC127B;
}
.TagClassName
{
border-color: #EC127B;
}
</style>