Shades of Dark Pink #EC6186
Tints of Dark Pink #EC6186
RGB
CMYK
RGB Variations
Color information
#EC6186 (or 0xEC6186) is known color: Dark Pink. HEX triplet: EC, 61 and 86. RGB value is (236,97,134). Sum of RGB (Red+Green+Blue) = 236+97+134=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6186 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6186 is #139E79. Grayscale: #8E8E8E. Windows color (decimal): -1285754 or 8806892. OLE color: 8806892.
HSL color Cylindrical-coordinate representation of color #EC6186: hue angle of 344.03º 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 #EC6186 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 134 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.07 |
| HSL | 344.03º | 0.79% | 0.65% | - |
| HSV(B) | 344.03º | 0.59% | 0.93% | - |
| XYZ | 43.17 | 28.1 | 25.7 | - |
| YUV | 142.78 | 123.05 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 134 | 0 | 0.59 | 0.43 | 0.07 | 344.03 | 0.79 | 0.65 |
| Hex | EC | 61 | 86 | 0 | 3B | 2B | 7 | 158 | 4F | 41 |
| Octal | 354 | 141 | 206 | 0 | 73 | 53 | 7 | 530 | 117 | 101 |
| Binary | 11101100 | 1100001 | 10000110 | 0 | 111011 | 101011 | 111 | 101011000 | 1001111 | 1000001 |
Color Harmonies of #EC6186
Complementary color
Monochromatic Colors of #EC6186
Black with #EC6186
Text Example
Text Example
White with #EC6186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6186; }
p { color: rgb(236,97,134); }
H1.HeaderClassName
{
color: #EC6186;
}
.AnyTagClassName
{
color: #EC6186;
}
</style>
background-color css
<style>
a { background-color: #EC6186; }
a { background-color: rgb(236,97,134); }
div.DivClassName
{
background-color: #EC6186;
}
.BgClassName
{
background-color: #EC6186;
}
</style>
border-color css
<style>
span { border-color: #EC6186; }
span { border-color: rgb(236,97,134); }
td.TdClassName
{
border-color: #EC6186;
}
.TagClassName
{
border-color: #EC6186;
}
</style>