Shades of Deep Pink #EC0483
Tints of Deep Pink #EC0483
RGB
CMYK
RGB Variations
Color information
#EC0483 (or 0xEC0483) is known color: Deep Pink. HEX triplet: EC, 04 and 83. RGB value is (236,4,131). Sum of RGB (Red+Green+Blue) = 236+4+131=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0483 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0483 is #13FB7C. Grayscale: #575757. Windows color (decimal): -1309565 or 8586476. OLE color: 8586476.
HSL color Cylindrical-coordinate representation of color #EC0483: hue angle of 327.16º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC0483 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 131 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.07 |
| HSL | 327.16º | 0.97% | 0.47% | - |
| HSV(B) | 327.16º | 0.98% | 0.93% | - |
| XYZ | 38.73 | 19.56 | 23.21 | - |
| YUV | 87.85 | 152.36 | 233.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 131 | 0 | 0.98 | 0.44 | 0.07 | 327.16 | 0.97 | 0.47 |
| Hex | EC | 4 | 83 | 0 | 62 | 2C | 7 | 147 | 61 | 2F |
| Octal | 354 | 4 | 203 | 0 | 142 | 54 | 7 | 507 | 141 | 57 |
| Binary | 11101100 | 100 | 10000011 | 0 | 1100010 | 101100 | 111 | 101000111 | 1100001 | 101111 |
Color Harmonies of #EC0483
Complementary color
Monochromatic Colors of #EC0483
Black with #EC0483
Text Example
Text Example
White with #EC0483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0483; }
p { color: rgb(236,4,131); }
H1.HeaderClassName
{
color: #EC0483;
}
.AnyTagClassName
{
color: #EC0483;
}
</style>
background-color css
<style>
a { background-color: #EC0483; }
a { background-color: rgb(236,4,131); }
div.DivClassName
{
background-color: #EC0483;
}
.BgClassName
{
background-color: #EC0483;
}
</style>
border-color css
<style>
span { border-color: #EC0483; }
span { border-color: rgb(236,4,131); }
td.TdClassName
{
border-color: #EC0483;
}
.TagClassName
{
border-color: #EC0483;
}
</style>