Shades of Dark Pink #EC467D
Tints of Dark Pink #EC467D
RGB
CMYK
RGB Variations
Color information
#EC467D (or 0xEC467D) is known color: Dark Pink. HEX triplet: EC, 46 and 7D. RGB value is (236,70,125). Sum of RGB (Red+Green+Blue) = 236+70+125=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC467D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC467D is #13B982. Grayscale: #7D7D7D. Windows color (decimal): -1292675 or 8210156. OLE color: 8210156.
HSL color Cylindrical-coordinate representation of color #EC467D: hue angle of 340.12º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC467D is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 125 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.07 |
| HSL | 340.12º | 0.81% | 0.6% | - |
| HSV(B) | 340.12º | 0.7% | 0.93% | - |
| XYZ | 40.48 | 23.69 | 21.84 | - |
| YUV | 125.9 | 127.5 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 125 | 0 | 0.70 | 0.47 | 0.07 | 340.12 | 0.81 | 0.6 |
| Hex | EC | 46 | 7D | 0 | 46 | 2F | 7 | 154 | 51 | 3C |
| Octal | 354 | 106 | 175 | 0 | 106 | 57 | 7 | 524 | 121 | 74 |
| Binary | 11101100 | 1000110 | 1111101 | 0 | 1000110 | 101111 | 111 | 101010100 | 1010001 | 111100 |
Color Harmonies of #EC467D
Complementary color
Monochromatic Colors of #EC467D
Black with #EC467D
Text Example
Text Example
White with #EC467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC467D; }
p { color: rgb(236,70,125); }
H1.HeaderClassName
{
color: #EC467D;
}
.AnyTagClassName
{
color: #EC467D;
}
</style>
background-color css
<style>
a { background-color: #EC467D; }
a { background-color: rgb(236,70,125); }
div.DivClassName
{
background-color: #EC467D;
}
.BgClassName
{
background-color: #EC467D;
}
</style>
border-color css
<style>
span { border-color: #EC467D; }
span { border-color: rgb(236,70,125); }
td.TdClassName
{
border-color: #EC467D;
}
.TagClassName
{
border-color: #EC467D;
}
</style>