Shades of Dark Pink #EC447A
Tints of Dark Pink #EC447A
RGB
CMYK
RGB Variations
Color information
#EC447A (or 0xEC447A) is known color: Dark Pink. HEX triplet: EC, 44 and 7A. RGB value is (236,68,122). Sum of RGB (Red+Green+Blue) = 236+68+122=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC447A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC447A is #13BB85. Grayscale: #7C7C7C. Windows color (decimal): -1293190 or 8013036. OLE color: 8013036.
HSL color Cylindrical-coordinate representation of color #EC447A: hue angle of 340.71º degrees, saturation: 0.82, 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 #EC447A is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 122 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.07 |
| HSL | 340.71º | 0.82% | 0.6% | - |
| HSV(B) | 340.71º | 0.71% | 0.93% | - |
| XYZ | 40.17 | 23.37 | 20.81 | - |
| YUV | 124.39 | 126.66 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 122 | 0 | 0.71 | 0.48 | 0.07 | 340.71 | 0.82 | 0.6 |
| Hex | EC | 44 | 7A | 0 | 47 | 30 | 7 | 155 | 52 | 3C |
| Octal | 354 | 104 | 172 | 0 | 107 | 60 | 7 | 525 | 122 | 74 |
| Binary | 11101100 | 1000100 | 1111010 | 0 | 1000111 | 110000 | 111 | 101010101 | 1010010 | 111100 |
Color Harmonies of #EC447A
Complementary color
Monochromatic Colors of #EC447A
Black with #EC447A
Text Example
Text Example
White with #EC447A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC447A; }
p { color: rgb(236,68,122); }
H1.HeaderClassName
{
color: #EC447A;
}
.AnyTagClassName
{
color: #EC447A;
}
</style>
background-color css
<style>
a { background-color: #EC447A; }
a { background-color: rgb(236,68,122); }
div.DivClassName
{
background-color: #EC447A;
}
.BgClassName
{
background-color: #EC447A;
}
</style>
border-color css
<style>
span { border-color: #EC447A; }
span { border-color: rgb(236,68,122); }
td.TdClassName
{
border-color: #EC447A;
}
.TagClassName
{
border-color: #EC447A;
}
</style>