Shades of Dark Pink #ED537A
Tints of Dark Pink #ED537A
RGB
CMYK
RGB Variations
Color information
#ED537A (or 0xED537A) is known color: Dark Pink. HEX triplet: ED, 53 and 7A. RGB value is (237,83,122). Sum of RGB (Red+Green+Blue) = 237+83+122=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED537A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED537A is #12AC85. Grayscale: #858585. Windows color (decimal): -1223814 or 8016877. OLE color: 8016877.
HSL color Cylindrical-coordinate representation of color #ED537A: hue angle of 344.81º 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 #ED537A is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 83 | 122 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.07 |
| HSL | 344.81º | 0.81% | 0.63% | - |
| HSV(B) | 344.81º | 0.65% | 0.93% | - |
| XYZ | 41.53 | 25.6 | 21.16 | - |
| YUV | 133.49 | 121.52 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 83 | 122 | 0 | 0.65 | 0.49 | 0.07 | 344.81 | 0.81 | 0.63 |
| Hex | ED | 53 | 7A | 0 | 41 | 31 | 7 | 159 | 51 | 3F |
| Octal | 355 | 123 | 172 | 0 | 101 | 61 | 7 | 531 | 121 | 77 |
| Binary | 11101101 | 1010011 | 1111010 | 0 | 1000001 | 110001 | 111 | 101011001 | 1010001 | 111111 |
Color Harmonies of #ED537A
Complementary color
Monochromatic Colors of #ED537A
Black with #ED537A
Text Example
Text Example
White with #ED537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED537A; }
p { color: rgb(237,83,122); }
H1.HeaderClassName
{
color: #ED537A;
}
.AnyTagClassName
{
color: #ED537A;
}
</style>
background-color css
<style>
a { background-color: #ED537A; }
a { background-color: rgb(237,83,122); }
div.DivClassName
{
background-color: #ED537A;
}
.BgClassName
{
background-color: #ED537A;
}
</style>
border-color css
<style>
span { border-color: #ED537A; }
span { border-color: rgb(237,83,122); }
td.TdClassName
{
border-color: #ED537A;
}
.TagClassName
{
border-color: #ED537A;
}
</style>