Shades of Dark Pink #EC5E8F
Tints of Dark Pink #EC5E8F
RGB
CMYK
RGB Variations
Color information
#EC5E8F (or 0xEC5E8F) is known color: Dark Pink. HEX triplet: EC, 5E and 8F. RGB value is (236,94,143). Sum of RGB (Red+Green+Blue) = 236+94+143=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5E8F is #13A170. Grayscale: #8D8D8D. Windows color (decimal): -1286513 or 9395948. OLE color: 9395948.
HSL color Cylindrical-coordinate representation of color #EC5E8F: hue angle of 339.3º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5E8F is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 94 | 143 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.07 |
| HSL | 339.3º | 0.79% | 0.65% | - |
| HSV(B) | 339.3º | 0.6% | 0.93% | - |
| XYZ | 43.55 | 27.82 | 29.06 | - |
| YUV | 142.04 | 128.54 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 143 | 0 | 0.60 | 0.39 | 0.07 | 339.3 | 0.79 | 0.65 |
| Hex | EC | 5E | 8F | 0 | 3C | 27 | 7 | 153 | 4F | 41 |
| Octal | 354 | 136 | 217 | 0 | 74 | 47 | 7 | 523 | 117 | 101 |
| Binary | 11101100 | 1011110 | 10001111 | 0 | 111100 | 100111 | 111 | 101010011 | 1001111 | 1000001 |
Color Harmonies of #EC5E8F
Complementary color
Monochromatic Colors of #EC5E8F
Black with #EC5E8F
Text Example
Text Example
White with #EC5E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5E8F; }
p { color: rgb(236,94,143); }
H1.HeaderClassName
{
color: #EC5E8F;
}
.AnyTagClassName
{
color: #EC5E8F;
}
</style>
background-color css
<style>
a { background-color: #EC5E8F; }
a { background-color: rgb(236,94,143); }
div.DivClassName
{
background-color: #EC5E8F;
}
.BgClassName
{
background-color: #EC5E8F;
}
</style>
border-color css
<style>
span { border-color: #EC5E8F; }
span { border-color: rgb(236,94,143); }
td.TdClassName
{
border-color: #EC5E8F;
}
.TagClassName
{
border-color: #EC5E8F;
}
</style>