Shades of Deep Pink #EC087D
Tints of Deep Pink #EC087D
RGB
CMYK
RGB Variations
Color information
#EC087D (or 0xEC087D) is known color: Deep Pink. HEX triplet: EC, 08 and 7D. RGB value is (236,8,125). Sum of RGB (Red+Green+Blue) = 236+8+125=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC087D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC087D is #13F782. Grayscale: #595959. Windows color (decimal): -1308547 or 8194284. OLE color: 8194284.
HSL color Cylindrical-coordinate representation of color #EC087D: hue angle of 329.21º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC087D is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 8 | 125 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.07 |
| HSL | 329.21º | 0.93% | 0.48% | - |
| HSV(B) | 329.21º | 0.97% | 0.93% | - |
| XYZ | 38.38 | 19.49 | 21.14 | - |
| YUV | 89.51 | 148.04 | 232.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 125 | 0 | 0.97 | 0.47 | 0.07 | 329.21 | 0.93 | 0.48 |
| Hex | EC | 8 | 7D | 0 | 61 | 2F | 7 | 149 | 5D | 30 |
| Octal | 354 | 10 | 175 | 0 | 141 | 57 | 7 | 511 | 135 | 60 |
| Binary | 11101100 | 1000 | 1111101 | 0 | 1100001 | 101111 | 111 | 101001001 | 1011101 | 110000 |
Color Harmonies of #EC087D
Complementary color
Monochromatic Colors of #EC087D
Black with #EC087D
Text Example
Text Example
White with #EC087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC087D; }
p { color: rgb(236,8,125); }
H1.HeaderClassName
{
color: #EC087D;
}
.AnyTagClassName
{
color: #EC087D;
}
</style>
background-color css
<style>
a { background-color: #EC087D; }
a { background-color: rgb(236,8,125); }
div.DivClassName
{
background-color: #EC087D;
}
.BgClassName
{
background-color: #EC087D;
}
</style>
border-color css
<style>
span { border-color: #EC087D; }
span { border-color: rgb(236,8,125); }
td.TdClassName
{
border-color: #EC087D;
}
.TagClassName
{
border-color: #EC087D;
}
</style>