Shades of Dark Pink #EC457D
Tints of Dark Pink #EC457D
RGB
CMYK
RGB Variations
Color information
#EC457D (or 0xEC457D) is known color: Dark Pink. HEX triplet: EC, 45 and 7D. RGB value is (236,69,125). Sum of RGB (Red+Green+Blue) = 236+69+125=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC457D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC457D is #13BA82. Grayscale: #7D7D7D. Windows color (decimal): -1292931 or 8209900. OLE color: 8209900.
HSL color Cylindrical-coordinate representation of color #EC457D: hue angle of 339.88º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC457D is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 125 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.07 |
| HSL | 339.88º | 0.81% | 0.6% | - |
| HSV(B) | 339.88º | 0.71% | 0.93% | - |
| XYZ | 40.42 | 23.57 | 21.82 | - |
| YUV | 125.32 | 127.83 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 125 | 0 | 0.71 | 0.47 | 0.07 | 339.88 | 0.81 | 0.6 |
| Hex | EC | 45 | 7D | 0 | 47 | 2F | 7 | 154 | 51 | 3C |
| Octal | 354 | 105 | 175 | 0 | 107 | 57 | 7 | 524 | 121 | 74 |
| Binary | 11101100 | 1000101 | 1111101 | 0 | 1000111 | 101111 | 111 | 101010100 | 1010001 | 111100 |
Color Harmonies of #EC457D
Complementary color
Monochromatic Colors of #EC457D
Black with #EC457D
Text Example
Text Example
White with #EC457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC457D; }
p { color: rgb(236,69,125); }
H1.HeaderClassName
{
color: #EC457D;
}
.AnyTagClassName
{
color: #EC457D;
}
</style>
background-color css
<style>
a { background-color: #EC457D; }
a { background-color: rgb(236,69,125); }
div.DivClassName
{
background-color: #EC457D;
}
.BgClassName
{
background-color: #EC457D;
}
</style>
border-color css
<style>
span { border-color: #EC457D; }
span { border-color: rgb(236,69,125); }
td.TdClassName
{
border-color: #EC457D;
}
.TagClassName
{
border-color: #EC457D;
}
</style>