Shades of Deep Pink #ED1D84
Tints of Deep Pink #ED1D84
RGB
CMYK
RGB Variations
Color information
#ED1D84 (or 0xED1D84) is known color: Deep Pink. HEX triplet: ED, 1D and 84. RGB value is (237,29,132). Sum of RGB (Red+Green+Blue) = 237+29+132=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1D84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1D84 is #12E27B. Grayscale: #666666. Windows color (decimal): -1237628 or 8658413. OLE color: 8658413.
HSL color Cylindrical-coordinate representation of color #ED1D84: hue angle of 330.29º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED1D84 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 29 | 132 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.07 |
| HSL | 330.29º | 0.85% | 0.52% | - |
| HSV(B) | 330.29º | 0.88% | 0.93% | - |
| XYZ | 39.53 | 20.55 | 23.71 | - |
| YUV | 102.93 | 144.41 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 29 | 132 | 0 | 0.88 | 0.44 | 0.07 | 330.29 | 0.85 | 0.52 |
| Hex | ED | 1D | 84 | 0 | 58 | 2C | 7 | 14A | 55 | 34 |
| Octal | 355 | 35 | 204 | 0 | 130 | 54 | 7 | 512 | 125 | 64 |
| Binary | 11101101 | 11101 | 10000100 | 0 | 1011000 | 101100 | 111 | 101001010 | 1010101 | 110100 |
Color Harmonies of #ED1D84
Complementary color
Monochromatic Colors of #ED1D84
Black with #ED1D84
Text Example
Text Example
White with #ED1D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1D84; }
p { color: rgb(237,29,132); }
H1.HeaderClassName
{
color: #ED1D84;
}
.AnyTagClassName
{
color: #ED1D84;
}
</style>
background-color css
<style>
a { background-color: #ED1D84; }
a { background-color: rgb(237,29,132); }
div.DivClassName
{
background-color: #ED1D84;
}
.BgClassName
{
background-color: #ED1D84;
}
</style>
border-color css
<style>
span { border-color: #ED1D84; }
span { border-color: rgb(237,29,132); }
td.TdClassName
{
border-color: #ED1D84;
}
.TagClassName
{
border-color: #ED1D84;
}
</style>