Shades of Dark Pink #ED4576
Tints of Dark Pink #ED4576
RGB
CMYK
RGB Variations
Color information
#ED4576 (or 0xED4576) is known color: Dark Pink. HEX triplet: ED, 45 and 76. RGB value is (237,69,118). Sum of RGB (Red+Green+Blue) = 237+69+118=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4576 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4576 is #12BA89. Grayscale: #7C7C7C. Windows color (decimal): -1227402 or 7751149. OLE color: 7751149.
HSL color Cylindrical-coordinate representation of color #ED4576: hue angle of 342.5º 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 #ED4576 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 69 | 118 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.07 |
| HSL | 342.5º | 0.82% | 0.6% | - |
| HSV(B) | 342.5º | 0.71% | 0.93% | - |
| XYZ | 40.32 | 23.57 | 19.56 | - |
| YUV | 124.82 | 124.16 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 118 | 0 | 0.71 | 0.50 | 0.07 | 342.5 | 0.82 | 0.6 |
| Hex | ED | 45 | 76 | 0 | 47 | 32 | 7 | 156 | 52 | 3C |
| Octal | 355 | 105 | 166 | 0 | 107 | 62 | 7 | 526 | 122 | 74 |
| Binary | 11101101 | 1000101 | 1110110 | 0 | 1000111 | 110010 | 111 | 101010110 | 1010010 | 111100 |
Color Harmonies of #ED4576
Complementary color
Monochromatic Colors of #ED4576
Black with #ED4576
Text Example
Text Example
White with #ED4576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4576; }
p { color: rgb(237,69,118); }
H1.HeaderClassName
{
color: #ED4576;
}
.AnyTagClassName
{
color: #ED4576;
}
</style>
background-color css
<style>
a { background-color: #ED4576; }
a { background-color: rgb(237,69,118); }
div.DivClassName
{
background-color: #ED4576;
}
.BgClassName
{
background-color: #ED4576;
}
</style>
border-color css
<style>
span { border-color: #ED4576; }
span { border-color: rgb(237,69,118); }
td.TdClassName
{
border-color: #ED4576;
}
.TagClassName
{
border-color: #ED4576;
}
</style>