Shades of Dark Pink #EC457E
Tints of Dark Pink #EC457E
RGB
CMYK
RGB Variations
Color information
#EC457E (or 0xEC457E) is known color: Dark Pink. HEX triplet: EC, 45 and 7E. RGB value is (236,69,126). Sum of RGB (Red+Green+Blue) = 236+69+126=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC457E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC457E is #13BA81. Grayscale: #7D7D7D. Windows color (decimal): -1292930 or 8275436. OLE color: 8275436.
HSL color Cylindrical-coordinate representation of color #EC457E: hue angle of 339.52º 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 #EC457E is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 126 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.07 |
| HSL | 339.52º | 0.81% | 0.6% | - |
| HSV(B) | 339.52º | 0.71% | 0.93% | - |
| XYZ | 40.49 | 23.6 | 22.16 | - |
| YUV | 125.43 | 128.33 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 126 | 0 | 0.71 | 0.47 | 0.07 | 339.52 | 0.81 | 0.6 |
| Hex | EC | 45 | 7E | 0 | 47 | 2F | 7 | 154 | 51 | 3C |
| Octal | 354 | 105 | 176 | 0 | 107 | 57 | 7 | 524 | 121 | 74 |
| Binary | 11101100 | 1000101 | 1111110 | 0 | 1000111 | 101111 | 111 | 101010100 | 1010001 | 111100 |
Color Harmonies of #EC457E
Complementary color
Monochromatic Colors of #EC457E
Black with #EC457E
Text Example
Text Example
White with #EC457E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC457E; }
p { color: rgb(236,69,126); }
H1.HeaderClassName
{
color: #EC457E;
}
.AnyTagClassName
{
color: #EC457E;
}
</style>
background-color css
<style>
a { background-color: #EC457E; }
a { background-color: rgb(236,69,126); }
div.DivClassName
{
background-color: #EC457E;
}
.BgClassName
{
background-color: #EC457E;
}
</style>
border-color css
<style>
span { border-color: #EC457E; }
span { border-color: rgb(236,69,126); }
td.TdClassName
{
border-color: #EC457E;
}
.TagClassName
{
border-color: #EC457E;
}
</style>