Shades of Deep Pink #EC0280
Tints of Deep Pink #EC0280
RGB
CMYK
RGB Variations
Color information
#EC0280 (or 0xEC0280) is known color: Deep Pink. HEX triplet: EC, 02 and 80. RGB value is (236,2,128). Sum of RGB (Red+Green+Blue) = 236+2+128=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0280 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0280 is #13FD7F. Grayscale: #565656. Windows color (decimal): -1310080 or 8389356. OLE color: 8389356.
HSL color Cylindrical-coordinate representation of color #EC0280: hue angle of 327.69º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC0280 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 128 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.07 |
| HSL | 327.69º | 0.98% | 0.47% | - |
| HSV(B) | 327.69º | 0.99% | 0.93% | - |
| XYZ | 38.51 | 19.43 | 22.14 | - |
| YUV | 86.33 | 151.52 | 234.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 128 | 0 | 0.99 | 0.46 | 0.07 | 327.69 | 0.98 | 0.47 |
| Hex | EC | 2 | 80 | 0 | 63 | 2E | 7 | 148 | 62 | 2F |
| Octal | 354 | 2 | 200 | 0 | 143 | 56 | 7 | 510 | 142 | 57 |
| Binary | 11101100 | 10 | 10000000 | 0 | 1100011 | 101110 | 111 | 101001000 | 1100010 | 101111 |
Color Harmonies of #EC0280
Complementary color
Monochromatic Colors of #EC0280
Black with #EC0280
Text Example
Text Example
White with #EC0280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0280; }
p { color: rgb(236,2,128); }
H1.HeaderClassName
{
color: #EC0280;
}
.AnyTagClassName
{
color: #EC0280;
}
</style>
background-color css
<style>
a { background-color: #EC0280; }
a { background-color: rgb(236,2,128); }
div.DivClassName
{
background-color: #EC0280;
}
.BgClassName
{
background-color: #EC0280;
}
</style>
border-color css
<style>
span { border-color: #EC0280; }
span { border-color: rgb(236,2,128); }
td.TdClassName
{
border-color: #EC0280;
}
.TagClassName
{
border-color: #EC0280;
}
</style>