Shades of Deep Pink #EC1183
Tints of Deep Pink #EC1183
RGB
CMYK
RGB Variations
Color information
#EC1183 (or 0xEC1183) is known color: Deep Pink. HEX triplet: EC, 11 and 83. RGB value is (236,17,131). Sum of RGB (Red+Green+Blue) = 236+17+131=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1183 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1183 is #13EE7C. Grayscale: #5F5F5F. Windows color (decimal): -1306237 or 8589804. OLE color: 8589804.
HSL color Cylindrical-coordinate representation of color #EC1183: hue angle of 328.77º 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 #EC1183 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 131 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.07 |
| HSL | 328.77º | 0.87% | 0.5% | - |
| HSV(B) | 328.77º | 0.93% | 0.93% | - |
| XYZ | 38.89 | 19.87 | 23.26 | - |
| YUV | 95.48 | 148.05 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 131 | 0 | 0.93 | 0.44 | 0.07 | 328.77 | 0.87 | 0.5 |
| Hex | EC | 11 | 83 | 0 | 5D | 2C | 7 | 149 | 57 | 32 |
| Octal | 354 | 21 | 203 | 0 | 135 | 54 | 7 | 511 | 127 | 62 |
| Binary | 11101100 | 10001 | 10000011 | 0 | 1011101 | 101100 | 111 | 101001001 | 1010111 | 110010 |
Color Harmonies of #EC1183
Complementary color
Monochromatic Colors of #EC1183
Black with #EC1183
Text Example
Text Example
White with #EC1183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1183; }
p { color: rgb(236,17,131); }
H1.HeaderClassName
{
color: #EC1183;
}
.AnyTagClassName
{
color: #EC1183;
}
</style>
background-color css
<style>
a { background-color: #EC1183; }
a { background-color: rgb(236,17,131); }
div.DivClassName
{
background-color: #EC1183;
}
.BgClassName
{
background-color: #EC1183;
}
</style>
border-color css
<style>
span { border-color: #EC1183; }
span { border-color: rgb(236,17,131); }
td.TdClassName
{
border-color: #EC1183;
}
.TagClassName
{
border-color: #EC1183;
}
</style>