Shades of Deep Pink #ED147E
Tints of Deep Pink #ED147E
RGB
CMYK
RGB Variations
Color information
#ED147E (or 0xED147E) is known color: Deep Pink. HEX triplet: ED, 14 and 7E. RGB value is (237,20,126). Sum of RGB (Red+Green+Blue) = 237+20+126=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED147E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED147E is #12EB81. Grayscale: #606060. Windows color (decimal): -1239938 or 8262893. OLE color: 8262893.
HSL color Cylindrical-coordinate representation of color #ED147E: hue angle of 330.69º 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 #ED147E is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 20 | 126 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.07 |
| HSL | 330.69º | 0.86% | 0.5% | - |
| HSV(B) | 330.69º | 0.92% | 0.93% | - |
| XYZ | 38.94 | 20.01 | 21.55 | - |
| YUV | 96.97 | 144.39 | 227.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 20 | 126 | 0 | 0.92 | 0.47 | 0.07 | 330.69 | 0.86 | 0.5 |
| Hex | ED | 14 | 7E | 0 | 5C | 2F | 7 | 14B | 56 | 32 |
| Octal | 355 | 24 | 176 | 0 | 134 | 57 | 7 | 513 | 126 | 62 |
| Binary | 11101101 | 10100 | 1111110 | 0 | 1011100 | 101111 | 111 | 101001011 | 1010110 | 110010 |
Color Harmonies of #ED147E
Complementary color
Monochromatic Colors of #ED147E
Black with #ED147E
Text Example
Text Example
White with #ED147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED147E; }
p { color: rgb(237,20,126); }
H1.HeaderClassName
{
color: #ED147E;
}
.AnyTagClassName
{
color: #ED147E;
}
</style>
background-color css
<style>
a { background-color: #ED147E; }
a { background-color: rgb(237,20,126); }
div.DivClassName
{
background-color: #ED147E;
}
.BgClassName
{
background-color: #ED147E;
}
</style>
border-color css
<style>
span { border-color: #ED147E; }
span { border-color: rgb(237,20,126); }
td.TdClassName
{
border-color: #ED147E;
}
.TagClassName
{
border-color: #ED147E;
}
</style>