Shades of Dark Pink #ED618B
Tints of Dark Pink #ED618B
RGB
CMYK
RGB Variations
Color information
#ED618B (or 0xED618B) is known color: Dark Pink. HEX triplet: ED, 61 and 8B. RGB value is (237,97,139). Sum of RGB (Red+Green+Blue) = 237+97+139=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED618B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED618B is #129E74. Grayscale: #8F8F8F. Windows color (decimal): -1220213 or 9134573. OLE color: 9134573.
HSL color Cylindrical-coordinate representation of color #ED618B: hue angle of 342º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED618B is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 139 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.07 |
| HSL | 342º | 0.8% | 0.65% | - |
| HSV(B) | 342º | 0.59% | 0.93% | - |
| XYZ | 43.86 | 28.42 | 27.6 | - |
| YUV | 143.65 | 125.38 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 139 | 0 | 0.59 | 0.41 | 0.07 | 342 | 0.8 | 0.65 |
| Hex | ED | 61 | 8B | 0 | 3B | 29 | 7 | 156 | 50 | 41 |
| Octal | 355 | 141 | 213 | 0 | 73 | 51 | 7 | 526 | 120 | 101 |
| Binary | 11101101 | 1100001 | 10001011 | 0 | 111011 | 101001 | 111 | 101010110 | 1010000 | 1000001 |
Color Harmonies of #ED618B
Complementary color
Monochromatic Colors of #ED618B
Black with #ED618B
Text Example
Text Example
White with #ED618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED618B; }
p { color: rgb(237,97,139); }
H1.HeaderClassName
{
color: #ED618B;
}
.AnyTagClassName
{
color: #ED618B;
}
</style>
background-color css
<style>
a { background-color: #ED618B; }
a { background-color: rgb(237,97,139); }
div.DivClassName
{
background-color: #ED618B;
}
.BgClassName
{
background-color: #ED618B;
}
</style>
border-color css
<style>
span { border-color: #ED618B; }
span { border-color: rgb(237,97,139); }
td.TdClassName
{
border-color: #ED618B;
}
.TagClassName
{
border-color: #ED618B;
}
</style>