Shades of Deep Pink #ED1C9B
Tints of Deep Pink #ED1C9B
RGB
CMYK
RGB Variations
Color information
#ED1C9B (or 0xED1C9B) is known color: Deep Pink. HEX triplet: ED, 1C and 9B. RGB value is (237,28,155). Sum of RGB (Red+Green+Blue) = 237+28+155=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1C9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1C9B is #12E364. Grayscale: #686868. Windows color (decimal): -1237861 or 10165485. OLE color: 10165485.
HSL color Cylindrical-coordinate representation of color #ED1C9B: hue angle of 323.54º 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 #ED1C9B is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 28 | 155 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.07 |
| HSL | 323.54º | 0.85% | 0.52% | - |
| HSV(B) | 323.54º | 0.88% | 0.93% | - |
| XYZ | 41.26 | 21.2 | 32.93 | - |
| YUV | 104.97 | 156.24 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 28 | 155 | 0 | 0.88 | 0.35 | 0.07 | 323.54 | 0.85 | 0.52 |
| Hex | ED | 1C | 9B | 0 | 58 | 23 | 7 | 144 | 55 | 34 |
| Octal | 355 | 34 | 233 | 0 | 130 | 43 | 7 | 504 | 125 | 64 |
| Binary | 11101101 | 11100 | 10011011 | 0 | 1011000 | 100011 | 111 | 101000100 | 1010101 | 110100 |
Color Harmonies of #ED1C9B
Complementary color
Monochromatic Colors of #ED1C9B
Black with #ED1C9B
Text Example
Text Example
White with #ED1C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1C9B; }
p { color: rgb(237,28,155); }
H1.HeaderClassName
{
color: #ED1C9B;
}
.AnyTagClassName
{
color: #ED1C9B;
}
</style>
background-color css
<style>
a { background-color: #ED1C9B; }
a { background-color: rgb(237,28,155); }
div.DivClassName
{
background-color: #ED1C9B;
}
.BgClassName
{
background-color: #ED1C9B;
}
</style>
border-color css
<style>
span { border-color: #ED1C9B; }
span { border-color: rgb(237,28,155); }
td.TdClassName
{
border-color: #ED1C9B;
}
.TagClassName
{
border-color: #ED1C9B;
}
</style>