Shades of Dark Pink #ED5078
Tints of Dark Pink #ED5078
RGB
CMYK
RGB Variations
Color information
#ED5078 (or 0xED5078) is known color: Dark Pink. HEX triplet: ED, 50 and 78. RGB value is (237,80,120). Sum of RGB (Red+Green+Blue) = 237+80+120=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5078 is #12AF87. Grayscale: #838383. Windows color (decimal): -1224584 or 7885037. OLE color: 7885037.
HSL color Cylindrical-coordinate representation of color #ED5078: hue angle of 344.71º 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 #ED5078 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 120 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.07 |
| HSL | 344.71º | 0.81% | 0.62% | - |
| HSV(B) | 344.71º | 0.66% | 0.93% | - |
| XYZ | 41.18 | 25.1 | 20.44 | - |
| YUV | 131.5 | 121.51 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 120 | 0 | 0.66 | 0.49 | 0.07 | 344.71 | 0.81 | 0.62 |
| Hex | ED | 50 | 78 | 0 | 42 | 31 | 7 | 159 | 51 | 3E |
| Octal | 355 | 120 | 170 | 0 | 102 | 61 | 7 | 531 | 121 | 76 |
| Binary | 11101101 | 1010000 | 1111000 | 0 | 1000010 | 110001 | 111 | 101011001 | 1010001 | 111110 |
Color Harmonies of #ED5078
Complementary color
Monochromatic Colors of #ED5078
Black with #ED5078
Text Example
Text Example
White with #ED5078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5078; }
p { color: rgb(237,80,120); }
H1.HeaderClassName
{
color: #ED5078;
}
.AnyTagClassName
{
color: #ED5078;
}
</style>
background-color css
<style>
a { background-color: #ED5078; }
a { background-color: rgb(237,80,120); }
div.DivClassName
{
background-color: #ED5078;
}
.BgClassName
{
background-color: #ED5078;
}
</style>
border-color css
<style>
span { border-color: #ED5078; }
span { border-color: rgb(237,80,120); }
td.TdClassName
{
border-color: #ED5078;
}
.TagClassName
{
border-color: #ED5078;
}
</style>