Shades of Deep Pink #EC1083
Tints of Deep Pink #EC1083
RGB
CMYK
RGB Variations
Color information
#EC1083 (or 0xEC1083) is known color: Deep Pink. HEX triplet: EC, 10 and 83. RGB value is (236,16,131). Sum of RGB (Red+Green+Blue) = 236+16+131=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1083 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1083 is #13EF7C. Grayscale: #5E5E5E. Windows color (decimal): -1306493 or 8589548. OLE color: 8589548.
HSL color Cylindrical-coordinate representation of color #EC1083: hue angle of 328.64º 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 #EC1083 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 131 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.07 |
| HSL | 328.64º | 0.87% | 0.49% | - |
| HSV(B) | 328.64º | 0.93% | 0.93% | - |
| XYZ | 38.87 | 19.84 | 23.25 | - |
| YUV | 94.89 | 148.39 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 131 | 0 | 0.93 | 0.44 | 0.07 | 328.64 | 0.87 | 0.49 |
| Hex | EC | 10 | 83 | 0 | 5D | 2C | 7 | 149 | 57 | 31 |
| Octal | 354 | 20 | 203 | 0 | 135 | 54 | 7 | 511 | 127 | 61 |
| Binary | 11101100 | 10000 | 10000011 | 0 | 1011101 | 101100 | 111 | 101001001 | 1010111 | 110001 |
Color Harmonies of #EC1083
Complementary color
Monochromatic Colors of #EC1083
Black with #EC1083
Text Example
Text Example
White with #EC1083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1083; }
p { color: rgb(236,16,131); }
H1.HeaderClassName
{
color: #EC1083;
}
.AnyTagClassName
{
color: #EC1083;
}
</style>
background-color css
<style>
a { background-color: #EC1083; }
a { background-color: rgb(236,16,131); }
div.DivClassName
{
background-color: #EC1083;
}
.BgClassName
{
background-color: #EC1083;
}
</style>
border-color css
<style>
span { border-color: #EC1083; }
span { border-color: rgb(236,16,131); }
td.TdClassName
{
border-color: #EC1083;
}
.TagClassName
{
border-color: #EC1083;
}
</style>