Shades of Dark Pink #EC6183
Tints of Dark Pink #EC6183
RGB
CMYK
RGB Variations
Color information
#EC6183 (or 0xEC6183) is known color: Dark Pink. HEX triplet: EC, 61 and 83. RGB value is (236,97,131). Sum of RGB (Red+Green+Blue) = 236+97+131=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6183 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6183 is #139E7C. Grayscale: #8E8E8E. Windows color (decimal): -1285757 or 8610284. OLE color: 8610284.
HSL color Cylindrical-coordinate representation of color #EC6183: hue angle of 345.32º 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 #EC6183 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 131 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.07 |
| HSL | 345.32º | 0.79% | 0.65% | - |
| HSV(B) | 345.32º | 0.59% | 0.93% | - |
| XYZ | 42.96 | 28.02 | 24.62 | - |
| YUV | 142.44 | 121.55 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 131 | 0 | 0.59 | 0.44 | 0.07 | 345.32 | 0.79 | 0.65 |
| Hex | EC | 61 | 83 | 0 | 3B | 2C | 7 | 159 | 4F | 41 |
| Octal | 354 | 141 | 203 | 0 | 73 | 54 | 7 | 531 | 117 | 101 |
| Binary | 11101100 | 1100001 | 10000011 | 0 | 111011 | 101100 | 111 | 101011001 | 1001111 | 1000001 |
Color Harmonies of #EC6183
Complementary color
Monochromatic Colors of #EC6183
Black with #EC6183
Text Example
Text Example
White with #EC6183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6183; }
p { color: rgb(236,97,131); }
H1.HeaderClassName
{
color: #EC6183;
}
.AnyTagClassName
{
color: #EC6183;
}
</style>
background-color css
<style>
a { background-color: #EC6183; }
a { background-color: rgb(236,97,131); }
div.DivClassName
{
background-color: #EC6183;
}
.BgClassName
{
background-color: #EC6183;
}
</style>
border-color css
<style>
span { border-color: #EC6183; }
span { border-color: rgb(236,97,131); }
td.TdClassName
{
border-color: #EC6183;
}
.TagClassName
{
border-color: #EC6183;
}
</style>