Shades of Dark Pink #ED5B83
Tints of Dark Pink #ED5B83
RGB
CMYK
RGB Variations
Color information
#ED5B83 (or 0xED5B83) is known color: Dark Pink. HEX triplet: ED, 5B and 83. RGB value is (237,91,131). Sum of RGB (Red+Green+Blue) = 237+91+131=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5B83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5B83 is #12A47C. Grayscale: #8B8B8B. Windows color (decimal): -1221757 or 8608749. OLE color: 8608749.
HSL color Cylindrical-coordinate representation of color #ED5B83: hue angle of 343.56º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5B83 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 91 | 131 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.07 |
| HSL | 343.56º | 0.8% | 0.64% | - |
| HSV(B) | 343.56º | 0.62% | 0.93% | - |
| XYZ | 42.76 | 27.13 | 24.45 | - |
| YUV | 139.21 | 123.37 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 91 | 131 | 0 | 0.62 | 0.45 | 0.07 | 343.56 | 0.8 | 0.64 |
| Hex | ED | 5B | 83 | 0 | 3E | 2D | 7 | 158 | 50 | 40 |
| Octal | 355 | 133 | 203 | 0 | 76 | 55 | 7 | 530 | 120 | 100 |
| Binary | 11101101 | 1011011 | 10000011 | 0 | 111110 | 101101 | 111 | 101011000 | 1010000 | 1000000 |
Color Harmonies of #ED5B83
Complementary color
Monochromatic Colors of #ED5B83
Black with #ED5B83
Text Example
Text Example
White with #ED5B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5B83; }
p { color: rgb(237,91,131); }
H1.HeaderClassName
{
color: #ED5B83;
}
.AnyTagClassName
{
color: #ED5B83;
}
</style>
background-color css
<style>
a { background-color: #ED5B83; }
a { background-color: rgb(237,91,131); }
div.DivClassName
{
background-color: #ED5B83;
}
.BgClassName
{
background-color: #ED5B83;
}
</style>
border-color css
<style>
span { border-color: #ED5B83; }
span { border-color: rgb(237,91,131); }
td.TdClassName
{
border-color: #ED5B83;
}
.TagClassName
{
border-color: #ED5B83;
}
</style>