Shades of Deep Pink #EC1093
Tints of Deep Pink #EC1093
RGB
CMYK
RGB Variations
Color information
#EC1093 (or 0xEC1093) is known color: Deep Pink. HEX triplet: EC, 10 and 93. RGB value is (236,16,147). Sum of RGB (Red+Green+Blue) = 236+16+147=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1093 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1093 is #13EF6C. Grayscale: #606060. Windows color (decimal): -1306477 or 9638124. OLE color: 9638124.
HSL color Cylindrical-coordinate representation of color #EC1093: hue angle of 324.27º 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 #EC1093 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 147 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.07 |
| HSL | 324.27º | 0.87% | 0.49% | - |
| HSV(B) | 324.27º | 0.93% | 0.93% | - |
| XYZ | 40.04 | 20.31 | 29.41 | - |
| YUV | 96.71 | 156.39 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 147 | 0 | 0.93 | 0.38 | 0.07 | 324.27 | 0.87 | 0.49 |
| Hex | EC | 10 | 93 | 0 | 5D | 26 | 7 | 144 | 57 | 31 |
| Octal | 354 | 20 | 223 | 0 | 135 | 46 | 7 | 504 | 127 | 61 |
| Binary | 11101100 | 10000 | 10010011 | 0 | 1011101 | 100110 | 111 | 101000100 | 1010111 | 110001 |
Color Harmonies of #EC1093
Complementary color
Monochromatic Colors of #EC1093
Black with #EC1093
Text Example
Text Example
White with #EC1093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1093; }
p { color: rgb(236,16,147); }
H1.HeaderClassName
{
color: #EC1093;
}
.AnyTagClassName
{
color: #EC1093;
}
</style>
background-color css
<style>
a { background-color: #EC1093; }
a { background-color: rgb(236,16,147); }
div.DivClassName
{
background-color: #EC1093;
}
.BgClassName
{
background-color: #EC1093;
}
</style>
border-color css
<style>
span { border-color: #EC1093; }
span { border-color: rgb(236,16,147); }
td.TdClassName
{
border-color: #EC1093;
}
.TagClassName
{
border-color: #EC1093;
}
</style>