Shades of Dark Pink #EC467B
Tints of Dark Pink #EC467B
RGB
CMYK
RGB Variations
Color information
#EC467B (or 0xEC467B) is known color: Dark Pink. HEX triplet: EC, 46 and 7B. RGB value is (236,70,123). Sum of RGB (Red+Green+Blue) = 236+70+123=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC467B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC467B is #13B984. Grayscale: #7D7D7D. Windows color (decimal): -1292677 or 8079084. OLE color: 8079084.
HSL color Cylindrical-coordinate representation of color #EC467B: hue angle of 340.84º 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 #EC467B is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 123 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.07 |
| HSL | 340.84º | 0.81% | 0.6% | - |
| HSV(B) | 340.84º | 0.7% | 0.93% | - |
| XYZ | 40.36 | 23.64 | 21.18 | - |
| YUV | 125.68 | 126.5 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 123 | 0 | 0.70 | 0.48 | 0.07 | 340.84 | 0.81 | 0.6 |
| Hex | EC | 46 | 7B | 0 | 46 | 30 | 7 | 155 | 51 | 3C |
| Octal | 354 | 106 | 173 | 0 | 106 | 60 | 7 | 525 | 121 | 74 |
| Binary | 11101100 | 1000110 | 1111011 | 0 | 1000110 | 110000 | 111 | 101010101 | 1010001 | 111100 |
Color Harmonies of #EC467B
Complementary color
Monochromatic Colors of #EC467B
Black with #EC467B
Text Example
Text Example
White with #EC467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC467B; }
p { color: rgb(236,70,123); }
H1.HeaderClassName
{
color: #EC467B;
}
.AnyTagClassName
{
color: #EC467B;
}
</style>
background-color css
<style>
a { background-color: #EC467B; }
a { background-color: rgb(236,70,123); }
div.DivClassName
{
background-color: #EC467B;
}
.BgClassName
{
background-color: #EC467B;
}
</style>
border-color css
<style>
span { border-color: #EC467B; }
span { border-color: rgb(236,70,123); }
td.TdClassName
{
border-color: #EC467B;
}
.TagClassName
{
border-color: #EC467B;
}
</style>