Shades of Dark Pink #ED497D
Tints of Dark Pink #ED497D
RGB
CMYK
RGB Variations
Color information
#ED497D (or 0xED497D) is known color: Dark Pink. HEX triplet: ED, 49 and 7D. RGB value is (237,73,125). Sum of RGB (Red+Green+Blue) = 237+73+125=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED497D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED497D is #12B682. Grayscale: #7F7F7F. Windows color (decimal): -1226371 or 8210925. OLE color: 8210925.
HSL color Cylindrical-coordinate representation of color #ED497D: hue angle of 340.98º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED497D is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 125 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.07 |
| HSL | 340.98º | 0.82% | 0.61% | - |
| HSV(B) | 340.98º | 0.69% | 0.93% | - |
| XYZ | 41.01 | 24.25 | 21.92 | - |
| YUV | 127.96 | 126.33 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 125 | 0 | 0.69 | 0.47 | 0.07 | 340.98 | 0.82 | 0.61 |
| Hex | ED | 49 | 7D | 0 | 45 | 2F | 7 | 155 | 52 | 3D |
| Octal | 355 | 111 | 175 | 0 | 105 | 57 | 7 | 525 | 122 | 75 |
| Binary | 11101101 | 1001001 | 1111101 | 0 | 1000101 | 101111 | 111 | 101010101 | 1010010 | 111101 |
Color Harmonies of #ED497D
Complementary color
Monochromatic Colors of #ED497D
Black with #ED497D
Text Example
Text Example
White with #ED497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED497D; }
p { color: rgb(237,73,125); }
H1.HeaderClassName
{
color: #ED497D;
}
.AnyTagClassName
{
color: #ED497D;
}
</style>
background-color css
<style>
a { background-color: #ED497D; }
a { background-color: rgb(237,73,125); }
div.DivClassName
{
background-color: #ED497D;
}
.BgClassName
{
background-color: #ED497D;
}
</style>
border-color css
<style>
span { border-color: #ED497D; }
span { border-color: rgb(237,73,125); }
td.TdClassName
{
border-color: #ED497D;
}
.TagClassName
{
border-color: #ED497D;
}
</style>