Shades of Deep Pink #ED1B9C
Tints of Deep Pink #ED1B9C
RGB
CMYK
RGB Variations
Color information
#ED1B9C (or 0xED1B9C) is known color: Deep Pink. HEX triplet: ED, 1B and 9C. RGB value is (237,27,156). Sum of RGB (Red+Green+Blue) = 237+27+156=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 27 (10.94% from 255 or 6.43% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1B9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1B9C is #12E463. Grayscale: #686868. Windows color (decimal): -1238116 or 10230765. OLE color: 10230765.
HSL color Cylindrical-coordinate representation of color #ED1B9C: hue angle of 323.14º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1B9C is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 27 | 156 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.07 |
| HSL | 323.14º | 0.85% | 0.52% | - |
| HSV(B) | 323.14º | 0.89% | 0.93% | - |
| XYZ | 41.32 | 21.19 | 33.36 | - |
| YUV | 104.5 | 157.07 | 222.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 27 | 156 | 0 | 0.89 | 0.34 | 0.07 | 323.14 | 0.85 | 0.52 |
| Hex | ED | 1B | 9C | 0 | 59 | 22 | 7 | 143 | 55 | 34 |
| Octal | 355 | 33 | 234 | 0 | 131 | 42 | 7 | 503 | 125 | 64 |
| Binary | 11101101 | 11011 | 10011100 | 0 | 1011001 | 100010 | 111 | 101000011 | 1010101 | 110100 |
Color Harmonies of #ED1B9C
Complementary color
Monochromatic Colors of #ED1B9C
Black with #ED1B9C
Text Example
Text Example
White with #ED1B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1B9C; }
p { color: rgb(237,27,156); }
H1.HeaderClassName
{
color: #ED1B9C;
}
.AnyTagClassName
{
color: #ED1B9C;
}
</style>
background-color css
<style>
a { background-color: #ED1B9C; }
a { background-color: rgb(237,27,156); }
div.DivClassName
{
background-color: #ED1B9C;
}
.BgClassName
{
background-color: #ED1B9C;
}
</style>
border-color css
<style>
span { border-color: #ED1B9C; }
span { border-color: rgb(237,27,156); }
td.TdClassName
{
border-color: #ED1B9C;
}
.TagClassName
{
border-color: #ED1B9C;
}
</style>