Shades of Deep Pink #EC127E
Tints of Deep Pink #EC127E
RGB
CMYK
RGB Variations
Color information
#EC127E (or 0xEC127E) is known color: Deep Pink. HEX triplet: EC, 12 and 7E. RGB value is (236,18,126). Sum of RGB (Red+Green+Blue) = 236+18+126=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC127E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC127E is #13ED81. Grayscale: #5F5F5F. Windows color (decimal): -1305986 or 8262380. OLE color: 8262380.
HSL color Cylindrical-coordinate representation of color #EC127E: hue angle of 330.28º 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 #EC127E is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 126 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.07 |
| HSL | 330.28º | 0.86% | 0.5% | - |
| HSV(B) | 330.28º | 0.92% | 0.93% | - |
| XYZ | 38.57 | 19.77 | 21.52 | - |
| YUV | 95.49 | 145.22 | 228.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 126 | 0 | 0.92 | 0.47 | 0.07 | 330.28 | 0.86 | 0.5 |
| Hex | EC | 12 | 7E | 0 | 5C | 2F | 7 | 14A | 56 | 32 |
| Octal | 354 | 22 | 176 | 0 | 134 | 57 | 7 | 512 | 126 | 62 |
| Binary | 11101100 | 10010 | 1111110 | 0 | 1011100 | 101111 | 111 | 101001010 | 1010110 | 110010 |
Color Harmonies of #EC127E
Complementary color
Monochromatic Colors of #EC127E
Black with #EC127E
Text Example
Text Example
White with #EC127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC127E; }
p { color: rgb(236,18,126); }
H1.HeaderClassName
{
color: #EC127E;
}
.AnyTagClassName
{
color: #EC127E;
}
</style>
background-color css
<style>
a { background-color: #EC127E; }
a { background-color: rgb(236,18,126); }
div.DivClassName
{
background-color: #EC127E;
}
.BgClassName
{
background-color: #EC127E;
}
</style>
border-color css
<style>
span { border-color: #EC127E; }
span { border-color: rgb(236,18,126); }
td.TdClassName
{
border-color: #EC127E;
}
.TagClassName
{
border-color: #EC127E;
}
</style>