Shades of Deep Pink #ED0680
Tints of Deep Pink #ED0680
RGB
CMYK
RGB Variations
Color information
#ED0680 (or 0xED0680) is known color: Deep Pink. HEX triplet: ED, 06 and 80. RGB value is (237,6,128). Sum of RGB (Red+Green+Blue) = 237+6+128=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0680 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0680 is #12F97F. Grayscale: #585858. Windows color (decimal): -1243520 or 8390381. OLE color: 8390381.
HSL color Cylindrical-coordinate representation of color #ED0680: hue angle of 328.31º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED0680 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 128 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.07 |
| HSL | 328.31º | 0.95% | 0.48% | - |
| HSV(B) | 328.31º | 0.97% | 0.93% | - |
| XYZ | 38.89 | 19.69 | 22.17 | - |
| YUV | 88.98 | 150.03 | 233.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 128 | 0 | 0.97 | 0.46 | 0.07 | 328.31 | 0.95 | 0.48 |
| Hex | ED | 6 | 80 | 0 | 61 | 2E | 7 | 148 | 5F | 30 |
| Octal | 355 | 6 | 200 | 0 | 141 | 56 | 7 | 510 | 137 | 60 |
| Binary | 11101101 | 110 | 10000000 | 0 | 1100001 | 101110 | 111 | 101001000 | 1011111 | 110000 |
Color Harmonies of #ED0680
Complementary color
Monochromatic Colors of #ED0680
Black with #ED0680
Text Example
Text Example
White with #ED0680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0680; }
p { color: rgb(237,6,128); }
H1.HeaderClassName
{
color: #ED0680;
}
.AnyTagClassName
{
color: #ED0680;
}
</style>
background-color css
<style>
a { background-color: #ED0680; }
a { background-color: rgb(237,6,128); }
div.DivClassName
{
background-color: #ED0680;
}
.BgClassName
{
background-color: #ED0680;
}
</style>
border-color css
<style>
span { border-color: #ED0680; }
span { border-color: rgb(237,6,128); }
td.TdClassName
{
border-color: #ED0680;
}
.TagClassName
{
border-color: #ED0680;
}
</style>