Shades of Dark Pink #EC457B
Tints of Dark Pink #EC457B
RGB
CMYK
RGB Variations
Color information
#EC457B (or 0xEC457B) is known color: Dark Pink. HEX triplet: EC, 45 and 7B. RGB value is (236,69,123). Sum of RGB (Red+Green+Blue) = 236+69+123=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC457B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC457B is #13BA84. Grayscale: #7D7D7D. Windows color (decimal): -1292933 or 8078828. OLE color: 8078828.
HSL color Cylindrical-coordinate representation of color #EC457B: hue angle of 340.6º 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 #EC457B is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 123 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.07 |
| HSL | 340.6º | 0.81% | 0.6% | - |
| HSV(B) | 340.6º | 0.71% | 0.93% | - |
| XYZ | 40.3 | 23.52 | 21.15 | - |
| YUV | 125.09 | 126.83 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 123 | 0 | 0.71 | 0.48 | 0.07 | 340.6 | 0.81 | 0.6 |
| Hex | EC | 45 | 7B | 0 | 47 | 30 | 7 | 155 | 51 | 3C |
| Octal | 354 | 105 | 173 | 0 | 107 | 60 | 7 | 525 | 121 | 74 |
| Binary | 11101100 | 1000101 | 1111011 | 0 | 1000111 | 110000 | 111 | 101010101 | 1010001 | 111100 |
Color Harmonies of #EC457B
Complementary color
Monochromatic Colors of #EC457B
Black with #EC457B
Text Example
Text Example
White with #EC457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC457B; }
p { color: rgb(236,69,123); }
H1.HeaderClassName
{
color: #EC457B;
}
.AnyTagClassName
{
color: #EC457B;
}
</style>
background-color css
<style>
a { background-color: #EC457B; }
a { background-color: rgb(236,69,123); }
div.DivClassName
{
background-color: #EC457B;
}
.BgClassName
{
background-color: #EC457B;
}
</style>
border-color css
<style>
span { border-color: #EC457B; }
span { border-color: rgb(236,69,123); }
td.TdClassName
{
border-color: #EC457B;
}
.TagClassName
{
border-color: #EC457B;
}
</style>