Shades of Deep Pink #EC1193
Tints of Deep Pink #EC1193
RGB
CMYK
RGB Variations
Color information
#EC1193 (or 0xEC1193) is known color: Deep Pink. HEX triplet: EC, 11 and 93. RGB value is (236,17,147). Sum of RGB (Red+Green+Blue) = 236+17+147=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1193 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1193 is #13EE6C. Grayscale: #616161. Windows color (decimal): -1306221 or 9638380. OLE color: 9638380.
HSL color Cylindrical-coordinate representation of color #EC1193: hue angle of 324.38º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1193 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 147 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.07 |
| HSL | 324.38º | 0.87% | 0.5% | - |
| HSV(B) | 324.38º | 0.93% | 0.93% | - |
| XYZ | 40.06 | 20.34 | 29.42 | - |
| YUV | 97.3 | 156.05 | 226.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 147 | 0 | 0.93 | 0.38 | 0.07 | 324.38 | 0.87 | 0.5 |
| Hex | EC | 11 | 93 | 0 | 5D | 26 | 7 | 144 | 57 | 32 |
| Octal | 354 | 21 | 223 | 0 | 135 | 46 | 7 | 504 | 127 | 62 |
| Binary | 11101100 | 10001 | 10010011 | 0 | 1011101 | 100110 | 111 | 101000100 | 1010111 | 110010 |
Color Harmonies of #EC1193
Complementary color
Monochromatic Colors of #EC1193
Black with #EC1193
Text Example
Text Example
White with #EC1193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1193; }
p { color: rgb(236,17,147); }
H1.HeaderClassName
{
color: #EC1193;
}
.AnyTagClassName
{
color: #EC1193;
}
</style>
background-color css
<style>
a { background-color: #EC1193; }
a { background-color: rgb(236,17,147); }
div.DivClassName
{
background-color: #EC1193;
}
.BgClassName
{
background-color: #EC1193;
}
</style>
border-color css
<style>
span { border-color: #EC1193; }
span { border-color: rgb(236,17,147); }
td.TdClassName
{
border-color: #EC1193;
}
.TagClassName
{
border-color: #EC1193;
}
</style>