Shades of Deep Pink #ED1294
Tints of Deep Pink #ED1294
RGB
CMYK
RGB Variations
Color information
#ED1294 (or 0xED1294) is known color: Deep Pink. HEX triplet: ED, 12 and 94. RGB value is (237,18,148). Sum of RGB (Red+Green+Blue) = 237+18+148=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 18 (7.42% from 255 or 4.47% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1294 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1294 is #12ED6B. Grayscale: #626262. Windows color (decimal): -1240428 or 9704173. OLE color: 9704173.
HSL color Cylindrical-coordinate representation of color #ED1294: hue angle of 324.38º 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 #ED1294 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 18 | 148 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.07 |
| HSL | 324.38º | 0.86% | 0.5% | - |
| HSV(B) | 324.38º | 0.92% | 0.93% | - |
| XYZ | 40.49 | 20.58 | 29.85 | - |
| YUV | 98.3 | 156.05 | 226.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 18 | 148 | 0 | 0.92 | 0.38 | 0.07 | 324.38 | 0.86 | 0.5 |
| Hex | ED | 12 | 94 | 0 | 5C | 26 | 7 | 144 | 56 | 32 |
| Octal | 355 | 22 | 224 | 0 | 134 | 46 | 7 | 504 | 126 | 62 |
| Binary | 11101101 | 10010 | 10010100 | 0 | 1011100 | 100110 | 111 | 101000100 | 1010110 | 110010 |
Color Harmonies of #ED1294
Complementary color
Monochromatic Colors of #ED1294
Black with #ED1294
Text Example
Text Example
White with #ED1294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1294; }
p { color: rgb(237,18,148); }
H1.HeaderClassName
{
color: #ED1294;
}
.AnyTagClassName
{
color: #ED1294;
}
</style>
background-color css
<style>
a { background-color: #ED1294; }
a { background-color: rgb(237,18,148); }
div.DivClassName
{
background-color: #ED1294;
}
.BgClassName
{
background-color: #ED1294;
}
</style>
border-color css
<style>
span { border-color: #ED1294; }
span { border-color: rgb(237,18,148); }
td.TdClassName
{
border-color: #ED1294;
}
.TagClassName
{
border-color: #ED1294;
}
</style>