Shades of Dark Pink #EC6284
Tints of Dark Pink #EC6284
RGB
CMYK
RGB Variations
Color information
#EC6284 (or 0xEC6284) is known color: Dark Pink. HEX triplet: EC, 62 and 84. RGB value is (236,98,132). Sum of RGB (Red+Green+Blue) = 236+98+132=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6284 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6284 is #139D7B. Grayscale: #8F8F8F. Windows color (decimal): -1285500 or 8676076. OLE color: 8676076.
HSL color Cylindrical-coordinate representation of color #EC6284: hue angle of 345.22º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC6284 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 132 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.07 |
| HSL | 345.22º | 0.78% | 0.65% | - |
| HSV(B) | 345.22º | 0.58% | 0.93% | - |
| XYZ | 43.12 | 28.23 | 25.01 | - |
| YUV | 143.14 | 121.72 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 132 | 0 | 0.58 | 0.44 | 0.07 | 345.22 | 0.78 | 0.65 |
| Hex | EC | 62 | 84 | 0 | 3A | 2C | 7 | 159 | 4E | 41 |
| Octal | 354 | 142 | 204 | 0 | 72 | 54 | 7 | 531 | 116 | 101 |
| Binary | 11101100 | 1100010 | 10000100 | 0 | 111010 | 101100 | 111 | 101011001 | 1001110 | 1000001 |
Color Harmonies of #EC6284
Complementary color
Monochromatic Colors of #EC6284
Black with #EC6284
Text Example
Text Example
White with #EC6284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6284; }
p { color: rgb(236,98,132); }
H1.HeaderClassName
{
color: #EC6284;
}
.AnyTagClassName
{
color: #EC6284;
}
</style>
background-color css
<style>
a { background-color: #EC6284; }
a { background-color: rgb(236,98,132); }
div.DivClassName
{
background-color: #EC6284;
}
.BgClassName
{
background-color: #EC6284;
}
</style>
border-color css
<style>
span { border-color: #EC6284; }
span { border-color: rgb(236,98,132); }
td.TdClassName
{
border-color: #EC6284;
}
.TagClassName
{
border-color: #EC6284;
}
</style>