Shades of Deep Pink #EC147E
Tints of Deep Pink #EC147E
RGB
CMYK
RGB Variations
Color information
#EC147E (or 0xEC147E) is known color: Deep Pink. HEX triplet: EC, 14 and 7E. RGB value is (236,20,126). Sum of RGB (Red+Green+Blue) = 236+20+126=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC147E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC147E is #13EB81. Grayscale: #606060. Windows color (decimal): -1305474 or 8262892. OLE color: 8262892.
HSL color Cylindrical-coordinate representation of color #EC147E: hue angle of 330.56º degrees, saturation: 0.85, 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 #EC147E is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 126 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.07 |
| HSL | 330.56º | 0.85% | 0.5% | - |
| HSV(B) | 330.56º | 0.92% | 0.93% | - |
| XYZ | 38.61 | 19.84 | 21.53 | - |
| YUV | 96.67 | 144.56 | 227.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 126 | 0 | 0.92 | 0.47 | 0.07 | 330.56 | 0.85 | 0.5 |
| Hex | EC | 14 | 7E | 0 | 5C | 2F | 7 | 14B | 55 | 32 |
| Octal | 354 | 24 | 176 | 0 | 134 | 57 | 7 | 513 | 125 | 62 |
| Binary | 11101100 | 10100 | 1111110 | 0 | 1011100 | 101111 | 111 | 101001011 | 1010101 | 110010 |
Color Harmonies of #EC147E
Complementary color
Monochromatic Colors of #EC147E
Black with #EC147E
Text Example
Text Example
White with #EC147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC147E; }
p { color: rgb(236,20,126); }
H1.HeaderClassName
{
color: #EC147E;
}
.AnyTagClassName
{
color: #EC147E;
}
</style>
background-color css
<style>
a { background-color: #EC147E; }
a { background-color: rgb(236,20,126); }
div.DivClassName
{
background-color: #EC147E;
}
.BgClassName
{
background-color: #EC147E;
}
</style>
border-color css
<style>
span { border-color: #EC147E; }
span { border-color: rgb(236,20,126); }
td.TdClassName
{
border-color: #EC147E;
}
.TagClassName
{
border-color: #EC147E;
}
</style>