Shades of Deep Pink #EC0986
Tints of Deep Pink #EC0986
RGB
CMYK
RGB Variations
Color information
#EC0986 (or 0xEC0986) is known color: Deep Pink. HEX triplet: EC, 09 and 86. RGB value is (236,9,134). Sum of RGB (Red+Green+Blue) = 236+9+134=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 9 (3.91% from 255 or 2.37% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0986 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0986 is #13F679. Grayscale: #5A5A5A. Windows color (decimal): -1308282 or 8784364. OLE color: 8784364.
HSL color Cylindrical-coordinate representation of color #EC0986: hue angle of 326.96º 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 #EC0986 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 134 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.07 |
| HSL | 326.96º | 0.93% | 0.48% | - |
| HSV(B) | 326.96º | 0.96% | 0.93% | - |
| XYZ | 38.99 | 19.75 | 24.31 | - |
| YUV | 91.12 | 152.21 | 231.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 134 | 0 | 0.96 | 0.43 | 0.07 | 326.96 | 0.93 | 0.48 |
| Hex | EC | 9 | 86 | 0 | 60 | 2B | 7 | 147 | 5D | 30 |
| Octal | 354 | 11 | 206 | 0 | 140 | 53 | 7 | 507 | 135 | 60 |
| Binary | 11101100 | 1001 | 10000110 | 0 | 1100000 | 101011 | 111 | 101000111 | 1011101 | 110000 |
Color Harmonies of #EC0986
Complementary color
Monochromatic Colors of #EC0986
Black with #EC0986
Text Example
Text Example
White with #EC0986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0986; }
p { color: rgb(236,9,134); }
H1.HeaderClassName
{
color: #EC0986;
}
.AnyTagClassName
{
color: #EC0986;
}
</style>
background-color css
<style>
a { background-color: #EC0986; }
a { background-color: rgb(236,9,134); }
div.DivClassName
{
background-color: #EC0986;
}
.BgClassName
{
background-color: #EC0986;
}
</style>
border-color css
<style>
span { border-color: #EC0986; }
span { border-color: rgb(236,9,134); }
td.TdClassName
{
border-color: #EC0986;
}
.TagClassName
{
border-color: #EC0986;
}
</style>