Shades of Dark Pink #EC447B
Tints of Dark Pink #EC447B
RGB
CMYK
RGB Variations
Color information
#EC447B (or 0xEC447B) is known color: Dark Pink. HEX triplet: EC, 44 and 7B. RGB value is (236,68,123). Sum of RGB (Red+Green+Blue) = 236+68+123=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC447B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC447B is #13BB84. Grayscale: #7C7C7C. Windows color (decimal): -1293189 or 8078572. OLE color: 8078572.
HSL color Cylindrical-coordinate representation of color #EC447B: hue angle of 340.36º 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 #EC447B is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 123 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.07 |
| HSL | 340.36º | 0.82% | 0.6% | - |
| HSV(B) | 340.36º | 0.71% | 0.93% | - |
| XYZ | 40.23 | 23.4 | 21.13 | - |
| YUV | 124.5 | 127.16 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 123 | 0 | 0.71 | 0.48 | 0.07 | 340.36 | 0.82 | 0.6 |
| Hex | EC | 44 | 7B | 0 | 47 | 30 | 7 | 154 | 52 | 3C |
| Octal | 354 | 104 | 173 | 0 | 107 | 60 | 7 | 524 | 122 | 74 |
| Binary | 11101100 | 1000100 | 1111011 | 0 | 1000111 | 110000 | 111 | 101010100 | 1010010 | 111100 |
Color Harmonies of #EC447B
Complementary color
Monochromatic Colors of #EC447B
Black with #EC447B
Text Example
Text Example
White with #EC447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC447B; }
p { color: rgb(236,68,123); }
H1.HeaderClassName
{
color: #EC447B;
}
.AnyTagClassName
{
color: #EC447B;
}
</style>
background-color css
<style>
a { background-color: #EC447B; }
a { background-color: rgb(236,68,123); }
div.DivClassName
{
background-color: #EC447B;
}
.BgClassName
{
background-color: #EC447B;
}
</style>
border-color css
<style>
span { border-color: #EC447B; }
span { border-color: rgb(236,68,123); }
td.TdClassName
{
border-color: #EC447B;
}
.TagClassName
{
border-color: #EC447B;
}
</style>