Shades of Deep Pink #ED0682
Tints of Deep Pink #ED0682
RGB
CMYK
RGB Variations
Color information
#ED0682 (or 0xED0682) is known color: Deep Pink. HEX triplet: ED, 06 and 82. RGB value is (237,6,130). Sum of RGB (Red+Green+Blue) = 237+6+130=373 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.54% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0682 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0682 is #12F97D. Grayscale: #585858. Windows color (decimal): -1243518 or 8521453. OLE color: 8521453.
HSL color Cylindrical-coordinate representation of color #ED0682: hue angle of 327.79º 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 #ED0682 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 130 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.07 |
| HSL | 327.79º | 0.95% | 0.48% | - |
| HSV(B) | 327.79º | 0.97% | 0.93% | - |
| XYZ | 39.02 | 19.75 | 22.87 | - |
| YUV | 89.21 | 151.03 | 233.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 130 | 0 | 0.97 | 0.45 | 0.07 | 327.79 | 0.95 | 0.48 |
| Hex | ED | 6 | 82 | 0 | 61 | 2D | 7 | 148 | 5F | 30 |
| Octal | 355 | 6 | 202 | 0 | 141 | 55 | 7 | 510 | 137 | 60 |
| Binary | 11101101 | 110 | 10000010 | 0 | 1100001 | 101101 | 111 | 101001000 | 1011111 | 110000 |
Color Harmonies of #ED0682
Complementary color
Monochromatic Colors of #ED0682
Black with #ED0682
Text Example
Text Example
White with #ED0682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0682; }
p { color: rgb(237,6,130); }
H1.HeaderClassName
{
color: #ED0682;
}
.AnyTagClassName
{
color: #ED0682;
}
</style>
background-color css
<style>
a { background-color: #ED0682; }
a { background-color: rgb(237,6,130); }
div.DivClassName
{
background-color: #ED0682;
}
.BgClassName
{
background-color: #ED0682;
}
</style>
border-color css
<style>
span { border-color: #ED0682; }
span { border-color: rgb(237,6,130); }
td.TdClassName
{
border-color: #ED0682;
}
.TagClassName
{
border-color: #ED0682;
}
</style>