Shades of Dark Pink #ED6189
Tints of Dark Pink #ED6189
RGB
CMYK
RGB Variations
Color information
#ED6189 (or 0xED6189) is known color: Dark Pink. HEX triplet: ED, 61 and 89. RGB value is (237,97,137). Sum of RGB (Red+Green+Blue) = 237+97+137=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6189 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6189 is #129E76. Grayscale: #8F8F8F. Windows color (decimal): -1220215 or 9003501. OLE color: 9003501.
HSL color Cylindrical-coordinate representation of color #ED6189: hue angle of 342.86º 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 #ED6189 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 137 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.07 |
| HSL | 342.86º | 0.8% | 0.65% | - |
| HSV(B) | 342.86º | 0.59% | 0.93% | - |
| XYZ | 43.72 | 28.36 | 26.84 | - |
| YUV | 143.42 | 124.38 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 137 | 0 | 0.59 | 0.42 | 0.07 | 342.86 | 0.8 | 0.65 |
| Hex | ED | 61 | 89 | 0 | 3B | 2A | 7 | 157 | 50 | 41 |
| Octal | 355 | 141 | 211 | 0 | 73 | 52 | 7 | 527 | 120 | 101 |
| Binary | 11101101 | 1100001 | 10001001 | 0 | 111011 | 101010 | 111 | 101010111 | 1010000 | 1000001 |
Color Harmonies of #ED6189
Complementary color
Monochromatic Colors of #ED6189
Black with #ED6189
Text Example
Text Example
White with #ED6189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6189; }
p { color: rgb(237,97,137); }
H1.HeaderClassName
{
color: #ED6189;
}
.AnyTagClassName
{
color: #ED6189;
}
</style>
background-color css
<style>
a { background-color: #ED6189; }
a { background-color: rgb(237,97,137); }
div.DivClassName
{
background-color: #ED6189;
}
.BgClassName
{
background-color: #ED6189;
}
</style>
border-color css
<style>
span { border-color: #ED6189; }
span { border-color: rgb(237,97,137); }
td.TdClassName
{
border-color: #ED6189;
}
.TagClassName
{
border-color: #ED6189;
}
</style>