Shades of Dark Pink #ED5183
Tints of Dark Pink #ED5183
RGB
CMYK
RGB Variations
Color information
#ED5183 (or 0xED5183) is known color: Dark Pink. HEX triplet: ED, 51 and 83. RGB value is (237,81,131). Sum of RGB (Red+Green+Blue) = 237+81+131=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5183 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5183 is #12AE7C. Grayscale: #858585. Windows color (decimal): -1224317 or 8606189. OLE color: 8606189.
HSL color Cylindrical-coordinate representation of color #ED5183: hue angle of 340.77º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED5183 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 131 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.07 |
| HSL | 340.77º | 0.81% | 0.62% | - |
| HSV(B) | 340.77º | 0.66% | 0.93% | - |
| XYZ | 41.96 | 25.53 | 24.19 | - |
| YUV | 133.34 | 126.68 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 131 | 0 | 0.66 | 0.45 | 0.07 | 340.77 | 0.81 | 0.62 |
| Hex | ED | 51 | 83 | 0 | 42 | 2D | 7 | 155 | 51 | 3E |
| Octal | 355 | 121 | 203 | 0 | 102 | 55 | 7 | 525 | 121 | 76 |
| Binary | 11101101 | 1010001 | 10000011 | 0 | 1000010 | 101101 | 111 | 101010101 | 1010001 | 111110 |
Color Harmonies of #ED5183
Complementary color
Monochromatic Colors of #ED5183
Black with #ED5183
Text Example
Text Example
White with #ED5183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5183; }
p { color: rgb(237,81,131); }
H1.HeaderClassName
{
color: #ED5183;
}
.AnyTagClassName
{
color: #ED5183;
}
</style>
background-color css
<style>
a { background-color: #ED5183; }
a { background-color: rgb(237,81,131); }
div.DivClassName
{
background-color: #ED5183;
}
.BgClassName
{
background-color: #ED5183;
}
</style>
border-color css
<style>
span { border-color: #ED5183; }
span { border-color: rgb(237,81,131); }
td.TdClassName
{
border-color: #ED5183;
}
.TagClassName
{
border-color: #ED5183;
}
</style>