Shades of Deep Pink #ED0185
Tints of Deep Pink #ED0185
RGB
CMYK
RGB Variations
Color information
#ED0185 (or 0xED0185) is known color: Deep Pink. HEX triplet: ED, 01 and 85. RGB value is (237,1,133). Sum of RGB (Red+Green+Blue) = 237+1+133=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0185 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0185 is #12FE7A. Grayscale: #565656. Windows color (decimal): -1244795 or 8716781. OLE color: 8716781.
HSL color Cylindrical-coordinate representation of color #ED0185: hue angle of 326.44º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0185 is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 133 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.07 |
| HSL | 326.44º | 0.99% | 0.47% | - |
| HSV(B) | 326.44º | 1% | 0.93% | - |
| XYZ | 39.17 | 19.72 | 23.93 | - |
| YUV | 86.61 | 154.19 | 235.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 133 | 0 | 1.00 | 0.44 | 0.07 | 326.44 | 0.99 | 0.47 |
| Hex | ED | 1 | 85 | 0 | 64 | 2C | 7 | 146 | 63 | 2F |
| Octal | 355 | 1 | 205 | 0 | 144 | 54 | 7 | 506 | 143 | 57 |
| Binary | 11101101 | 1 | 10000101 | 0 | 1100100 | 101100 | 111 | 101000110 | 1100011 | 101111 |
Color Harmonies of #ED0185
Complementary color
Monochromatic Colors of #ED0185
Black with #ED0185
Text Example
Text Example
White with #ED0185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0185; }
p { color: rgb(237,1,133); }
H1.HeaderClassName
{
color: #ED0185;
}
.AnyTagClassName
{
color: #ED0185;
}
</style>
background-color css
<style>
a { background-color: #ED0185; }
a { background-color: rgb(237,1,133); }
div.DivClassName
{
background-color: #ED0185;
}
.BgClassName
{
background-color: #ED0185;
}
</style>
border-color css
<style>
span { border-color: #ED0185; }
span { border-color: rgb(237,1,133); }
td.TdClassName
{
border-color: #ED0185;
}
.TagClassName
{
border-color: #ED0185;
}
</style>