Shades of Dark Pink #EC457A
Tints of Dark Pink #EC457A
RGB
CMYK
RGB Variations
Color information
#EC457A (or 0xEC457A) is known color: Dark Pink. HEX triplet: EC, 45 and 7A. RGB value is (236,69,122). Sum of RGB (Red+Green+Blue) = 236+69+122=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC457A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC457A is #13BA85. Grayscale: #7C7C7C. Windows color (decimal): -1292934 or 8013292. OLE color: 8013292.
HSL color Cylindrical-coordinate representation of color #EC457A: hue angle of 340.96º 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 #EC457A is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 122 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.07 |
| HSL | 340.96º | 0.81% | 0.6% | - |
| HSV(B) | 340.96º | 0.71% | 0.93% | - |
| XYZ | 40.23 | 23.49 | 20.83 | - |
| YUV | 124.98 | 126.33 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 122 | 0 | 0.71 | 0.48 | 0.07 | 340.96 | 0.81 | 0.6 |
| Hex | EC | 45 | 7A | 0 | 47 | 30 | 7 | 155 | 51 | 3C |
| Octal | 354 | 105 | 172 | 0 | 107 | 60 | 7 | 525 | 121 | 74 |
| Binary | 11101100 | 1000101 | 1111010 | 0 | 1000111 | 110000 | 111 | 101010101 | 1010001 | 111100 |
Color Harmonies of #EC457A
Complementary color
Monochromatic Colors of #EC457A
Black with #EC457A
Text Example
Text Example
White with #EC457A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC457A; }
p { color: rgb(236,69,122); }
H1.HeaderClassName
{
color: #EC457A;
}
.AnyTagClassName
{
color: #EC457A;
}
</style>
background-color css
<style>
a { background-color: #EC457A; }
a { background-color: rgb(236,69,122); }
div.DivClassName
{
background-color: #EC457A;
}
.BgClassName
{
background-color: #EC457A;
}
</style>
border-color css
<style>
span { border-color: #EC457A; }
span { border-color: rgb(236,69,122); }
td.TdClassName
{
border-color: #EC457A;
}
.TagClassName
{
border-color: #EC457A;
}
</style>