Shades of Deep Pink #ED157E
Tints of Deep Pink #ED157E
RGB
CMYK
RGB Variations
Color information
#ED157E (or 0xED157E) is known color: Deep Pink. HEX triplet: ED, 15 and 7E. RGB value is (237,21,126). Sum of RGB (Red+Green+Blue) = 237+21+126=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED157E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED157E is #12EA81. Grayscale: #616161. Windows color (decimal): -1239682 or 8263149. OLE color: 8263149.
HSL color Cylindrical-coordinate representation of color #ED157E: hue angle of 330.83º 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 #ED157E is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 126 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.07 |
| HSL | 330.83º | 0.86% | 0.51% | - |
| HSV(B) | 330.83º | 0.91% | 0.93% | - |
| XYZ | 38.96 | 20.05 | 21.55 | - |
| YUV | 97.55 | 144.06 | 227.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 126 | 0 | 0.91 | 0.47 | 0.07 | 330.83 | 0.86 | 0.51 |
| Hex | ED | 15 | 7E | 0 | 5B | 2F | 7 | 14B | 56 | 33 |
| Octal | 355 | 25 | 176 | 0 | 133 | 57 | 7 | 513 | 126 | 63 |
| Binary | 11101101 | 10101 | 1111110 | 0 | 1011011 | 101111 | 111 | 101001011 | 1010110 | 110011 |
Color Harmonies of #ED157E
Complementary color
Monochromatic Colors of #ED157E
Black with #ED157E
Text Example
Text Example
White with #ED157E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED157E; }
p { color: rgb(237,21,126); }
H1.HeaderClassName
{
color: #ED157E;
}
.AnyTagClassName
{
color: #ED157E;
}
</style>
background-color css
<style>
a { background-color: #ED157E; }
a { background-color: rgb(237,21,126); }
div.DivClassName
{
background-color: #ED157E;
}
.BgClassName
{
background-color: #ED157E;
}
</style>
border-color css
<style>
span { border-color: #ED157E; }
span { border-color: rgb(237,21,126); }
td.TdClassName
{
border-color: #ED157E;
}
.TagClassName
{
border-color: #ED157E;
}
</style>