Shades of Dark Pink #ED496F
Tints of Dark Pink #ED496F
RGB
CMYK
RGB Variations
Color information
#ED496F (or 0xED496F) is known color: Dark Pink. HEX triplet: ED, 49 and 6F. RGB value is (237,73,111). Sum of RGB (Red+Green+Blue) = 237+73+111=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #ED496F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED496F is #12B690. Grayscale: #7E7E7E. Windows color (decimal): -1226385 or 7293421. OLE color: 7293421.
HSL color Cylindrical-coordinate representation of color #ED496F: hue angle of 346.1º 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 #ED496F is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 111 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.07 |
| HSL | 346.1º | 0.82% | 0.61% | - |
| HSV(B) | 346.1º | 0.69% | 0.93% | - |
| XYZ | 40.18 | 23.92 | 17.54 | - |
| YUV | 126.37 | 119.33 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 111 | 0 | 0.69 | 0.53 | 0.07 | 346.1 | 0.82 | 0.61 |
| Hex | ED | 49 | 6F | 0 | 45 | 35 | 7 | 15A | 52 | 3D |
| Octal | 355 | 111 | 157 | 0 | 105 | 65 | 7 | 532 | 122 | 75 |
| Binary | 11101101 | 1001001 | 1101111 | 0 | 1000101 | 110101 | 111 | 101011010 | 1010010 | 111101 |
Color Harmonies of #ED496F
Complementary color
Monochromatic Colors of #ED496F
Black with #ED496F
Text Example
Text Example
White with #ED496F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED496F; }
p { color: rgb(237,73,111); }
H1.HeaderClassName
{
color: #ED496F;
}
.AnyTagClassName
{
color: #ED496F;
}
</style>
background-color css
<style>
a { background-color: #ED496F; }
a { background-color: rgb(237,73,111); }
div.DivClassName
{
background-color: #ED496F;
}
.BgClassName
{
background-color: #ED496F;
}
</style>
border-color css
<style>
span { border-color: #ED496F; }
span { border-color: rgb(237,73,111); }
td.TdClassName
{
border-color: #ED496F;
}
.TagClassName
{
border-color: #ED496F;
}
</style>