Shades of Deep Pink #EC1287
Tints of Deep Pink #EC1287
RGB
CMYK
RGB Variations
Color information
#EC1287 (or 0xEC1287) is known color: Deep Pink. HEX triplet: EC, 12 and 87. RGB value is (236,18,135). Sum of RGB (Red+Green+Blue) = 236+18+135=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1287 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1287 is #13ED78. Grayscale: #606060. Windows color (decimal): -1305977 or 8852204. OLE color: 8852204.
HSL color Cylindrical-coordinate representation of color #EC1287: hue angle of 327.8º 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 #EC1287 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 135 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.07 |
| HSL | 327.8º | 0.86% | 0.5% | - |
| HSV(B) | 327.8º | 0.92% | 0.93% | - |
| XYZ | 39.18 | 20.01 | 24.72 | - |
| YUV | 96.52 | 149.72 | 227.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 135 | 0 | 0.92 | 0.43 | 0.07 | 327.8 | 0.86 | 0.5 |
| Hex | EC | 12 | 87 | 0 | 5C | 2B | 7 | 148 | 56 | 32 |
| Octal | 354 | 22 | 207 | 0 | 134 | 53 | 7 | 510 | 126 | 62 |
| Binary | 11101100 | 10010 | 10000111 | 0 | 1011100 | 101011 | 111 | 101001000 | 1010110 | 110010 |
Color Harmonies of #EC1287
Complementary color
Monochromatic Colors of #EC1287
Black with #EC1287
Text Example
Text Example
White with #EC1287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1287; }
p { color: rgb(236,18,135); }
H1.HeaderClassName
{
color: #EC1287;
}
.AnyTagClassName
{
color: #EC1287;
}
</style>
background-color css
<style>
a { background-color: #EC1287; }
a { background-color: rgb(236,18,135); }
div.DivClassName
{
background-color: #EC1287;
}
.BgClassName
{
background-color: #EC1287;
}
</style>
border-color css
<style>
span { border-color: #EC1287; }
span { border-color: rgb(236,18,135); }
td.TdClassName
{
border-color: #EC1287;
}
.TagClassName
{
border-color: #EC1287;
}
</style>