Shades of Deep Pink #ED147D
Tints of Deep Pink #ED147D
RGB
CMYK
RGB Variations
Color information
#ED147D (or 0xED147D) is known color: Deep Pink. HEX triplet: ED, 14 and 7D. RGB value is (237,20,125). Sum of RGB (Red+Green+Blue) = 237+20+125=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED147D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED147D is #12EB82. Grayscale: #606060. Windows color (decimal): -1239939 or 8197357. OLE color: 8197357.
HSL color Cylindrical-coordinate representation of color #ED147D: hue angle of 330.97º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED147D is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 20 | 125 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.07 |
| HSL | 330.97º | 0.86% | 0.5% | - |
| HSV(B) | 330.97º | 0.92% | 0.93% | - |
| XYZ | 38.88 | 19.99 | 21.21 | - |
| YUV | 96.85 | 143.89 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 20 | 125 | 0 | 0.92 | 0.47 | 0.07 | 330.97 | 0.86 | 0.5 |
| Hex | ED | 14 | 7D | 0 | 5C | 2F | 7 | 14B | 56 | 32 |
| Octal | 355 | 24 | 175 | 0 | 134 | 57 | 7 | 513 | 126 | 62 |
| Binary | 11101101 | 10100 | 1111101 | 0 | 1011100 | 101111 | 111 | 101001011 | 1010110 | 110010 |
Color Harmonies of #ED147D
Complementary color
Monochromatic Colors of #ED147D
Black with #ED147D
Text Example
Text Example
White with #ED147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED147D; }
p { color: rgb(237,20,125); }
H1.HeaderClassName
{
color: #ED147D;
}
.AnyTagClassName
{
color: #ED147D;
}
</style>
background-color css
<style>
a { background-color: #ED147D; }
a { background-color: rgb(237,20,125); }
div.DivClassName
{
background-color: #ED147D;
}
.BgClassName
{
background-color: #ED147D;
}
</style>
border-color css
<style>
span { border-color: #ED147D; }
span { border-color: rgb(237,20,125); }
td.TdClassName
{
border-color: #ED147D;
}
.TagClassName
{
border-color: #ED147D;
}
</style>