Shades of Deep Pink #ED178F
Tints of Deep Pink #ED178F
RGB
CMYK
RGB Variations
Color information
#ED178F (or 0xED178F) is known color: Deep Pink. HEX triplet: ED, 17 and 8F. RGB value is (237,23,143). Sum of RGB (Red+Green+Blue) = 237+23+143=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 23 (9.38% from 255 or 5.71% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED178F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED178F is #12E870. Grayscale: #646464. Windows color (decimal): -1239153 or 9377773. OLE color: 9377773.
HSL color Cylindrical-coordinate representation of color #ED178F: hue angle of 326.36º 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 #ED178F is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 143 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.07 |
| HSL | 326.36º | 0.86% | 0.51% | - |
| HSV(B) | 326.36º | 0.9% | 0.93% | - |
| XYZ | 40.19 | 20.6 | 27.84 | - |
| YUV | 100.67 | 151.9 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 143 | 0 | 0.90 | 0.40 | 0.07 | 326.36 | 0.86 | 0.51 |
| Hex | ED | 17 | 8F | 0 | 5A | 28 | 7 | 146 | 56 | 33 |
| Octal | 355 | 27 | 217 | 0 | 132 | 50 | 7 | 506 | 126 | 63 |
| Binary | 11101101 | 10111 | 10001111 | 0 | 1011010 | 101000 | 111 | 101000110 | 1010110 | 110011 |
Color Harmonies of #ED178F
Complementary color
Monochromatic Colors of #ED178F
Black with #ED178F
Text Example
Text Example
White with #ED178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED178F; }
p { color: rgb(237,23,143); }
H1.HeaderClassName
{
color: #ED178F;
}
.AnyTagClassName
{
color: #ED178F;
}
</style>
background-color css
<style>
a { background-color: #ED178F; }
a { background-color: rgb(237,23,143); }
div.DivClassName
{
background-color: #ED178F;
}
.BgClassName
{
background-color: #ED178F;
}
</style>
border-color css
<style>
span { border-color: #ED178F; }
span { border-color: rgb(237,23,143); }
td.TdClassName
{
border-color: #ED178F;
}
.TagClassName
{
border-color: #ED178F;
}
</style>