Shades of Deep Pink #ED1685
Tints of Deep Pink #ED1685
RGB
CMYK
RGB Variations
Color information
#ED1685 (or 0xED1685) is known color: Deep Pink. HEX triplet: ED, 16 and 85. RGB value is (237,22,133). Sum of RGB (Red+Green+Blue) = 237+22+133=392 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.46% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1685 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1685 is #12E97A. Grayscale: #626262. Windows color (decimal): -1239419 or 8722157. OLE color: 8722157.
HSL color Cylindrical-coordinate representation of color #ED1685: hue angle of 329.02º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED1685 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 133 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.07 |
| HSL | 329.02º | 0.86% | 0.51% | - |
| HSV(B) | 329.02º | 0.91% | 0.93% | - |
| XYZ | 39.45 | 20.27 | 24.02 | - |
| YUV | 98.94 | 147.23 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 133 | 0 | 0.91 | 0.44 | 0.07 | 329.02 | 0.86 | 0.51 |
| Hex | ED | 16 | 85 | 0 | 5B | 2C | 7 | 149 | 56 | 33 |
| Octal | 355 | 26 | 205 | 0 | 133 | 54 | 7 | 511 | 126 | 63 |
| Binary | 11101101 | 10110 | 10000101 | 0 | 1011011 | 101100 | 111 | 101001001 | 1010110 | 110011 |
Color Harmonies of #ED1685
Complementary color
Monochromatic Colors of #ED1685
Black with #ED1685
Text Example
Text Example
White with #ED1685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1685; }
p { color: rgb(237,22,133); }
H1.HeaderClassName
{
color: #ED1685;
}
.AnyTagClassName
{
color: #ED1685;
}
</style>
background-color css
<style>
a { background-color: #ED1685; }
a { background-color: rgb(237,22,133); }
div.DivClassName
{
background-color: #ED1685;
}
.BgClassName
{
background-color: #ED1685;
}
</style>
border-color css
<style>
span { border-color: #ED1685; }
span { border-color: rgb(237,22,133); }
td.TdClassName
{
border-color: #ED1685;
}
.TagClassName
{
border-color: #ED1685;
}
</style>