Shades of Deep Pink #EC0985
Tints of Deep Pink #EC0985
RGB
CMYK
RGB Variations
Color information
#EC0985 (or 0xEC0985) is known color: Deep Pink. HEX triplet: EC, 09 and 85. RGB value is (236,9,133). Sum of RGB (Red+Green+Blue) = 236+9+133=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0985 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0985 is #13F67A. Grayscale: #5A5A5A. Windows color (decimal): -1308283 or 8718828. OLE color: 8718828.
HSL color Cylindrical-coordinate representation of color #EC0985: hue angle of 327.22º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0985 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 133 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.07 |
| HSL | 327.22º | 0.93% | 0.48% | - |
| HSV(B) | 327.22º | 0.96% | 0.93% | - |
| XYZ | 38.92 | 19.72 | 23.95 | - |
| YUV | 91.01 | 151.71 | 231.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 133 | 0 | 0.96 | 0.44 | 0.07 | 327.22 | 0.93 | 0.48 |
| Hex | EC | 9 | 85 | 0 | 60 | 2C | 7 | 147 | 5D | 30 |
| Octal | 354 | 11 | 205 | 0 | 140 | 54 | 7 | 507 | 135 | 60 |
| Binary | 11101100 | 1001 | 10000101 | 0 | 1100000 | 101100 | 111 | 101000111 | 1011101 | 110000 |
Color Harmonies of #EC0985
Complementary color
Monochromatic Colors of #EC0985
Black with #EC0985
Text Example
Text Example
White with #EC0985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0985; }
p { color: rgb(236,9,133); }
H1.HeaderClassName
{
color: #EC0985;
}
.AnyTagClassName
{
color: #EC0985;
}
</style>
background-color css
<style>
a { background-color: #EC0985; }
a { background-color: rgb(236,9,133); }
div.DivClassName
{
background-color: #EC0985;
}
.BgClassName
{
background-color: #EC0985;
}
</style>
border-color css
<style>
span { border-color: #EC0985; }
span { border-color: rgb(236,9,133); }
td.TdClassName
{
border-color: #EC0985;
}
.TagClassName
{
border-color: #EC0985;
}
</style>