Shades of Dark Pink #EC6084
Tints of Dark Pink #EC6084
RGB
CMYK
RGB Variations
Color information
#EC6084 (or 0xEC6084) is known color: Dark Pink. HEX triplet: EC, 60 and 84. RGB value is (236,96,132). Sum of RGB (Red+Green+Blue) = 236+96+132=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6084 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6084 is #139F7B. Grayscale: #8D8D8D. Windows color (decimal): -1286012 or 8675564. OLE color: 8675564.
HSL color Cylindrical-coordinate representation of color #EC6084: hue angle of 344.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC6084 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 132 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.07 |
| HSL | 344.57º | 0.79% | 0.65% | - |
| HSV(B) | 344.57º | 0.59% | 0.93% | - |
| XYZ | 42.94 | 27.86 | 24.95 | - |
| YUV | 141.96 | 122.38 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 132 | 0 | 0.59 | 0.44 | 0.07 | 344.57 | 0.79 | 0.65 |
| Hex | EC | 60 | 84 | 0 | 3B | 2C | 7 | 159 | 4F | 41 |
| Octal | 354 | 140 | 204 | 0 | 73 | 54 | 7 | 531 | 117 | 101 |
| Binary | 11101100 | 1100000 | 10000100 | 0 | 111011 | 101100 | 111 | 101011001 | 1001111 | 1000001 |
Color Harmonies of #EC6084
Complementary color
Monochromatic Colors of #EC6084
Black with #EC6084
Text Example
Text Example
White with #EC6084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6084; }
p { color: rgb(236,96,132); }
H1.HeaderClassName
{
color: #EC6084;
}
.AnyTagClassName
{
color: #EC6084;
}
</style>
background-color css
<style>
a { background-color: #EC6084; }
a { background-color: rgb(236,96,132); }
div.DivClassName
{
background-color: #EC6084;
}
.BgClassName
{
background-color: #EC6084;
}
</style>
border-color css
<style>
span { border-color: #EC6084; }
span { border-color: rgb(236,96,132); }
td.TdClassName
{
border-color: #EC6084;
}
.TagClassName
{
border-color: #EC6084;
}
</style>