Shades of Deep Pink #EC1090
Tints of Deep Pink #EC1090
RGB
CMYK
RGB Variations
Color information
#EC1090 (or 0xEC1090) is known color: Deep Pink. HEX triplet: EC, 10 and 90. RGB value is (236,16,144). Sum of RGB (Red+Green+Blue) = 236+16+144=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1090 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1090 is #13EF6F. Grayscale: #606060. Windows color (decimal): -1306480 or 9441516. OLE color: 9441516.
HSL color Cylindrical-coordinate representation of color #EC1090: hue angle of 325.09º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1090 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 144 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.07 |
| HSL | 325.09º | 0.87% | 0.49% | - |
| HSV(B) | 325.09º | 0.93% | 0.93% | - |
| XYZ | 39.81 | 20.22 | 28.19 | - |
| YUV | 96.37 | 154.89 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 144 | 0 | 0.93 | 0.39 | 0.07 | 325.09 | 0.87 | 0.49 |
| Hex | EC | 10 | 90 | 0 | 5D | 27 | 7 | 145 | 57 | 31 |
| Octal | 354 | 20 | 220 | 0 | 135 | 47 | 7 | 505 | 127 | 61 |
| Binary | 11101100 | 10000 | 10010000 | 0 | 1011101 | 100111 | 111 | 101000101 | 1010111 | 110001 |
Color Harmonies of #EC1090
Complementary color
Monochromatic Colors of #EC1090
Black with #EC1090
Text Example
Text Example
White with #EC1090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1090; }
p { color: rgb(236,16,144); }
H1.HeaderClassName
{
color: #EC1090;
}
.AnyTagClassName
{
color: #EC1090;
}
</style>
background-color css
<style>
a { background-color: #EC1090; }
a { background-color: rgb(236,16,144); }
div.DivClassName
{
background-color: #EC1090;
}
.BgClassName
{
background-color: #EC1090;
}
</style>
border-color css
<style>
span { border-color: #EC1090; }
span { border-color: rgb(236,16,144); }
td.TdClassName
{
border-color: #EC1090;
}
.TagClassName
{
border-color: #EC1090;
}
</style>