Shades of Deep Pink #EC087F
Tints of Deep Pink #EC087F
RGB
CMYK
RGB Variations
Color information
#EC087F (or 0xEC087F) is known color: Deep Pink. HEX triplet: EC, 08 and 7F. RGB value is (236,8,127). Sum of RGB (Red+Green+Blue) = 236+8+127=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC087F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC087F is #13F780. Grayscale: #595959. Windows color (decimal): -1308545 or 8325356. OLE color: 8325356.
HSL color Cylindrical-coordinate representation of color #EC087F: hue angle of 328.68º 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 #EC087F is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 8 | 127 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.07 |
| HSL | 328.68º | 0.93% | 0.48% | - |
| HSV(B) | 328.68º | 0.97% | 0.93% | - |
| XYZ | 38.51 | 19.54 | 21.82 | - |
| YUV | 89.74 | 149.04 | 232.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 127 | 0 | 0.97 | 0.46 | 0.07 | 328.68 | 0.93 | 0.48 |
| Hex | EC | 8 | 7F | 0 | 61 | 2E | 7 | 149 | 5D | 30 |
| Octal | 354 | 10 | 177 | 0 | 141 | 56 | 7 | 511 | 135 | 60 |
| Binary | 11101100 | 1000 | 1111111 | 0 | 1100001 | 101110 | 111 | 101001001 | 1011101 | 110000 |
Color Harmonies of #EC087F
Complementary color
Monochromatic Colors of #EC087F
Black with #EC087F
Text Example
Text Example
White with #EC087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC087F; }
p { color: rgb(236,8,127); }
H1.HeaderClassName
{
color: #EC087F;
}
.AnyTagClassName
{
color: #EC087F;
}
</style>
background-color css
<style>
a { background-color: #EC087F; }
a { background-color: rgb(236,8,127); }
div.DivClassName
{
background-color: #EC087F;
}
.BgClassName
{
background-color: #EC087F;
}
</style>
border-color css
<style>
span { border-color: #EC087F; }
span { border-color: rgb(236,8,127); }
td.TdClassName
{
border-color: #EC087F;
}
.TagClassName
{
border-color: #EC087F;
}
</style>