Shades of Deep Pink #ED177E
Tints of Deep Pink #ED177E
RGB
CMYK
RGB Variations
Color information
#ED177E (or 0xED177E) is known color: Deep Pink. HEX triplet: ED, 17 and 7E. RGB value is (237,23,126). Sum of RGB (Red+Green+Blue) = 237+23+126=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED177E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED177E is #12E881. Grayscale: #626262. Windows color (decimal): -1239170 or 8263661. OLE color: 8263661.
HSL color Cylindrical-coordinate representation of color #ED177E: hue angle of 331.12º 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 #ED177E is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 126 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.07 |
| HSL | 331.12º | 0.86% | 0.51% | - |
| HSV(B) | 331.12º | 0.9% | 0.93% | - |
| XYZ | 39 | 20.12 | 21.57 | - |
| YUV | 98.73 | 143.4 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 126 | 0 | 0.90 | 0.47 | 0.07 | 331.12 | 0.86 | 0.51 |
| Hex | ED | 17 | 7E | 0 | 5A | 2F | 7 | 14B | 56 | 33 |
| Octal | 355 | 27 | 176 | 0 | 132 | 57 | 7 | 513 | 126 | 63 |
| Binary | 11101101 | 10111 | 1111110 | 0 | 1011010 | 101111 | 111 | 101001011 | 1010110 | 110011 |
Color Harmonies of #ED177E
Complementary color
Monochromatic Colors of #ED177E
Black with #ED177E
Text Example
Text Example
White with #ED177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED177E; }
p { color: rgb(237,23,126); }
H1.HeaderClassName
{
color: #ED177E;
}
.AnyTagClassName
{
color: #ED177E;
}
</style>
background-color css
<style>
a { background-color: #ED177E; }
a { background-color: rgb(237,23,126); }
div.DivClassName
{
background-color: #ED177E;
}
.BgClassName
{
background-color: #ED177E;
}
</style>
border-color css
<style>
span { border-color: #ED177E; }
span { border-color: rgb(237,23,126); }
td.TdClassName
{
border-color: #ED177E;
}
.TagClassName
{
border-color: #ED177E;
}
</style>