Shades of Deep Pink #EC1290
Tints of Deep Pink #EC1290
RGB
CMYK
RGB Variations
Color information
#EC1290 (or 0xEC1290) is known color: Deep Pink. HEX triplet: EC, 12 and 90. RGB value is (236,18,144). Sum of RGB (Red+Green+Blue) = 236+18+144=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1290 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1290 is #13ED6F. Grayscale: #616161. Windows color (decimal): -1305968 or 9442028. OLE color: 9442028.
HSL color Cylindrical-coordinate representation of color #EC1290: hue angle of 325.32º 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 #EC1290 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 144 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.07 |
| HSL | 325.32º | 0.86% | 0.5% | - |
| HSV(B) | 325.32º | 0.92% | 0.93% | - |
| XYZ | 39.84 | 20.28 | 28.2 | - |
| YUV | 97.55 | 154.22 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 144 | 0 | 0.92 | 0.39 | 0.07 | 325.32 | 0.86 | 0.5 |
| Hex | EC | 12 | 90 | 0 | 5C | 27 | 7 | 145 | 56 | 32 |
| Octal | 354 | 22 | 220 | 0 | 134 | 47 | 7 | 505 | 126 | 62 |
| Binary | 11101100 | 10010 | 10010000 | 0 | 1011100 | 100111 | 111 | 101000101 | 1010110 | 110010 |
Color Harmonies of #EC1290
Complementary color
Monochromatic Colors of #EC1290
Black with #EC1290
Text Example
Text Example
White with #EC1290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1290; }
p { color: rgb(236,18,144); }
H1.HeaderClassName
{
color: #EC1290;
}
.AnyTagClassName
{
color: #EC1290;
}
</style>
background-color css
<style>
a { background-color: #EC1290; }
a { background-color: rgb(236,18,144); }
div.DivClassName
{
background-color: #EC1290;
}
.BgClassName
{
background-color: #EC1290;
}
</style>
border-color css
<style>
span { border-color: #EC1290; }
span { border-color: rgb(236,18,144); }
td.TdClassName
{
border-color: #EC1290;
}
.TagClassName
{
border-color: #EC1290;
}
</style>