Shades of Deep Pink #EC1182
Tints of Deep Pink #EC1182
RGB
CMYK
RGB Variations
Color information
#EC1182 (or 0xEC1182) is known color: Deep Pink. HEX triplet: EC, 11 and 82. RGB value is (236,17,130). Sum of RGB (Red+Green+Blue) = 236+17+130=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1182 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1182 is #13EE7D. Grayscale: #5F5F5F. Windows color (decimal): -1306238 or 8524268. OLE color: 8524268.
HSL color Cylindrical-coordinate representation of color #EC1182: hue angle of 329.04º 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 #EC1182 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 130 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.07 |
| HSL | 329.04º | 0.87% | 0.5% | - |
| HSV(B) | 329.04º | 0.93% | 0.93% | - |
| XYZ | 38.82 | 19.85 | 22.9 | - |
| YUV | 95.36 | 147.55 | 228.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 130 | 0 | 0.93 | 0.45 | 0.07 | 329.04 | 0.87 | 0.5 |
| Hex | EC | 11 | 82 | 0 | 5D | 2D | 7 | 149 | 57 | 32 |
| Octal | 354 | 21 | 202 | 0 | 135 | 55 | 7 | 511 | 127 | 62 |
| Binary | 11101100 | 10001 | 10000010 | 0 | 1011101 | 101101 | 111 | 101001001 | 1010111 | 110010 |
Color Harmonies of #EC1182
Complementary color
Monochromatic Colors of #EC1182
Black with #EC1182
Text Example
Text Example
White with #EC1182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1182; }
p { color: rgb(236,17,130); }
H1.HeaderClassName
{
color: #EC1182;
}
.AnyTagClassName
{
color: #EC1182;
}
</style>
background-color css
<style>
a { background-color: #EC1182; }
a { background-color: rgb(236,17,130); }
div.DivClassName
{
background-color: #EC1182;
}
.BgClassName
{
background-color: #EC1182;
}
</style>
border-color css
<style>
span { border-color: #EC1182; }
span { border-color: rgb(236,17,130); }
td.TdClassName
{
border-color: #EC1182;
}
.TagClassName
{
border-color: #EC1182;
}
</style>