Shades of Deep Pink #ED178C
Tints of Deep Pink #ED178C
RGB
CMYK
RGB Variations
Color information
#ED178C (or 0xED178C) is known color: Deep Pink. HEX triplet: ED, 17 and 8C. RGB value is (237,23,140). Sum of RGB (Red+Green+Blue) = 237+23+140=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED178C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED178C is #12E873. Grayscale: #646464. Windows color (decimal): -1239156 or 9181165. OLE color: 9181165.
HSL color Cylindrical-coordinate representation of color #ED178C: hue angle of 327.2º 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 #ED178C is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 140 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.07 |
| HSL | 327.2º | 0.86% | 0.51% | - |
| HSV(B) | 327.2º | 0.9% | 0.93% | - |
| XYZ | 39.97 | 20.51 | 26.66 | - |
| YUV | 100.32 | 150.4 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 140 | 0 | 0.90 | 0.41 | 0.07 | 327.2 | 0.86 | 0.51 |
| Hex | ED | 17 | 8C | 0 | 5A | 29 | 7 | 147 | 56 | 33 |
| Octal | 355 | 27 | 214 | 0 | 132 | 51 | 7 | 507 | 126 | 63 |
| Binary | 11101101 | 10111 | 10001100 | 0 | 1011010 | 101001 | 111 | 101000111 | 1010110 | 110011 |
Color Harmonies of #ED178C
Complementary color
Monochromatic Colors of #ED178C
Black with #ED178C
Text Example
Text Example
White with #ED178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED178C; }
p { color: rgb(237,23,140); }
H1.HeaderClassName
{
color: #ED178C;
}
.AnyTagClassName
{
color: #ED178C;
}
</style>
background-color css
<style>
a { background-color: #ED178C; }
a { background-color: rgb(237,23,140); }
div.DivClassName
{
background-color: #ED178C;
}
.BgClassName
{
background-color: #ED178C;
}
</style>
border-color css
<style>
span { border-color: #ED178C; }
span { border-color: rgb(237,23,140); }
td.TdClassName
{
border-color: #ED178C;
}
.TagClassName
{
border-color: #ED178C;
}
</style>