Shades of Dark Pink #EC5D90
Tints of Dark Pink #EC5D90
RGB
CMYK
RGB Variations
Color information
#EC5D90 (or 0xEC5D90) is known color: Dark Pink. HEX triplet: EC, 5D and 90. RGB value is (236,93,144). Sum of RGB (Red+Green+Blue) = 236+93+144=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5D90 is #13A26F. Grayscale: #8D8D8D. Windows color (decimal): -1286768 or 9461228. OLE color: 9461228.
HSL color Cylindrical-coordinate representation of color #EC5D90: hue angle of 338.6º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5D90 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 93 | 144 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.07 |
| HSL | 338.6º | 0.79% | 0.65% | - |
| HSV(B) | 338.6º | 0.61% | 0.93% | - |
| XYZ | 43.54 | 27.68 | 29.43 | - |
| YUV | 141.57 | 129.38 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 144 | 0 | 0.61 | 0.39 | 0.07 | 338.6 | 0.79 | 0.65 |
| Hex | EC | 5D | 90 | 0 | 3D | 27 | 7 | 153 | 4F | 41 |
| Octal | 354 | 135 | 220 | 0 | 75 | 47 | 7 | 523 | 117 | 101 |
| Binary | 11101100 | 1011101 | 10010000 | 0 | 111101 | 100111 | 111 | 101010011 | 1001111 | 1000001 |
Color Harmonies of #EC5D90
Complementary color
Monochromatic Colors of #EC5D90
Black with #EC5D90
Text Example
Text Example
White with #EC5D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5D90; }
p { color: rgb(236,93,144); }
H1.HeaderClassName
{
color: #EC5D90;
}
.AnyTagClassName
{
color: #EC5D90;
}
</style>
background-color css
<style>
a { background-color: #EC5D90; }
a { background-color: rgb(236,93,144); }
div.DivClassName
{
background-color: #EC5D90;
}
.BgClassName
{
background-color: #EC5D90;
}
</style>
border-color css
<style>
span { border-color: #EC5D90; }
span { border-color: rgb(236,93,144); }
td.TdClassName
{
border-color: #EC5D90;
}
.TagClassName
{
border-color: #EC5D90;
}
</style>