Shades of Dark Pink #ED537F
Tints of Dark Pink #ED537F
RGB
CMYK
RGB Variations
Color information
#ED537F (or 0xED537F) is known color: Dark Pink. HEX triplet: ED, 53 and 7F. RGB value is (237,83,127). Sum of RGB (Red+Green+Blue) = 237+83+127=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED537F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED537F is #12AC80. Grayscale: #868686. Windows color (decimal): -1223809 or 8344557. OLE color: 8344557.
HSL color Cylindrical-coordinate representation of color #ED537F: hue angle of 342.86º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED537F is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 83 | 127 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.07 |
| HSL | 342.86º | 0.81% | 0.63% | - |
| HSV(B) | 342.86º | 0.65% | 0.93% | - |
| XYZ | 41.85 | 25.72 | 22.84 | - |
| YUV | 134.06 | 124.02 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 83 | 127 | 0 | 0.65 | 0.46 | 0.07 | 342.86 | 0.81 | 0.63 |
| Hex | ED | 53 | 7F | 0 | 41 | 2E | 7 | 157 | 51 | 3F |
| Octal | 355 | 123 | 177 | 0 | 101 | 56 | 7 | 527 | 121 | 77 |
| Binary | 11101101 | 1010011 | 1111111 | 0 | 1000001 | 101110 | 111 | 101010111 | 1010001 | 111111 |
Color Harmonies of #ED537F
Complementary color
Monochromatic Colors of #ED537F
Black with #ED537F
Text Example
Text Example
White with #ED537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED537F; }
p { color: rgb(237,83,127); }
H1.HeaderClassName
{
color: #ED537F;
}
.AnyTagClassName
{
color: #ED537F;
}
</style>
background-color css
<style>
a { background-color: #ED537F; }
a { background-color: rgb(237,83,127); }
div.DivClassName
{
background-color: #ED537F;
}
.BgClassName
{
background-color: #ED537F;
}
</style>
border-color css
<style>
span { border-color: #ED537F; }
span { border-color: rgb(237,83,127); }
td.TdClassName
{
border-color: #ED537F;
}
.TagClassName
{
border-color: #ED537F;
}
</style>