Shades of Deep Pink #EC0384
Tints of Deep Pink #EC0384
RGB
CMYK
RGB Variations
Color information
#EC0384 (or 0xEC0384) is known color: Deep Pink. HEX triplet: EC, 03 and 84. RGB value is (236,3,132). Sum of RGB (Red+Green+Blue) = 236+3+132=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0384 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0384 is #13FC7B. Grayscale: #575757. Windows color (decimal): -1309820 or 8651756. OLE color: 8651756.
HSL color Cylindrical-coordinate representation of color #EC0384: hue angle of 326.78º 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 #EC0384 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 132 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.07 |
| HSL | 326.78º | 0.97% | 0.47% | - |
| HSV(B) | 326.78º | 0.99% | 0.93% | - |
| XYZ | 38.79 | 19.56 | 23.56 | - |
| YUV | 87.37 | 153.19 | 234.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 132 | 0 | 0.99 | 0.44 | 0.07 | 326.78 | 0.97 | 0.47 |
| Hex | EC | 3 | 84 | 0 | 63 | 2C | 7 | 147 | 61 | 2F |
| Octal | 354 | 3 | 204 | 0 | 143 | 54 | 7 | 507 | 141 | 57 |
| Binary | 11101100 | 11 | 10000100 | 0 | 1100011 | 101100 | 111 | 101000111 | 1100001 | 101111 |
Color Harmonies of #EC0384
Complementary color
Monochromatic Colors of #EC0384
Black with #EC0384
Text Example
Text Example
White with #EC0384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0384; }
p { color: rgb(236,3,132); }
H1.HeaderClassName
{
color: #EC0384;
}
.AnyTagClassName
{
color: #EC0384;
}
</style>
background-color css
<style>
a { background-color: #EC0384; }
a { background-color: rgb(236,3,132); }
div.DivClassName
{
background-color: #EC0384;
}
.BgClassName
{
background-color: #EC0384;
}
</style>
border-color css
<style>
span { border-color: #EC0384; }
span { border-color: rgb(236,3,132); }
td.TdClassName
{
border-color: #EC0384;
}
.TagClassName
{
border-color: #EC0384;
}
</style>