Shades of Deep Pink #EC0383
Tints of Deep Pink #EC0383
RGB
CMYK
RGB Variations
Color information
#EC0383 (or 0xEC0383) is known color: Deep Pink. HEX triplet: EC, 03 and 83. RGB value is (236,3,131). Sum of RGB (Red+Green+Blue) = 236+3+131=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0383 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0383 is #13FC7C. Grayscale: #565656. Windows color (decimal): -1309821 or 8586220. OLE color: 8586220.
HSL color Cylindrical-coordinate representation of color #EC0383: hue angle of 327.04º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC0383 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 131 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.07 |
| HSL | 327.04º | 0.97% | 0.47% | - |
| HSV(B) | 327.04º | 0.99% | 0.93% | - |
| XYZ | 38.72 | 19.54 | 23.2 | - |
| YUV | 87.26 | 152.69 | 234.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 131 | 0 | 0.99 | 0.44 | 0.07 | 327.04 | 0.97 | 0.47 |
| Hex | EC | 3 | 83 | 0 | 63 | 2C | 7 | 147 | 61 | 2F |
| Octal | 354 | 3 | 203 | 0 | 143 | 54 | 7 | 507 | 141 | 57 |
| Binary | 11101100 | 11 | 10000011 | 0 | 1100011 | 101100 | 111 | 101000111 | 1100001 | 101111 |
Color Harmonies of #EC0383
Complementary color
Monochromatic Colors of #EC0383
Black with #EC0383
Text Example
Text Example
White with #EC0383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0383; }
p { color: rgb(236,3,131); }
H1.HeaderClassName
{
color: #EC0383;
}
.AnyTagClassName
{
color: #EC0383;
}
</style>
background-color css
<style>
a { background-color: #EC0383; }
a { background-color: rgb(236,3,131); }
div.DivClassName
{
background-color: #EC0383;
}
.BgClassName
{
background-color: #EC0383;
}
</style>
border-color css
<style>
span { border-color: #EC0383; }
span { border-color: rgb(236,3,131); }
td.TdClassName
{
border-color: #EC0383;
}
.TagClassName
{
border-color: #EC0383;
}
</style>