Shades of Dark Pink #ED447C
Tints of Dark Pink #ED447C
RGB
CMYK
RGB Variations
Color information
#ED447C (or 0xED447C) is known color: Dark Pink. HEX triplet: ED, 44 and 7C. RGB value is (237,68,124). Sum of RGB (Red+Green+Blue) = 237+68+124=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED447C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED447C is #12BB83. Grayscale: #7C7C7C. Windows color (decimal): -1227652 or 8144109. OLE color: 8144109.
HSL color Cylindrical-coordinate representation of color #ED447C: hue angle of 340.12º 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 #ED447C is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 68 | 124 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.07 |
| HSL | 340.12º | 0.82% | 0.6% | - |
| HSV(B) | 340.12º | 0.71% | 0.93% | - |
| XYZ | 40.63 | 23.59 | 21.48 | - |
| YUV | 124.92 | 127.49 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 68 | 124 | 0 | 0.71 | 0.48 | 0.07 | 340.12 | 0.82 | 0.6 |
| Hex | ED | 44 | 7C | 0 | 47 | 30 | 7 | 154 | 52 | 3C |
| Octal | 355 | 104 | 174 | 0 | 107 | 60 | 7 | 524 | 122 | 74 |
| Binary | 11101101 | 1000100 | 1111100 | 0 | 1000111 | 110000 | 111 | 101010100 | 1010010 | 111100 |
Color Harmonies of #ED447C
Complementary color
Monochromatic Colors of #ED447C
Black with #ED447C
Text Example
Text Example
White with #ED447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED447C; }
p { color: rgb(237,68,124); }
H1.HeaderClassName
{
color: #ED447C;
}
.AnyTagClassName
{
color: #ED447C;
}
</style>
background-color css
<style>
a { background-color: #ED447C; }
a { background-color: rgb(237,68,124); }
div.DivClassName
{
background-color: #ED447C;
}
.BgClassName
{
background-color: #ED447C;
}
</style>
border-color css
<style>
span { border-color: #ED447C; }
span { border-color: rgb(237,68,124); }
td.TdClassName
{
border-color: #ED447C;
}
.TagClassName
{
border-color: #ED447C;
}
</style>