Shades of Deep Pink #ED159C
Tints of Deep Pink #ED159C
RGB
CMYK
RGB Variations
Color information
#ED159C (or 0xED159C) is known color: Deep Pink. HEX triplet: ED, 15 and 9C. RGB value is (237,21,156). Sum of RGB (Red+Green+Blue) = 237+21+156=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 21 (8.59% from 255 or 5.07% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #ED159C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED159C is #12EA63. Grayscale: #646464. Windows color (decimal): -1239652 or 10229229. OLE color: 10229229.
HSL color Cylindrical-coordinate representation of color #ED159C: hue angle of 322.5º 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 #ED159C is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 156 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.07 |
| HSL | 322.5º | 0.86% | 0.51% | - |
| HSV(B) | 322.5º | 0.91% | 0.93% | - |
| XYZ | 41.19 | 20.94 | 33.32 | - |
| YUV | 100.97 | 159.06 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 156 | 0 | 0.91 | 0.34 | 0.07 | 322.5 | 0.86 | 0.51 |
| Hex | ED | 15 | 9C | 0 | 5B | 22 | 7 | 142 | 56 | 33 |
| Octal | 355 | 25 | 234 | 0 | 133 | 42 | 7 | 502 | 126 | 63 |
| Binary | 11101101 | 10101 | 10011100 | 0 | 1011011 | 100010 | 111 | 101000010 | 1010110 | 110011 |
Color Harmonies of #ED159C
Complementary color
Monochromatic Colors of #ED159C
Black with #ED159C
Text Example
Text Example
White with #ED159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED159C; }
p { color: rgb(237,21,156); }
H1.HeaderClassName
{
color: #ED159C;
}
.AnyTagClassName
{
color: #ED159C;
}
</style>
background-color css
<style>
a { background-color: #ED159C; }
a { background-color: rgb(237,21,156); }
div.DivClassName
{
background-color: #ED159C;
}
.BgClassName
{
background-color: #ED159C;
}
</style>
border-color css
<style>
span { border-color: #ED159C; }
span { border-color: rgb(237,21,156); }
td.TdClassName
{
border-color: #ED159C;
}
.TagClassName
{
border-color: #ED159C;
}
</style>