Shades of Deep Pink #EC1284
Tints of Deep Pink #EC1284
RGB
CMYK
RGB Variations
Color information
#EC1284 (or 0xEC1284) is known color: Deep Pink. HEX triplet: EC, 12 and 84. RGB value is (236,18,132). Sum of RGB (Red+Green+Blue) = 236+18+132=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1284 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1284 is #13ED7B. Grayscale: #5F5F5F. Windows color (decimal): -1305980 or 8655596. OLE color: 8655596.
HSL color Cylindrical-coordinate representation of color #EC1284: hue angle of 328.62º 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 #EC1284 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 132 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.07 |
| HSL | 328.62º | 0.86% | 0.5% | - |
| HSV(B) | 328.62º | 0.92% | 0.93% | - |
| XYZ | 38.97 | 19.93 | 23.62 | - |
| YUV | 96.18 | 148.22 | 227.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 132 | 0 | 0.92 | 0.44 | 0.07 | 328.62 | 0.86 | 0.5 |
| Hex | EC | 12 | 84 | 0 | 5C | 2C | 7 | 149 | 56 | 32 |
| Octal | 354 | 22 | 204 | 0 | 134 | 54 | 7 | 511 | 126 | 62 |
| Binary | 11101100 | 10010 | 10000100 | 0 | 1011100 | 101100 | 111 | 101001001 | 1010110 | 110010 |
Color Harmonies of #EC1284
Complementary color
Monochromatic Colors of #EC1284
Black with #EC1284
Text Example
Text Example
White with #EC1284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1284; }
p { color: rgb(236,18,132); }
H1.HeaderClassName
{
color: #EC1284;
}
.AnyTagClassName
{
color: #EC1284;
}
</style>
background-color css
<style>
a { background-color: #EC1284; }
a { background-color: rgb(236,18,132); }
div.DivClassName
{
background-color: #EC1284;
}
.BgClassName
{
background-color: #EC1284;
}
</style>
border-color css
<style>
span { border-color: #EC1284; }
span { border-color: rgb(236,18,132); }
td.TdClassName
{
border-color: #EC1284;
}
.TagClassName
{
border-color: #EC1284;
}
</style>