Shades of Deep Pink #ED179C
Tints of Deep Pink #ED179C
RGB
CMYK
RGB Variations
Color information
#ED179C (or 0xED179C) is known color: Deep Pink. HEX triplet: ED, 17 and 9C. RGB value is (237,23,156). Sum of RGB (Red+Green+Blue) = 237+23+156=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 23 (9.38% from 255 or 5.53% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED179C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED179C is #12E863. Grayscale: #656565. Windows color (decimal): -1239140 or 10229741. OLE color: 10229741.
HSL color Cylindrical-coordinate representation of color #ED179C: hue angle of 322.71º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED179C is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 156 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.07 |
| HSL | 322.71º | 0.86% | 0.51% | - |
| HSV(B) | 322.71º | 0.9% | 0.93% | - |
| XYZ | 41.23 | 21.02 | 33.34 | - |
| YUV | 102.15 | 158.4 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 156 | 0 | 0.90 | 0.34 | 0.07 | 322.71 | 0.86 | 0.51 |
| Hex | ED | 17 | 9C | 0 | 5A | 22 | 7 | 143 | 56 | 33 |
| Octal | 355 | 27 | 234 | 0 | 132 | 42 | 7 | 503 | 126 | 63 |
| Binary | 11101101 | 10111 | 10011100 | 0 | 1011010 | 100010 | 111 | 101000011 | 1010110 | 110011 |
Color Harmonies of #ED179C
Complementary color
Monochromatic Colors of #ED179C
Black with #ED179C
Text Example
Text Example
White with #ED179C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED179C; }
p { color: rgb(237,23,156); }
H1.HeaderClassName
{
color: #ED179C;
}
.AnyTagClassName
{
color: #ED179C;
}
</style>
background-color css
<style>
a { background-color: #ED179C; }
a { background-color: rgb(237,23,156); }
div.DivClassName
{
background-color: #ED179C;
}
.BgClassName
{
background-color: #ED179C;
}
</style>
border-color css
<style>
span { border-color: #ED179C; }
span { border-color: rgb(237,23,156); }
td.TdClassName
{
border-color: #ED179C;
}
.TagClassName
{
border-color: #ED179C;
}
</style>