Shades of Dark Pink #ED497A
Tints of Dark Pink #ED497A
RGB
CMYK
RGB Variations
Color information
#ED497A (or 0xED497A) is known color: Dark Pink. HEX triplet: ED, 49 and 7A. RGB value is (237,73,122). Sum of RGB (Red+Green+Blue) = 237+73+122=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED497A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED497A is #12B685. Grayscale: #7F7F7F. Windows color (decimal): -1226374 or 8014317. OLE color: 8014317.
HSL color Cylindrical-coordinate representation of color #ED497A: hue angle of 342.07º 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 #ED497A is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 122 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.07 |
| HSL | 342.07º | 0.82% | 0.61% | - |
| HSV(B) | 342.07º | 0.69% | 0.93% | - |
| XYZ | 40.82 | 24.17 | 20.93 | - |
| YUV | 127.62 | 124.83 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 122 | 0 | 0.69 | 0.49 | 0.07 | 342.07 | 0.82 | 0.61 |
| Hex | ED | 49 | 7A | 0 | 45 | 31 | 7 | 156 | 52 | 3D |
| Octal | 355 | 111 | 172 | 0 | 105 | 61 | 7 | 526 | 122 | 75 |
| Binary | 11101101 | 1001001 | 1111010 | 0 | 1000101 | 110001 | 111 | 101010110 | 1010010 | 111101 |
Color Harmonies of #ED497A
Complementary color
Monochromatic Colors of #ED497A
Black with #ED497A
Text Example
Text Example
White with #ED497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED497A; }
p { color: rgb(237,73,122); }
H1.HeaderClassName
{
color: #ED497A;
}
.AnyTagClassName
{
color: #ED497A;
}
</style>
background-color css
<style>
a { background-color: #ED497A; }
a { background-color: rgb(237,73,122); }
div.DivClassName
{
background-color: #ED497A;
}
.BgClassName
{
background-color: #ED497A;
}
</style>
border-color css
<style>
span { border-color: #ED497A; }
span { border-color: rgb(237,73,122); }
td.TdClassName
{
border-color: #ED497A;
}
.TagClassName
{
border-color: #ED497A;
}
</style>