Shades of Deep Pink #EC0C85
Tints of Deep Pink #EC0C85
RGB
CMYK
RGB Variations
Color information
#EC0C85 (or 0xEC0C85) is known color: Deep Pink. HEX triplet: EC, 0C and 85. RGB value is (236,12,133). Sum of RGB (Red+Green+Blue) = 236+12+133=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C85 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0C85 is #13F37A. Grayscale: #5C5C5C. Windows color (decimal): -1307515 or 8719596. OLE color: 8719596.
HSL color Cylindrical-coordinate representation of color #EC0C85: hue angle of 327.59º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0C85 is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 133 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.07 |
| HSL | 327.59º | 0.9% | 0.49% | - |
| HSV(B) | 327.59º | 0.95% | 0.93% | - |
| XYZ | 38.96 | 19.79 | 23.96 | - |
| YUV | 92.77 | 150.71 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 133 | 0 | 0.95 | 0.44 | 0.07 | 327.59 | 0.9 | 0.49 |
| Hex | EC | C | 85 | 0 | 5F | 2C | 7 | 148 | 5A | 31 |
| Octal | 354 | 14 | 205 | 0 | 137 | 54 | 7 | 510 | 132 | 61 |
| Binary | 11101100 | 1100 | 10000101 | 0 | 1011111 | 101100 | 111 | 101001000 | 1011010 | 110001 |
Color Harmonies of #EC0C85
Complementary color
Monochromatic Colors of #EC0C85
Black with #EC0C85
Text Example
Text Example
White with #EC0C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0C85; }
p { color: rgb(236,12,133); }
H1.HeaderClassName
{
color: #EC0C85;
}
.AnyTagClassName
{
color: #EC0C85;
}
</style>
background-color css
<style>
a { background-color: #EC0C85; }
a { background-color: rgb(236,12,133); }
div.DivClassName
{
background-color: #EC0C85;
}
.BgClassName
{
background-color: #EC0C85;
}
</style>
border-color css
<style>
span { border-color: #EC0C85; }
span { border-color: rgb(236,12,133); }
td.TdClassName
{
border-color: #EC0C85;
}
.TagClassName
{
border-color: #EC0C85;
}
</style>