Shades of Dark Pink #ED4E83
Tints of Dark Pink #ED4E83
RGB
CMYK
RGB Variations
Color information
#ED4E83 (or 0xED4E83) is known color: Dark Pink. HEX triplet: ED, 4E and 83. RGB value is (237,78,131). Sum of RGB (Red+Green+Blue) = 237+78+131=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4E83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED4E83 is #12B17C. Grayscale: #838383. Windows color (decimal): -1225085 or 8605421. OLE color: 8605421.
HSL color Cylindrical-coordinate representation of color #ED4E83: hue angle of 340º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED4E83 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 78 | 131 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.07 |
| HSL | 340º | 0.82% | 0.62% | - |
| HSV(B) | 340º | 0.67% | 0.93% | - |
| XYZ | 41.75 | 25.09 | 24.12 | - |
| YUV | 131.58 | 127.68 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 78 | 131 | 0 | 0.67 | 0.45 | 0.07 | 340 | 0.82 | 0.62 |
| Hex | ED | 4E | 83 | 0 | 43 | 2D | 7 | 154 | 52 | 3E |
| Octal | 355 | 116 | 203 | 0 | 103 | 55 | 7 | 524 | 122 | 76 |
| Binary | 11101101 | 1001110 | 10000011 | 0 | 1000011 | 101101 | 111 | 101010100 | 1010010 | 111110 |
Color Harmonies of #ED4E83
Complementary color
Monochromatic Colors of #ED4E83
Black with #ED4E83
Text Example
Text Example
White with #ED4E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4E83; }
p { color: rgb(237,78,131); }
H1.HeaderClassName
{
color: #ED4E83;
}
.AnyTagClassName
{
color: #ED4E83;
}
</style>
background-color css
<style>
a { background-color: #ED4E83; }
a { background-color: rgb(237,78,131); }
div.DivClassName
{
background-color: #ED4E83;
}
.BgClassName
{
background-color: #ED4E83;
}
</style>
border-color css
<style>
span { border-color: #ED4E83; }
span { border-color: rgb(237,78,131); }
td.TdClassName
{
border-color: #ED4E83;
}
.TagClassName
{
border-color: #ED4E83;
}
</style>