Shades of Deep Pink #EC0682
Tints of Deep Pink #EC0682
RGB
CMYK
RGB Variations
Color information
#EC0682 (or 0xEC0682) is known color: Deep Pink. HEX triplet: EC, 06 and 82. RGB value is (236,6,130). Sum of RGB (Red+Green+Blue) = 236+6+130=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 6 (2.73% from 255 or 1.61% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0682 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0682 is #13F97D. Grayscale: #585858. Windows color (decimal): -1309054 or 8521452. OLE color: 8521452.
HSL color Cylindrical-coordinate representation of color #EC0682: hue angle of 327.65º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC0682 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 130 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.07 |
| HSL | 327.65º | 0.95% | 0.47% | - |
| HSV(B) | 327.65º | 0.97% | 0.93% | - |
| XYZ | 38.69 | 19.57 | 22.86 | - |
| YUV | 88.91 | 151.2 | 232.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 130 | 0 | 0.97 | 0.45 | 0.07 | 327.65 | 0.95 | 0.47 |
| Hex | EC | 6 | 82 | 0 | 61 | 2D | 7 | 148 | 5F | 2F |
| Octal | 354 | 6 | 202 | 0 | 141 | 55 | 7 | 510 | 137 | 57 |
| Binary | 11101100 | 110 | 10000010 | 0 | 1100001 | 101101 | 111 | 101001000 | 1011111 | 101111 |
Color Harmonies of #EC0682
Complementary color
Monochromatic Colors of #EC0682
Black with #EC0682
Text Example
Text Example
White with #EC0682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0682; }
p { color: rgb(236,6,130); }
H1.HeaderClassName
{
color: #EC0682;
}
.AnyTagClassName
{
color: #EC0682;
}
</style>
background-color css
<style>
a { background-color: #EC0682; }
a { background-color: rgb(236,6,130); }
div.DivClassName
{
background-color: #EC0682;
}
.BgClassName
{
background-color: #EC0682;
}
</style>
border-color css
<style>
span { border-color: #EC0682; }
span { border-color: rgb(236,6,130); }
td.TdClassName
{
border-color: #EC0682;
}
.TagClassName
{
border-color: #EC0682;
}
</style>