Shades of Dark Pink #EC6189
Tints of Dark Pink #EC6189
RGB
CMYK
RGB Variations
Color information
#EC6189 (or 0xEC6189) is known color: Dark Pink. HEX triplet: EC, 61 and 89. RGB value is (236,97,137). Sum of RGB (Red+Green+Blue) = 236+97+137=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6189 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6189 is #139E76. Grayscale: #8F8F8F. Windows color (decimal): -1285751 or 9003500. OLE color: 9003500.
HSL color Cylindrical-coordinate representation of color #EC6189: hue angle of 342.73º 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 #EC6189 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 137 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.07 |
| HSL | 342.73º | 0.79% | 0.65% | - |
| HSV(B) | 342.73º | 0.59% | 0.93% | - |
| XYZ | 43.38 | 28.19 | 26.82 | - |
| YUV | 143.12 | 124.55 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 137 | 0 | 0.59 | 0.42 | 0.07 | 342.73 | 0.79 | 0.65 |
| Hex | EC | 61 | 89 | 0 | 3B | 2A | 7 | 157 | 4F | 41 |
| Octal | 354 | 141 | 211 | 0 | 73 | 52 | 7 | 527 | 117 | 101 |
| Binary | 11101100 | 1100001 | 10001001 | 0 | 111011 | 101010 | 111 | 101010111 | 1001111 | 1000001 |
Color Harmonies of #EC6189
Complementary color
Monochromatic Colors of #EC6189
Black with #EC6189
Text Example
Text Example
White with #EC6189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6189; }
p { color: rgb(236,97,137); }
H1.HeaderClassName
{
color: #EC6189;
}
.AnyTagClassName
{
color: #EC6189;
}
</style>
background-color css
<style>
a { background-color: #EC6189; }
a { background-color: rgb(236,97,137); }
div.DivClassName
{
background-color: #EC6189;
}
.BgClassName
{
background-color: #EC6189;
}
</style>
border-color css
<style>
span { border-color: #EC6189; }
span { border-color: rgb(236,97,137); }
td.TdClassName
{
border-color: #EC6189;
}
.TagClassName
{
border-color: #EC6189;
}
</style>