Shades of Dark Pink #EC6083
Tints of Dark Pink #EC6083
RGB
CMYK
RGB Variations
Color information
#EC6083 (or 0xEC6083) is known color: Dark Pink. HEX triplet: EC, 60 and 83. RGB value is (236,96,131). Sum of RGB (Red+Green+Blue) = 236+96+131=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6083 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6083 is #139F7C. Grayscale: #8D8D8D. Windows color (decimal): -1286013 or 8610028. OLE color: 8610028.
HSL color Cylindrical-coordinate representation of color #EC6083: hue angle of 345º 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 #EC6083 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 131 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.07 |
| HSL | 345º | 0.79% | 0.65% | - |
| HSV(B) | 345º | 0.59% | 0.93% | - |
| XYZ | 42.87 | 27.84 | 24.59 | - |
| YUV | 141.85 | 121.88 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 131 | 0 | 0.59 | 0.44 | 0.07 | 345 | 0.79 | 0.65 |
| Hex | EC | 60 | 83 | 0 | 3B | 2C | 7 | 159 | 4F | 41 |
| Octal | 354 | 140 | 203 | 0 | 73 | 54 | 7 | 531 | 117 | 101 |
| Binary | 11101100 | 1100000 | 10000011 | 0 | 111011 | 101100 | 111 | 101011001 | 1001111 | 1000001 |
Color Harmonies of #EC6083
Complementary color
Monochromatic Colors of #EC6083
Black with #EC6083
Text Example
Text Example
White with #EC6083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6083; }
p { color: rgb(236,96,131); }
H1.HeaderClassName
{
color: #EC6083;
}
.AnyTagClassName
{
color: #EC6083;
}
</style>
background-color css
<style>
a { background-color: #EC6083; }
a { background-color: rgb(236,96,131); }
div.DivClassName
{
background-color: #EC6083;
}
.BgClassName
{
background-color: #EC6083;
}
</style>
border-color css
<style>
span { border-color: #EC6083; }
span { border-color: rgb(236,96,131); }
td.TdClassName
{
border-color: #EC6083;
}
.TagClassName
{
border-color: #EC6083;
}
</style>