Shades of Deep Pink #EC0385
Tints of Deep Pink #EC0385
RGB
CMYK
RGB Variations
Color information
#EC0385 (or 0xEC0385) is known color: Deep Pink. HEX triplet: EC, 03 and 85. RGB value is (236,3,133). Sum of RGB (Red+Green+Blue) = 236+3+133=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0385 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0385 is #13FC7A. Grayscale: #575757. Windows color (decimal): -1309819 or 8717292. OLE color: 8717292.
HSL color Cylindrical-coordinate representation of color #EC0385: hue angle of 326.52º 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 #EC0385 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 133 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.07 |
| HSL | 326.52º | 0.97% | 0.47% | - |
| HSV(B) | 326.52º | 0.99% | 0.93% | - |
| XYZ | 38.86 | 19.59 | 23.92 | - |
| YUV | 87.49 | 153.69 | 233.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 133 | 0 | 0.99 | 0.44 | 0.07 | 326.52 | 0.97 | 0.47 |
| Hex | EC | 3 | 85 | 0 | 63 | 2C | 7 | 147 | 61 | 2F |
| Octal | 354 | 3 | 205 | 0 | 143 | 54 | 7 | 507 | 141 | 57 |
| Binary | 11101100 | 11 | 10000101 | 0 | 1100011 | 101100 | 111 | 101000111 | 1100001 | 101111 |
Color Harmonies of #EC0385
Complementary color
Monochromatic Colors of #EC0385
Black with #EC0385
Text Example
Text Example
White with #EC0385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0385; }
p { color: rgb(236,3,133); }
H1.HeaderClassName
{
color: #EC0385;
}
.AnyTagClassName
{
color: #EC0385;
}
</style>
background-color css
<style>
a { background-color: #EC0385; }
a { background-color: rgb(236,3,133); }
div.DivClassName
{
background-color: #EC0385;
}
.BgClassName
{
background-color: #EC0385;
}
</style>
border-color css
<style>
span { border-color: #EC0385; }
span { border-color: rgb(236,3,133); }
td.TdClassName
{
border-color: #EC0385;
}
.TagClassName
{
border-color: #EC0385;
}
</style>