Shades of Dark Pink #EC598A
Tints of Dark Pink #EC598A
RGB
CMYK
RGB Variations
Color information
#EC598A (or 0xEC598A) is known color: Dark Pink. HEX triplet: EC, 59 and 8A. RGB value is (236,89,138). Sum of RGB (Red+Green+Blue) = 236+89+138=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC598A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC598A is #13A675. Grayscale: #8A8A8A. Windows color (decimal): -1287798 or 9066988. OLE color: 9066988.
HSL color Cylindrical-coordinate representation of color #EC598A: hue angle of 340º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC598A is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 138 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.07 |
| HSL | 340º | 0.79% | 0.64% | - |
| HSV(B) | 340º | 0.62% | 0.93% | - |
| XYZ | 42.75 | 26.81 | 26.97 | - |
| YUV | 138.54 | 127.7 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 138 | 0 | 0.62 | 0.42 | 0.07 | 340 | 0.79 | 0.64 |
| Hex | EC | 59 | 8A | 0 | 3E | 2A | 7 | 154 | 4F | 40 |
| Octal | 354 | 131 | 212 | 0 | 76 | 52 | 7 | 524 | 117 | 100 |
| Binary | 11101100 | 1011001 | 10001010 | 0 | 111110 | 101010 | 111 | 101010100 | 1001111 | 1000000 |
Color Harmonies of #EC598A
Complementary color
Monochromatic Colors of #EC598A
Black with #EC598A
Text Example
Text Example
White with #EC598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC598A; }
p { color: rgb(236,89,138); }
H1.HeaderClassName
{
color: #EC598A;
}
.AnyTagClassName
{
color: #EC598A;
}
</style>
background-color css
<style>
a { background-color: #EC598A; }
a { background-color: rgb(236,89,138); }
div.DivClassName
{
background-color: #EC598A;
}
.BgClassName
{
background-color: #EC598A;
}
</style>
border-color css
<style>
span { border-color: #EC598A; }
span { border-color: rgb(236,89,138); }
td.TdClassName
{
border-color: #EC598A;
}
.TagClassName
{
border-color: #EC598A;
}
</style>